#920092
A dark, vivid magenta closely aligning with Darkmagenta.
About #920092
Visually, #920092 is defined as a vivid magenta. Its closest recognized web color is Darkmagenta. This translates to an RGB value of rgb(146, 0, 146).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#920092
RGB146, 0, 146
HSL300.0°, 100.0%, 28.6%
CMYK0%, 100%, 0%, 43%
HSV300.0°, 100.0%, 57.3%
LAB34.4, 64.8, -40.2
XYZ17.0, 8.2, 27.9
Decimal9568402
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.96:1
Text on #FFFFFF
AAA
2.64:1
Text on #000000
FAIL
7.61:1
Text on #F8FAFC
AAA
2.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #920092;
}
.text-color {
color: #920092;
}
.border-color {
border: 2px solid #920092;
}