Shades of Dark Violet #990DDB
Tints of Dark Violet #990DDB
RGB
CMYK
RGB Variations
Color information
#990DDB (or 0x990DDB) is known color: Dark Violet. HEX triplet: 99, 0D and DB. RGB value is (153,13,219). Sum of RGB (Red+Green+Blue) = 153+13+219=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #990DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990DDB is #66F224. Grayscale: #4D4D4D. Windows color (decimal): -6746661 or 14355865. OLE color: 14355865.
HSL color Cylindrical-coordinate representation of color #990DDB: hue angle of 280.78º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990DDB is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 13 | 219 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.14 |
| HSL | 280.78º | 0.89% | 0.45% | - |
| HSV(B) | 280.78º | 0.94% | 0.86% | - |
| XYZ | 26.07 | 12.17 | 67.99 | - |
| YUV | 78.34 | 207.38 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 219 | 0.30 | 0.94 | 0 | 0.14 | 280.78 | 0.89 | 0.45 |
| Hex | 99 | D | DB | 1E | 5E | 0 | E | 119 | 59 | 2D |
| Octal | 231 | 15 | 333 | 36 | 136 | 0 | 16 | 431 | 131 | 55 |
| Binary | 10011001 | 1101 | 11011011 | 11110 | 1011110 | 0 | 1110 | 100011001 | 1011001 | 101101 |
Color Harmonies of #990DDB
Complementary color
Monochromatic Colors of #990DDB
Black with #990DDB
Text Example
Text Example
White with #990DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990DDB; }
p { color: rgb(153,13,219); }
H1.HeaderClassName
{
color: #990DDB;
}
.AnyTagClassName
{
color: #990DDB;
}
</style>
background-color css
<style>
a { background-color: #990DDB; }
a { background-color: rgb(153,13,219); }
div.DivClassName
{
background-color: #990DDB;
}
.BgClassName
{
background-color: #990DDB;
}
</style>
border-color css
<style>
span { border-color: #990DDB; }
span { border-color: rgb(153,13,219); }
td.TdClassName
{
border-color: #990DDB;
}
.TagClassName
{
border-color: #990DDB;
}
</style>