#83078A
A dark, vivid magenta closely aligning with Darkmagenta.
About #83078A
Visually, #83078A is defined as a vivid magenta. It is closely associated with the named CSS color Darkmagenta. In the RGB color space, it consists of 131 red, 7 green, and 138 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 5% cyan, 95% magenta, 0% yellow, and 46% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#83078A
RGB131, 7, 138
HSL296.8°, 90.3%, 28.4%
CMYK5%, 95%, 0%, 46%
HSV296.8°, 94.9%, 54.1%
LAB31.4, 60.0, -40.2
XYZ14.0, 6.8, 24.6
Decimal8587146
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.89:1
Text on #FFFFFF
AAA
2.36:1
Text on #000000
FAIL
8.50:1
Text on #F8FAFC
AAA
2.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #83078A;
}
.text-color {
color: #83078A;
}
.border-color {
border: 2px solid #83078A;
}