#9200E9
A medium, vivid purple closely aligning with Darkviolet.
About #9200E9
At its core, #9200E9 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Darkviolet. In the RGB color space, it consists of 146 red, 0 green, and 233 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 37% C, 100% M, 0% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9200E9
RGB146, 0, 233
HSL277.6°, 100.0%, 45.7%
CMYK37%, 100%, 0%, 9%
HSV277.6°, 100.0%, 91.4%
LAB41.2, 80.3, -80.3
XYZ26.6, 12.0, 78.0
Decimal9568489
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.18:1
Text on #FFFFFF
AA
3.40:1
Text on #000000
AA Large
5.91:1
Text on #F8FAFC
AA
2.89:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9200E9;
}
.text-color {
color: #9200E9;
}
.border-color {
border: 2px solid #9200E9;
}