#9916FF
A medium, vivid purple closely aligning with Blueviolet.
About #9916FF
When working with digital screens, the color #9916FF is rendered by mixing light. It is closely associated with the named CSS color Blueviolet. Its digital footprint relies on 153 parts red, 22 parts green, and 255 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 40% Cyan, 91% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium 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#9916FF
RGB153, 22, 255
HSL273.7°, 100.0%, 54.3%
CMYK40%, 91%, 0%, 0%
HSV273.7°, 91.4%, 100.0%
LAB45.0, 82.8, -86.4
XYZ31.5, 14.6, 95.8
Decimal10032895
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.37:1
Text on #FFFFFF
AA
3.91:1
Text on #000000
AA Large
5.13:1
Text on #F8FAFC
AA
3.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9916FF;
}
.text-color {
color: #9916FF;
}
.border-color {
border: 2px solid #9916FF;
}