#830FAF
A dark, vivid purple closely aligning with Darkorchid.
About #830FAF
At its core, #830FAF is a dark and vivid hue. Designers often compare it to the standard color Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 15, and 175.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 25% cyan, 91% magenta, 0% yellow, and 31% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#830FAF
RGB131, 15, 175
HSL283.5°, 84.2%, 37.3%
CMYK25%, 91%, 0%, 31%
HSV283.5°, 91.4%, 68.6%
LAB34.5, 65.4, -57.6
XYZ17.3, 8.3, 41.2
Decimal8589231
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.92:1
Text on #FFFFFF
AAA
2.65:1
Text on #000000
FAIL
7.57:1
Text on #F8FAFC
AAA
2.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #830FAF;
}
.text-color {
color: #830FAF;
}
.border-color {
border: 2px solid #830FAF;
}