#9224B6
A medium, moderate magenta closely aligning with Darkorchid.
About #9224B6
When working with digital screens, the color #9224B6 is rendered by mixing light. Its closest recognized web color is Darkorchid. In the RGB color space, it consists of 146 red, 36 green, and 182 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 20% C, 80% M, 0% Y, and 29% K. With a hue angle of 285.2 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9224B6
RGB146, 36, 182
HSL285.2°, 67.0%, 42.7%
CMYK20%, 80%, 0%, 29%
HSV285.2°, 80.2%, 71.4%
LAB39.2, 64.2, -54.1
XYZ20.9, 10.8, 45.2
Decimal9577654
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.67:1
Text on #FFFFFF
AA
3.15:1
Text on #000000
AA Large
6.37:1
Text on #F8FAFC
AA
2.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9224B6;
}
.text-color {
color: #9224B6;
}
.border-color {
border: 2px solid #9224B6;
}