Shades of Dark Violet #990BD9
Tints of Dark Violet #990BD9
RGB
CMYK
RGB Variations
Color information
#990BD9 (or 0x990BD9) is known color: Dark Violet. HEX triplet: 99, 0B and D9. RGB value is (153,11,217). Sum of RGB (Red+Green+Blue) = 153+11+217=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 217 (85.16% from 255 or 56.96% from 381); Max value from RGB is 217 - color contains mainly: blue. Hex color #990BD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990BD9 is #66F426. Grayscale: #4C4C4C. Windows color (decimal): -6747175 or 14224281. OLE color: 14224281.
HSL color Cylindrical-coordinate representation of color #990BD9: hue angle of 281.36º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990BD9 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 11 | 217 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.15 |
| HSL | 281.36º | 0.9% | 0.45% | - |
| HSV(B) | 281.36º | 0.95% | 0.85% | - |
| XYZ | 25.78 | 12.02 | 66.61 | - |
| YUV | 76.94 | 207.04 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 217 | 0.29 | 0.95 | 0 | 0.15 | 281.36 | 0.9 | 0.45 |
| Hex | 99 | B | D9 | 1D | 5F | 0 | F | 119 | 5A | 2D |
| Octal | 231 | 13 | 331 | 35 | 137 | 0 | 17 | 431 | 132 | 55 |
| Binary | 10011001 | 1011 | 11011001 | 11101 | 1011111 | 0 | 1111 | 100011001 | 1011010 | 101101 |
Color Harmonies of #990BD9
Complementary color
Monochromatic Colors of #990BD9
Black with #990BD9
Text Example
Text Example
White with #990BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990BD9; }
p { color: rgb(153,11,217); }
H1.HeaderClassName
{
color: #990BD9;
}
.AnyTagClassName
{
color: #990BD9;
}
</style>
background-color css
<style>
a { background-color: #990BD9; }
a { background-color: rgb(153,11,217); }
div.DivClassName
{
background-color: #990BD9;
}
.BgClassName
{
background-color: #990BD9;
}
</style>
border-color css
<style>
span { border-color: #990BD9; }
span { border-color: rgb(153,11,217); }
td.TdClassName
{
border-color: #990BD9;
}
.TagClassName
{
border-color: #990BD9;
}
</style>