#920FD3
A medium, vivid purple closely aligning with Darkviolet.
About #920FD3
The precise color #920FD3 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkviolet. In the RGB color space, it consists of 146 red, 15 green, and 211 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 31% Cyan, 93% Magenta, 0% Yellow, and 17% Black. With a hue angle of 280.1 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#920FD3
RGB146, 15, 211
HSL280.1°, 86.7%, 44.3%
CMYK31%, 93%, 0%, 17%
HSV280.1°, 92.9%, 82.7%
LAB39.8, 74.4, -70.0
XYZ23.8, 11.2, 62.5
Decimal9572307
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.50:1
Text on #FFFFFF
AA
3.23:1
Text on #000000
AA Large
6.21:1
Text on #F8FAFC
AA
2.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #920FD3;
}
.text-color {
color: #920FD3;
}
.border-color {
border: 2px solid #920FD3;
}