#920F92
A dark, vivid magenta closely aligning with Darkmagenta.
About #920F92
When working with digital screens, the color #920F92 is rendered by mixing light. It is closely associated with the named CSS color Darkmagenta. In the RGB color space, it consists of 146 red, 15 green, and 146 blue.
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 90% magenta inks. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. 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#920F92
RGB146, 15, 146
HSL300.0°, 81.4%, 31.6%
CMYK0%, 90%, 0%, 43%
HSV300.0°, 89.7%, 57.3%
LAB35.1, 62.8, -39.0
XYZ17.2, 8.5, 27.9
Decimal9572242
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.76:1
Text on #FFFFFF
AAA
2.71:1
Text on #000000
FAIL
7.42:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #920F92;
}
.text-color {
color: #920F92;
}
.border-color {
border: 2px solid #920F92;
}