#830F7C
A dark, vivid magenta closely aligning with Purple.
About #830F7C
Visually, #830F7C is defined as a vivid magenta. 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, 15, and 124.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 89% M, 5% Y, and 49% K. With a hue angle of 303.6 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#830F7C
RGB131, 15, 124
HSL303.6°, 79.5%, 28.6%
CMYK0%, 89%, 5%, 49%
HSV303.6°, 88.5%, 51.4%
LAB30.9, 56.4, -32.1
XYZ13.2, 6.6, 19.7
Decimal8589180
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.03:1
Text on #FFFFFF
AAA
2.32:1
Text on #000000
FAIL
8.63:1
Text on #F8FAFC
AAA
1.98:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #830F7C;
}
.text-color {
color: #830F7C;
}
.border-color {
border: 2px solid #830F7C;
}