#830FBD
A medium, vivid purple closely aligning with Darkorchid.
About #830FBD
Visually, #830FBD is defined as a vivid purple. Designers often compare it to the standard color Darkorchid. In the RGB color space, it consists of 131 red, 15 green, and 189 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 31% Cyan, 92% Magenta, 0% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#830FBD
RGB131, 15, 189
HSL280.0°, 85.3%, 40.0%
CMYK31%, 92%, 0%, 26%
HSV280.0°, 92.1%, 74.1%
LAB35.7, 68.1, -64.0
XYZ18.7, 8.8, 48.9
Decimal8589245
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.59:1
Text on #FFFFFF
AAA
2.77:1
Text on #000000
FAIL
7.25:1
Text on #F8FAFC
AAA
2.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #830FBD;
}
.text-color {
color: #830FBD;
}
.border-color {
border: 2px solid #830FBD;
}