#991DF0
A medium, vivid purple closely aligning with Blueviolet.
About #991DF0
When working with digital screens, the color #991DF0 is rendered by mixing light. Designers often compare it to the standard color Blueviolet. This translates to an RGB value of rgb(153, 29, 240).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 36% cyan and 88% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#991DF0
RGB153, 29, 240
HSL275.3°, 87.6%, 52.7%
CMYK36%, 88%, 0%, 6%
HSV275.3°, 87.9%, 94.1%
LAB44.2, 78.5, -79.4
XYZ29.3, 13.9, 83.6
Decimal10034672
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.54:1
Text on #FFFFFF
AA
3.79:1
Text on #000000
AA Large
5.30:1
Text on #F8FAFC
AA
3.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #991DF0;
}
.text-color {
color: #991DF0;
}
.border-color {
border: 2px solid #991DF0;
}