#9216C5
A medium, vivid purple closely aligning with Darkorchid.
About #9216C5
At its core, #9216C5 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Darkorchid. In the RGB color space, it consists of 146 red, 22 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 26% C, 89% M, 0% Y, and 23% K. With a hue angle of 282.5 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9216C5
RGB146, 22, 197
HSL282.5°, 79.9%, 42.9%
CMYK26%, 89%, 0%, 23%
HSV282.5°, 88.8%, 77.3%
LAB39.1, 70.5, -63.0
XYZ22.2, 10.7, 53.7
Decimal9574085
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.68:1
Text on #FFFFFF
AA
3.14:1
Text on #000000
AA Large
6.39:1
Text on #F8FAFC
AA
2.67:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9216C5;
}
.text-color {
color: #9216C5;
}
.border-color {
border: 2px solid #9216C5;
}