#9242CC
A medium, moderate purple closely aligning with Darkorchid.
About #9242CC
When working with digital screens, the color #9242CC is rendered by mixing light. It is closely associated with the named CSS color Darkorchid. In the RGB color space, it consists of 146 red, 66 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 28% Cyan, 68% Magenta, 0% Yellow, and 20% Black. With a hue angle of 274.8 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. 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#9242CC
RGB146, 66, 204
HSL274.8°, 57.5%, 52.9%
CMYK28%, 68%, 0%, 20%
HSV274.8°, 67.6%, 80.0%
LAB44.8, 57.2, -57.9
XYZ24.7, 14.4, 58.6
Decimal9585356
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.42:1
Text on #FFFFFF
AA
3.87:1
Text on #000000
AA Large
5.18:1
Text on #F8FAFC
AA
3.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9242CC;
}
.text-color {
color: #9242CC;
}
.border-color {
border: 2px solid #9242CC;
}