#920FCC
A medium, vivid purple closely aligning with Darkviolet.
About #920FCC
When working with digital screens, the color #920FCC is rendered by mixing light. Its closest recognized web color is Darkviolet. In the RGB color space, it consists of 146 red, 15 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 28% cyan, 93% magenta, 0% yellow, and 20% black. With a hue angle of 281.6 degrees, it sits comfortably in the purple spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#920FCC
RGB146, 15, 204
HSL281.6°, 86.3%, 42.9%
CMYK28%, 93%, 0%, 20%
HSV281.6°, 92.6%, 80.0%
LAB39.3, 73.0, -66.9
XYZ22.9, 10.8, 58.0
Decimal9572300
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.64:1
Text on #FFFFFF
AA
3.16:1
Text on #000000
AA Large
6.35:1
Text on #F8FAFC
AA
2.69:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #920FCC;
}
.text-color {
color: #920FCC;
}
.border-color {
border: 2px solid #920FCC;
}