#920799
A dark, vivid magenta closely aligning with Darkmagenta.
About #920799
When working with digital screens, the color #920799 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkmagenta. In the RGB color space, it consists of 146 red, 7 green, and 153 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 5% C, 95% M, 0% Y, and 40% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#920799
RGB146, 7, 153
HSL297.1°, 91.2%, 31.4%
CMYK5%, 95%, 0%, 40%
HSV297.1°, 95.4%, 60.0%
LAB35.1, 65.0, -43.2
XYZ17.7, 8.6, 30.9
Decimal9570201
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.74:1
Text on #FFFFFF
AAA
2.71:1
Text on #000000
FAIL
7.40:1
Text on #F8FAFC
AAA
2.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #920799;
}
.text-color {
color: #920799;
}
.border-color {
border: 2px solid #920799;
}