#830783
A dark, vivid magenta closely aligning with Purple.
About #830783
The precise color #830783 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 7, and 131.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 95% Magenta, 0% Yellow, and 49% Black. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#830783
RGB131, 7, 131
HSL300.0°, 89.9%, 27.1%
CMYK0%, 95%, 0%, 49%
HSV300.0°, 94.7%, 51.4%
LAB30.9, 58.9, -36.5
XYZ13.5, 6.6, 22.0
Decimal8587139
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.04:1
Text on #FFFFFF
AAA
2.32:1
Text on #000000
FAIL
8.64:1
Text on #F8FAFC
AAA
1.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #830783;
}
.text-color {
color: #830783;
}
.border-color {
border: 2px solid #830783;
}