Shades of Blue Violet #990DFA
Tints of Blue Violet #990DFA
RGB
CMYK
RGB Variations
Color information
#990DFA (or 0x990DFA) is known color: Blue Violet. HEX triplet: 99, 0D and FA. RGB value is (153,13,250). Sum of RGB (Red+Green+Blue) = 153+13+250=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #990DFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990DFA is #66F205. Grayscale: #515151. Windows color (decimal): -6746630 or 16387481. OLE color: 16387481.
HSL color Cylindrical-coordinate representation of color #990DFA: hue angle of 275.44º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990DFA is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 13 | 250 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.02 |
| HSL | 275.44º | 0.96% | 0.52% | - |
| HSV(B) | 275.44º | 0.95% | 0.98% | - |
| XYZ | 30.54 | 13.96 | 91.53 | - |
| YUV | 81.88 | 222.88 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 250 | 0.39 | 0.95 | 0 | 0.02 | 275.44 | 0.96 | 0.52 |
| Hex | 99 | D | FA | 27 | 5F | 0 | 2 | 113 | 60 | 34 |
| Octal | 231 | 15 | 372 | 47 | 137 | 0 | 2 | 423 | 140 | 64 |
| Binary | 10011001 | 1101 | 11111010 | 100111 | 1011111 | 0 | 10 | 100010011 | 1100000 | 110100 |
Color Harmonies of #990DFA
Complementary color
Monochromatic Colors of #990DFA
Black with #990DFA
Text Example
Text Example
White with #990DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990DFA; }
p { color: rgb(153,13,250); }
H1.HeaderClassName
{
color: #990DFA;
}
.AnyTagClassName
{
color: #990DFA;
}
</style>
background-color css
<style>
a { background-color: #990DFA; }
a { background-color: rgb(153,13,250); }
div.DivClassName
{
background-color: #990DFA;
}
.BgClassName
{
background-color: #990DFA;
}
</style>
border-color css
<style>
span { border-color: #990DFA; }
span { border-color: rgb(153,13,250); }
td.TdClassName
{
border-color: #990DFA;
}
.TagClassName
{
border-color: #990DFA;
}
</style>