#990FFF
A medium, vivid purple closely aligning with Blueviolet.
About #990FFF
The precise color #990FFF is an excellent choice for modern design projects. Designers often compare it to the standard color Blueviolet. In the RGB color space, it consists of 153 red, 15 green, and 255 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 40% Cyan, 94% Magenta, 0% Yellow, and 0% 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. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#990FFF
RGB153, 15, 255
HSL274.5°, 100.0%, 52.9%
CMYK40%, 94%, 0%, 0%
HSV274.5°, 94.1%, 100.0%
LAB44.7, 83.8, -86.9
XYZ31.4, 14.3, 95.7
Decimal10031103
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.43:1
Text on #FFFFFF
AA
3.87:1
Text on #000000
AA Large
5.19:1
Text on #F8FAFC
AA
3.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #990FFF;
}
.text-color {
color: #990FFF;
}
.border-color {
border: 2px solid #990FFF;
}