#9200BD
A dark, vivid magenta closely aligning with Darkorchid.
About #9200BD
The precise color #9200BD is an excellent choice for modern design projects. Designers often compare it to the standard color Darkorchid. This translates to an RGB value of rgb(146, 0, 189).
Translating this color to physical media requires the CMYK color model. The color uses 23% Cyan, 100% Magenta, 0% Yellow, and 26% Black. The HSL representation is 286.3° hue, 100.0% saturation, and 37.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9200BD
RGB146, 0, 189
HSL286.3°, 100.0%, 37.1%
CMYK23%, 100%, 0%, 26%
HSV286.3°, 100.0%, 74.1%
LAB37.5, 72.1, -61.0
XYZ21.0, 9.8, 48.9
Decimal9568445
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.10:1
Text on #FFFFFF
AAA
2.96:1
Text on #000000
FAIL
6.79:1
Text on #F8FAFC
AA
2.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9200BD;
}
.text-color {
color: #9200BD;
}
.border-color {
border: 2px solid #9200BD;
}