#920F99
A dark, vivid magenta closely aligning with Darkmagenta.
About #920F99
Visually, #920F99 is defined as a vivid magenta. Its closest recognized web color is Darkmagenta. This translates to an RGB value of rgb(146, 15, 153).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 5% Cyan, 90% Magenta, 0% Yellow, and 40% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#920F99
RGB146, 15, 153
HSL297.0°, 82.1%, 32.9%
CMYK5%, 90%, 0%, 40%
HSV297.0°, 90.2%, 60.0%
LAB35.5, 63.9, -42.6
XYZ17.8, 8.8, 30.9
Decimal9572249
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.63:1
Text on #FFFFFF
AAA
2.75:1
Text on #000000
FAIL
7.30:1
Text on #F8FAFC
AAA
2.34:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #920F99;
}
.text-color {
color: #920F99;
}
.border-color {
border: 2px solid #920F99;
}