#9242E2
A medium, vivid purple closely aligning with Darkorchid.
About #9242E2
The precise color #9242E2 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkorchid. This translates to an RGB value of rgb(146, 66, 226).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 35% cyan, 71% magenta, 0% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9242E2
RGB146, 66, 226
HSL270.0°, 73.4%, 57.3%
CMYK35%, 71%, 0%, 11%
HSV270.0°, 70.8%, 88.6%
LAB46.3, 62.2, -68.0
XYZ27.5, 15.5, 73.5
Decimal9585378
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.12:1
Text on #FFFFFF
AA
4.10:1
Text on #000000
AA Large
4.90:1
Text on #F8FAFC
AA
3.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9242E2;
}
.text-color {
color: #9242E2;
}
.border-color {
border: 2px solid #9242E2;
}