#9224BD
A medium, moderate purple closely aligning with Darkorchid.
About #9224BD
The precise color #9224BD is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkorchid. This translates to an RGB value of rgb(146, 36, 189).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 23% cyan, 81% magenta, 0% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#9224BD
RGB146, 36, 189
HSL283.1°, 68.0%, 44.1%
CMYK23%, 81%, 0%, 26%
HSV283.1°, 81.0%, 74.1%
LAB39.7, 65.5, -57.4
XYZ21.7, 11.0, 49.1
Decimal9577661
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.54:1
Text on #FFFFFF
AA
3.21:1
Text on #000000
AA Large
6.25:1
Text on #F8FAFC
AA
2.73:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9224BD;
}
.text-color {
color: #9224BD;
}
.border-color {
border: 2px solid #9224BD;
}