Shades of Dark Violet #990DC9
Tints of Dark Violet #990DC9
RGB
CMYK
RGB Variations
Color information
#990DC9 (or 0x990DC9) is known color: Dark Violet. HEX triplet: 99, 0D and C9. RGB value is (153,13,201). Sum of RGB (Red+Green+Blue) = 153+13+201=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #990DC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990DC9 is #66F236. Grayscale: #4B4B4B. Windows color (decimal): -6746679 or 13176217. OLE color: 13176217.
HSL color Cylindrical-coordinate representation of color #990DC9: hue angle of 284.68º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990DC9 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 13 | 201 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.21 |
| HSL | 284.68º | 0.88% | 0.42% | - |
| HSV(B) | 284.68º | 0.94% | 0.79% | - |
| XYZ | 23.82 | 11.28 | 56.18 | - |
| YUV | 76.29 | 198.38 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 201 | 0.24 | 0.94 | 0 | 0.21 | 284.68 | 0.88 | 0.42 |
| Hex | 99 | D | C9 | 18 | 5E | 0 | 15 | 11D | 58 | 2A |
| Octal | 231 | 15 | 311 | 30 | 136 | 0 | 25 | 435 | 130 | 52 |
| Binary | 10011001 | 1101 | 11001001 | 11000 | 1011110 | 0 | 10101 | 100011101 | 1011000 | 101010 |
Color Harmonies of #990DC9
Complementary color
Monochromatic Colors of #990DC9
Black with #990DC9
Text Example
Text Example
White with #990DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990DC9; }
p { color: rgb(153,13,201); }
H1.HeaderClassName
{
color: #990DC9;
}
.AnyTagClassName
{
color: #990DC9;
}
</style>
background-color css
<style>
a { background-color: #990DC9; }
a { background-color: rgb(153,13,201); }
div.DivClassName
{
background-color: #990DC9;
}
.BgClassName
{
background-color: #990DC9;
}
</style>
border-color css
<style>
span { border-color: #990DC9; }
span { border-color: rgb(153,13,201); }
td.TdClassName
{
border-color: #990DC9;
}
.TagClassName
{
border-color: #990DC9;
}
</style>