#9224A8
A medium, moderate magenta closely aligning with Darkmagenta.
About #9224A8
At its core, #9224A8 is a medium and moderate hue. It is closely associated with the named CSS color Darkmagenta. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 36, and 168.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 13% cyan, 79% magenta, 0% yellow, and 34% black. With a hue angle of 290.0 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. 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#9224A8
RGB146, 36, 168
HSL290.0°, 64.7%, 40.0%
CMYK13%, 79%, 0%, 34%
HSV290.0°, 78.6%, 65.9%
LAB38.2, 61.5, -47.3
XYZ19.6, 10.2, 38.0
Decimal9577640
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.91:1
Text on #FFFFFF
AA
3.04:1
Text on #000000
AA Large
6.60:1
Text on #F8FAFC
AA
2.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9224A8;
}
.text-color {
color: #9224A8;
}
.border-color {
border: 2px solid #9224A8;
}