Shades of Dark Violet #990EE1
Tints of Dark Violet #990EE1
RGB
CMYK
RGB Variations
Color information
#990EE1 (or 0x990EE1) is known color: Dark Violet. HEX triplet: 99, 0E and E1. RGB value is (153,14,225). Sum of RGB (Red+Green+Blue) = 153+14+225=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 225 (88.28% from 255 or 57.40% from 392); Max value from RGB is 225 - color contains mainly: blue. Hex color #990EE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990EE1 is #66F11E. Grayscale: #4E4E4E. Windows color (decimal): -6746399 or 14749337. OLE color: 14749337.
HSL color Cylindrical-coordinate representation of color #990EE1: hue angle of 279.53º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990EE1 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 14 | 225 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.12 |
| HSL | 279.53º | 0.88% | 0.47% | - |
| HSV(B) | 279.53º | 0.94% | 0.88% | - |
| XYZ | 26.88 | 12.52 | 72.23 | - |
| YUV | 79.62 | 210.05 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 225 | 0.32 | 0.94 | 0 | 0.12 | 279.53 | 0.88 | 0.47 |
| Hex | 99 | E | E1 | 20 | 5E | 0 | C | 118 | 58 | 2F |
| Octal | 231 | 16 | 341 | 40 | 136 | 0 | 14 | 430 | 130 | 57 |
| Binary | 10011001 | 1110 | 11100001 | 100000 | 1011110 | 0 | 1100 | 100011000 | 1011000 | 101111 |
Color Harmonies of #990EE1
Complementary color
Monochromatic Colors of #990EE1
Black with #990EE1
Text Example
Text Example
White with #990EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990EE1; }
p { color: rgb(153,14,225); }
H1.HeaderClassName
{
color: #990EE1;
}
.AnyTagClassName
{
color: #990EE1;
}
</style>
background-color css
<style>
a { background-color: #990EE1; }
a { background-color: rgb(153,14,225); }
div.DivClassName
{
background-color: #990EE1;
}
.BgClassName
{
background-color: #990EE1;
}
</style>
border-color css
<style>
span { border-color: #990EE1; }
span { border-color: rgb(153,14,225); }
td.TdClassName
{
border-color: #990EE1;
}
.TagClassName
{
border-color: #990EE1;
}
</style>