#83077C
A dark, vivid magenta closely aligning with Purple.
About #83077C
Visually, #83077C is defined as a vivid magenta. Its closest recognized web color is Purple. In the RGB color space, it consists of 131 red, 7 green, and 124 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 95% magenta, 5% yellow, and 49% black. The HSL representation is 303.4° hue, 89.9% saturation, and 27.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#83077C
RGB131, 7, 124
HSL303.4°, 89.9%, 27.1%
CMYK0%, 95%, 5%, 49%
HSV303.4°, 94.7%, 51.4%
LAB30.5, 57.8, -32.8
XYZ13.1, 6.4, 19.6
Decimal8587132
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.18:1
Text on #FFFFFF
AAA
2.29:1
Text on #000000
FAIL
8.78:1
Text on #F8FAFC
AAA
1.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #83077C;
}
.text-color {
color: #83077C;
}
.border-color {
border: 2px solid #83077C;
}