Shades of Dark Violet #990EE5
Tints of Dark Violet #990EE5
RGB
CMYK
RGB Variations
Color information
#990EE5 (or 0x990EE5) is known color: Dark Violet. HEX triplet: 99, 0E and E5. RGB value is (153,14,229). Sum of RGB (Red+Green+Blue) = 153+14+229=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 229 (89.84% from 255 or 57.83% from 396); Max value from RGB is 229 - color contains mainly: blue. Hex color #990EE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990EE5 is #66F11A. Grayscale: #4F4F4F. Windows color (decimal): -6746395 or 15011481. OLE color: 15011481.
HSL color Cylindrical-coordinate representation of color #990EE5: hue angle of 278.79º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990EE5 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 14 | 229 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.10 |
| HSL | 278.79º | 0.88% | 0.48% | - |
| HSV(B) | 278.79º | 0.94% | 0.9% | - |
| XYZ | 27.44 | 12.74 | 75.14 | - |
| YUV | 80.07 | 212.05 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 229 | 0.33 | 0.94 | 0 | 0.10 | 278.79 | 0.88 | 0.48 |
| Hex | 99 | E | E5 | 21 | 5E | 0 | A | 117 | 58 | 30 |
| Octal | 231 | 16 | 345 | 41 | 136 | 0 | 12 | 427 | 130 | 60 |
| Binary | 10011001 | 1110 | 11100101 | 100001 | 1011110 | 0 | 1010 | 100010111 | 1011000 | 110000 |
Color Harmonies of #990EE5
Complementary color
Monochromatic Colors of #990EE5
Black with #990EE5
Text Example
Text Example
White with #990EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990EE5; }
p { color: rgb(153,14,229); }
H1.HeaderClassName
{
color: #990EE5;
}
.AnyTagClassName
{
color: #990EE5;
}
</style>
background-color css
<style>
a { background-color: #990EE5; }
a { background-color: rgb(153,14,229); }
div.DivClassName
{
background-color: #990EE5;
}
.BgClassName
{
background-color: #990EE5;
}
</style>
border-color css
<style>
span { border-color: #990EE5; }
span { border-color: rgb(153,14,229); }
td.TdClassName
{
border-color: #990EE5;
}
.TagClassName
{
border-color: #990EE5;
}
</style>