Shades of Dark Violet #990EC0
Tints of Dark Violet #990EC0
RGB
CMYK
RGB Variations
Color information
#990EC0 (or 0x990EC0) is known color: Dark Violet. HEX triplet: 99, 0E and C0. RGB value is (153,14,192). Sum of RGB (Red+Green+Blue) = 153+14+192=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #990EC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990EC0 is #66F13F. Grayscale: #4B4B4B. Windows color (decimal): -6746432 or 12586649. OLE color: 12586649.
HSL color Cylindrical-coordinate representation of color #990EC0: hue angle of 286.85º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990EC0 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 14 | 192 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.25 |
| HSL | 286.85º | 0.86% | 0.4% | - |
| HSV(B) | 286.85º | 0.93% | 0.75% | - |
| XYZ | 22.81 | 10.89 | 50.77 | - |
| YUV | 75.85 | 193.55 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 192 | 0.20 | 0.93 | 0 | 0.25 | 286.85 | 0.86 | 0.4 |
| Hex | 99 | E | C0 | 14 | 5D | 0 | 19 | 11F | 56 | 28 |
| Octal | 231 | 16 | 300 | 24 | 135 | 0 | 31 | 437 | 126 | 50 |
| Binary | 10011001 | 1110 | 11000000 | 10100 | 1011101 | 0 | 11001 | 100011111 | 1010110 | 101000 |
Color Harmonies of #990EC0
Complementary color
Monochromatic Colors of #990EC0
Black with #990EC0
Text Example
Text Example
White with #990EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990EC0; }
p { color: rgb(153,14,192); }
H1.HeaderClassName
{
color: #990EC0;
}
.AnyTagClassName
{
color: #990EC0;
}
</style>
background-color css
<style>
a { background-color: #990EC0; }
a { background-color: rgb(153,14,192); }
div.DivClassName
{
background-color: #990EC0;
}
.BgClassName
{
background-color: #990EC0;
}
</style>
border-color css
<style>
span { border-color: #990EC0; }
span { border-color: rgb(153,14,192); }
td.TdClassName
{
border-color: #990EC0;
}
.TagClassName
{
border-color: #990EC0;
}
</style>