Shades of Dark Violet #990CDB
Tints of Dark Violet #990CDB
RGB
CMYK
RGB Variations
Color information
#990CDB (or 0x990CDB) is known color: Dark Violet. HEX triplet: 99, 0C and DB. RGB value is (153,12,219). Sum of RGB (Red+Green+Blue) = 153+12+219=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #990CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990CDB is #66F324. Grayscale: #4D4D4D. Windows color (decimal): -6746917 or 14355609. OLE color: 14355609.
HSL color Cylindrical-coordinate representation of color #990CDB: hue angle of 280.87º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990CDB is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 12 | 219 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.14 |
| HSL | 280.87º | 0.9% | 0.45% | - |
| HSV(B) | 280.87º | 0.95% | 0.86% | - |
| XYZ | 26.05 | 12.15 | 67.99 | - |
| YUV | 77.76 | 207.71 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 219 | 0.30 | 0.95 | 0 | 0.14 | 280.87 | 0.9 | 0.45 |
| Hex | 99 | C | DB | 1E | 5F | 0 | E | 119 | 5A | 2D |
| Octal | 231 | 14 | 333 | 36 | 137 | 0 | 16 | 431 | 132 | 55 |
| Binary | 10011001 | 1100 | 11011011 | 11110 | 1011111 | 0 | 1110 | 100011001 | 1011010 | 101101 |
Color Harmonies of #990CDB
Complementary color
Monochromatic Colors of #990CDB
Black with #990CDB
Text Example
Text Example
White with #990CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990CDB; }
p { color: rgb(153,12,219); }
H1.HeaderClassName
{
color: #990CDB;
}
.AnyTagClassName
{
color: #990CDB;
}
</style>
background-color css
<style>
a { background-color: #990CDB; }
a { background-color: rgb(153,12,219); }
div.DivClassName
{
background-color: #990CDB;
}
.BgClassName
{
background-color: #990CDB;
}
</style>
border-color css
<style>
span { border-color: #990CDB; }
span { border-color: rgb(153,12,219); }
td.TdClassName
{
border-color: #990CDB;
}
.TagClassName
{
border-color: #990CDB;
}
</style>