#920F83
A dark, vivid magenta closely aligning with Purple.
About #920F83
When working with digital screens, the color #920F83 is rendered by mixing light. It is closely associated with the named CSS color Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 15, and 131.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 90% M, 10% Y, and 43% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#920F83
RGB146, 15, 131
HSL306.9°, 81.4%, 31.6%
CMYK0%, 90%, 10%, 43%
HSV306.9°, 89.7%, 57.3%
LAB34.2, 60.5, -31.2
XYZ16.1, 8.1, 22.2
Decimal9572227
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.02:1
Text on #FFFFFF
AAA
2.62:1
Text on #000000
FAIL
7.67:1
Text on #F8FAFC
AAA
2.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #920F83;
}
.text-color {
color: #920F83;
}
.border-color {
border: 2px solid #920F83;
}