#920FC5
A medium, vivid purple closely aligning with Darkviolet.
About #920FC5
At its core, #920FC5 is a medium and vivid hue. It is closely associated with the named CSS color Darkviolet. This translates to an RGB value of rgb(146, 15, 197).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 26% cyan, 92% magenta, 0% yellow, and 23% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#920FC5
RGB146, 15, 197
HSL283.2°, 85.8%, 41.6%
CMYK26%, 92%, 0%, 23%
HSV283.2°, 92.4%, 77.3%
LAB38.7, 71.7, -63.7
XYZ22.1, 10.5, 53.7
Decimal9572293
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.78:1
Text on #FFFFFF
AA
3.10:1
Text on #000000
AA Large
6.48:1
Text on #F8FAFC
AA
2.63:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #920FC5;
}
.text-color {
color: #920FC5;
}
.border-color {
border: 2px solid #920FC5;
}