Shades of Blue Violet #990DFB
Tints of Blue Violet #990DFB
RGB
CMYK
RGB Variations
Color information
#990DFB (or 0x990DFB) is known color: Blue Violet. HEX triplet: 99, 0D and FB. RGB value is (153,13,251). Sum of RGB (Red+Green+Blue) = 153+13+251=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 13 (5.47% from 255 or 3.12% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #990DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990DFB is #66F204. Grayscale: #515151. Windows color (decimal): -6746629 or 16453017. OLE color: 16453017.
HSL color Cylindrical-coordinate representation of color #990DFB: hue angle of 275.29º degrees, saturation: 0.97, 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 #990DFB is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 13 | 251 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.02 |
| HSL | 275.29º | 0.97% | 0.52% | - |
| HSV(B) | 275.29º | 0.95% | 0.98% | - |
| XYZ | 30.69 | 14.03 | 92.36 | - |
| YUV | 81.99 | 223.38 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 251 | 0.39 | 0.95 | 0 | 0.02 | 275.29 | 0.97 | 0.52 |
| Hex | 99 | D | FB | 27 | 5F | 0 | 2 | 113 | 61 | 34 |
| Octal | 231 | 15 | 373 | 47 | 137 | 0 | 2 | 423 | 141 | 64 |
| Binary | 10011001 | 1101 | 11111011 | 100111 | 1011111 | 0 | 10 | 100010011 | 1100001 | 110100 |
Color Harmonies of #990DFB
Complementary color
Monochromatic Colors of #990DFB
Black with #990DFB
Text Example
Text Example
White with #990DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990DFB; }
p { color: rgb(153,13,251); }
H1.HeaderClassName
{
color: #990DFB;
}
.AnyTagClassName
{
color: #990DFB;
}
</style>
background-color css
<style>
a { background-color: #990DFB; }
a { background-color: rgb(153,13,251); }
div.DivClassName
{
background-color: #990DFB;
}
.BgClassName
{
background-color: #990DFB;
}
</style>
border-color css
<style>
span { border-color: #990DFB; }
span { border-color: rgb(153,13,251); }
td.TdClassName
{
border-color: #990DFB;
}
.TagClassName
{
border-color: #990DFB;
}
</style>