#922C92
A dark, moderate magenta closely aligning with Purple.
About #922C92
The hex code #922C92 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Purple. This translates to an RGB value of rgb(146, 44, 146).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 70% Magenta, 0% Yellow, and 43% Black. The HSL representation is 300.0° hue, 53.7% saturation, and 37.3% lightness.
Contrast ratios determine whether this color is safe for typography. 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#922C92
RGB146, 44, 146
HSL300.0°, 53.7%, 37.3%
CMYK0%, 70%, 0%, 43%
HSV300.0°, 69.9%, 57.3%
LAB37.8, 54.8, -34.7
XYZ17.9, 10.0, 28.2
Decimal9579666
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.01:1
Text on #FFFFFF
AAA
3.00:1
Text on #000000
FAIL
6.70:1
Text on #F8FAFC
AA
2.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #922C92;
}
.text-color {
color: #922C92;
}
.border-color {
border: 2px solid #922C92;
}