Shades of Dark Violet #990EC6
Tints of Dark Violet #990EC6
RGB
CMYK
RGB Variations
Color information
#990EC6 (or 0x990EC6) is known color: Dark Violet. HEX triplet: 99, 0E and C6. RGB value is (153,14,198). Sum of RGB (Red+Green+Blue) = 153+14+198=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 198 (77.73% from 255 or 54.25% from 365); Max value from RGB is 198 - color contains mainly: blue. Hex color #990EC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990EC6 is #66F139. Grayscale: #4B4B4B. Windows color (decimal): -6746426 or 12979865. OLE color: 12979865.
HSL color Cylindrical-coordinate representation of color #990EC6: hue angle of 285.33º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990EC6 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 14 | 198 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.22 |
| HSL | 285.33º | 0.87% | 0.42% | - |
| HSV(B) | 285.33º | 0.93% | 0.78% | - |
| XYZ | 23.49 | 11.16 | 54.34 | - |
| YUV | 76.54 | 196.55 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 198 | 0.23 | 0.93 | 0 | 0.22 | 285.33 | 0.87 | 0.42 |
| Hex | 99 | E | C6 | 17 | 5D | 0 | 16 | 11D | 57 | 2A |
| Octal | 231 | 16 | 306 | 27 | 135 | 0 | 26 | 435 | 127 | 52 |
| Binary | 10011001 | 1110 | 11000110 | 10111 | 1011101 | 0 | 10110 | 100011101 | 1010111 | 101010 |
Color Harmonies of #990EC6
Complementary color
Monochromatic Colors of #990EC6
Black with #990EC6
Text Example
Text Example
White with #990EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990EC6; }
p { color: rgb(153,14,198); }
H1.HeaderClassName
{
color: #990EC6;
}
.AnyTagClassName
{
color: #990EC6;
}
</style>
background-color css
<style>
a { background-color: #990EC6; }
a { background-color: rgb(153,14,198); }
div.DivClassName
{
background-color: #990EC6;
}
.BgClassName
{
background-color: #990EC6;
}
</style>
border-color css
<style>
span { border-color: #990EC6; }
span { border-color: rgb(153,14,198); }
td.TdClassName
{
border-color: #990EC6;
}
.TagClassName
{
border-color: #990EC6;
}
</style>