Shades of Dark Violet #990FBB
Tints of Dark Violet #990FBB
RGB
CMYK
RGB Variations
Color information
#990FBB (or 0x990FBB) is known color: Dark Violet. HEX triplet: 99, 0F and BB. RGB value is (153,15,187). Sum of RGB (Red+Green+Blue) = 153+15+187=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #990FBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990FBB is #66F044. Grayscale: #4B4B4B. Windows color (decimal): -6746181 or 12259225. OLE color: 12259225.
HSL color Cylindrical-coordinate representation of color #990FBB: hue angle of 288.14º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990FBB is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 15 | 187 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.27 |
| HSL | 288.14º | 0.85% | 0.4% | - |
| HSV(B) | 288.14º | 0.92% | 0.73% | - |
| XYZ | 22.28 | 10.7 | 47.91 | - |
| YUV | 75.87 | 190.72 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 187 | 0.18 | 0.92 | 0 | 0.27 | 288.14 | 0.85 | 0.4 |
| Hex | 99 | F | BB | 12 | 5C | 0 | 1B | 120 | 55 | 28 |
| Octal | 231 | 17 | 273 | 22 | 134 | 0 | 33 | 440 | 125 | 50 |
| Binary | 10011001 | 1111 | 10111011 | 10010 | 1011100 | 0 | 11011 | 100100000 | 1010101 | 101000 |
Color Harmonies of #990FBB
Complementary color
Monochromatic Colors of #990FBB
Black with #990FBB
Text Example
Text Example
White with #990FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990FBB; }
p { color: rgb(153,15,187); }
H1.HeaderClassName
{
color: #990FBB;
}
.AnyTagClassName
{
color: #990FBB;
}
</style>
background-color css
<style>
a { background-color: #990FBB; }
a { background-color: rgb(153,15,187); }
div.DivClassName
{
background-color: #990FBB;
}
.BgClassName
{
background-color: #990FBB;
}
</style>
border-color css
<style>
span { border-color: #990FBB; }
span { border-color: rgb(153,15,187); }
td.TdClassName
{
border-color: #990FBB;
}
.TagClassName
{
border-color: #990FBB;
}
</style>