Shades of Dark Violet #990EEE
Tints of Dark Violet #990EEE
RGB
CMYK
RGB Variations
Color information
#990EEE (or 0x990EEE) is known color: Dark Violet. HEX triplet: 99, 0E and EE. RGB value is (153,14,238). Sum of RGB (Red+Green+Blue) = 153+14+238=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #990EEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990EEE is #66F111. Grayscale: #505050. Windows color (decimal): -6746386 or 15601305. OLE color: 15601305.
HSL color Cylindrical-coordinate representation of color #990EEE: hue angle of 277.23º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990EEE is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 14 | 238 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.07 |
| HSL | 277.23º | 0.89% | 0.49% | - |
| HSV(B) | 277.23º | 0.94% | 0.93% | - |
| XYZ | 28.73 | 13.26 | 81.93 | - |
| YUV | 81.1 | 216.55 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 238 | 0.36 | 0.94 | 0 | 0.07 | 277.23 | 0.89 | 0.49 |
| Hex | 99 | E | EE | 24 | 5E | 0 | 7 | 115 | 59 | 31 |
| Octal | 231 | 16 | 356 | 44 | 136 | 0 | 7 | 425 | 131 | 61 |
| Binary | 10011001 | 1110 | 11101110 | 100100 | 1011110 | 0 | 111 | 100010101 | 1011001 | 110001 |
Color Harmonies of #990EEE
Complementary color
Monochromatic Colors of #990EEE
Black with #990EEE
Text Example
Text Example
White with #990EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990EEE; }
p { color: rgb(153,14,238); }
H1.HeaderClassName
{
color: #990EEE;
}
.AnyTagClassName
{
color: #990EEE;
}
</style>
background-color css
<style>
a { background-color: #990EEE; }
a { background-color: rgb(153,14,238); }
div.DivClassName
{
background-color: #990EEE;
}
.BgClassName
{
background-color: #990EEE;
}
</style>
border-color css
<style>
span { border-color: #990EEE; }
span { border-color: rgb(153,14,238); }
td.TdClassName
{
border-color: #990EEE;
}
.TagClassName
{
border-color: #990EEE;
}
</style>