#9224A0
A dark, moderate magenta closely aligning with Darkmagenta.
About #9224A0
At its core, #9224A0 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkmagenta. Its digital footprint relies on 146 parts red, 36 parts green, and 160 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 9% cyan and 78% magenta inks. The HSL representation is 293.2° hue, 63.3% saturation, and 38.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#9224A0
RGB146, 36, 160
HSL293.2°, 63.3%, 38.4%
CMYK9%, 78%, 0%, 37%
HSV293.2°, 77.5%, 62.7%
LAB37.7, 60.1, -43.4
XYZ18.8, 9.9, 34.2
Decimal9577632
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.04:1
Text on #FFFFFF
AAA
2.98:1
Text on #000000
FAIL
6.73:1
Text on #F8FAFC
AA
2.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9224A0;
}
.text-color {
color: #9224A0;
}
.border-color {
border: 2px solid #9224A0;
}