Shades of Dark Violet #990EEA
Tints of Dark Violet #990EEA
RGB
CMYK
RGB Variations
Color information
#990EEA (or 0x990EEA) is known color: Dark Violet. HEX triplet: 99, 0E and EA. RGB value is (153,14,234). Sum of RGB (Red+Green+Blue) = 153+14+234=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #990EEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990EEA is #66F115. Grayscale: #4F4F4F. Windows color (decimal): -6746390 or 15339161. OLE color: 15339161.
HSL color Cylindrical-coordinate representation of color #990EEA: hue angle of 277.91º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990EEA is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 14 | 234 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.08 |
| HSL | 277.91º | 0.89% | 0.49% | - |
| HSV(B) | 277.91º | 0.94% | 0.92% | - |
| XYZ | 28.15 | 13.03 | 78.87 | - |
| YUV | 80.64 | 214.55 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 234 | 0.35 | 0.94 | 0 | 0.08 | 277.91 | 0.89 | 0.49 |
| Hex | 99 | E | EA | 23 | 5E | 0 | 8 | 116 | 59 | 31 |
| Octal | 231 | 16 | 352 | 43 | 136 | 0 | 10 | 426 | 131 | 61 |
| Binary | 10011001 | 1110 | 11101010 | 100011 | 1011110 | 0 | 1000 | 100010110 | 1011001 | 110001 |
Color Harmonies of #990EEA
Complementary color
Monochromatic Colors of #990EEA
Black with #990EEA
Text Example
Text Example
White with #990EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990EEA; }
p { color: rgb(153,14,234); }
H1.HeaderClassName
{
color: #990EEA;
}
.AnyTagClassName
{
color: #990EEA;
}
</style>
background-color css
<style>
a { background-color: #990EEA; }
a { background-color: rgb(153,14,234); }
div.DivClassName
{
background-color: #990EEA;
}
.BgClassName
{
background-color: #990EEA;
}
</style>
border-color css
<style>
span { border-color: #990EEA; }
span { border-color: rgb(153,14,234); }
td.TdClassName
{
border-color: #990EEA;
}
.TagClassName
{
border-color: #990EEA;
}
</style>