Shades of Dark Violet #990EE8
Tints of Dark Violet #990EE8
RGB
CMYK
RGB Variations
Color information
#990EE8 (or 0x990EE8) is known color: Dark Violet. HEX triplet: 99, 0E and E8. RGB value is (153,14,232). Sum of RGB (Red+Green+Blue) = 153+14+232=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 232 (91.02% from 255 or 58.15% from 399); Max value from RGB is 232 - color contains mainly: blue. Hex color #990EE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990EE8 is #66F117. Grayscale: #4F4F4F. Windows color (decimal): -6746392 or 15208089. OLE color: 15208089.
HSL color Cylindrical-coordinate representation of color #990EE8: hue angle of 278.26º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990EE8 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 14 | 232 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.09 |
| HSL | 278.26º | 0.89% | 0.48% | - |
| HSV(B) | 278.26º | 0.94% | 0.91% | - |
| XYZ | 27.86 | 12.91 | 77.37 | - |
| YUV | 80.41 | 213.55 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 232 | 0.34 | 0.94 | 0 | 0.09 | 278.26 | 0.89 | 0.48 |
| Hex | 99 | E | E8 | 22 | 5E | 0 | 9 | 116 | 59 | 30 |
| Octal | 231 | 16 | 350 | 42 | 136 | 0 | 11 | 426 | 131 | 60 |
| Binary | 10011001 | 1110 | 11101000 | 100010 | 1011110 | 0 | 1001 | 100010110 | 1011001 | 110000 |
Color Harmonies of #990EE8
Complementary color
Monochromatic Colors of #990EE8
Black with #990EE8
Text Example
Text Example
White with #990EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990EE8; }
p { color: rgb(153,14,232); }
H1.HeaderClassName
{
color: #990EE8;
}
.AnyTagClassName
{
color: #990EE8;
}
</style>
background-color css
<style>
a { background-color: #990EE8; }
a { background-color: rgb(153,14,232); }
div.DivClassName
{
background-color: #990EE8;
}
.BgClassName
{
background-color: #990EE8;
}
</style>
border-color css
<style>
span { border-color: #990EE8; }
span { border-color: rgb(153,14,232); }
td.TdClassName
{
border-color: #990EE8;
}
.TagClassName
{
border-color: #990EE8;
}
</style>