Shades of Dark Violet #990BFA
Tints of Dark Violet #990BFA
RGB
CMYK
RGB Variations
Color information
#990BFA (or 0x990BFA) is known color: Dark Violet. HEX triplet: 99, 0B and FA. RGB value is (153,11,250). Sum of RGB (Red+Green+Blue) = 153+11+250=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #990BFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990BFA is #66F405. Grayscale: #4F4F4F. Windows color (decimal): -6747142 or 16386969. OLE color: 16386969.
HSL color Cylindrical-coordinate representation of color #990BFA: hue angle of 275.65º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990BFA is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 11 | 250 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.02 |
| HSL | 275.65º | 0.96% | 0.51% | - |
| HSV(B) | 275.65º | 0.96% | 0.98% | - |
| XYZ | 30.51 | 13.91 | 91.52 | - |
| YUV | 80.7 | 223.54 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 250 | 0.39 | 0.96 | 0 | 0.02 | 275.65 | 0.96 | 0.51 |
| Hex | 99 | B | FA | 27 | 60 | 0 | 2 | 114 | 60 | 33 |
| Octal | 231 | 13 | 372 | 47 | 140 | 0 | 2 | 424 | 140 | 63 |
| Binary | 10011001 | 1011 | 11111010 | 100111 | 1100000 | 0 | 10 | 100010100 | 1100000 | 110011 |
Color Harmonies of #990BFA
Complementary color
Monochromatic Colors of #990BFA
Black with #990BFA
Text Example
Text Example
White with #990BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990BFA; }
p { color: rgb(153,11,250); }
H1.HeaderClassName
{
color: #990BFA;
}
.AnyTagClassName
{
color: #990BFA;
}
</style>
background-color css
<style>
a { background-color: #990BFA; }
a { background-color: rgb(153,11,250); }
div.DivClassName
{
background-color: #990BFA;
}
.BgClassName
{
background-color: #990BFA;
}
</style>
border-color css
<style>
span { border-color: #990BFA; }
span { border-color: rgb(153,11,250); }
td.TdClassName
{
border-color: #990BFA;
}
.TagClassName
{
border-color: #990BFA;
}
</style>