Shades of Dark Violet #990EBA
Tints of Dark Violet #990EBA
RGB
CMYK
RGB Variations
Color information
#990EBA (or 0x990EBA) is known color: Dark Violet. HEX triplet: 99, 0E and BA. RGB value is (153,14,186). Sum of RGB (Red+Green+Blue) = 153+14+186=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #990EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990EBA is #66F145. Grayscale: #4A4A4A. Windows color (decimal): -6746438 or 12193433. OLE color: 12193433.
HSL color Cylindrical-coordinate representation of color #990EBA: hue angle of 288.49º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990EBA is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 14 | 186 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.27 |
| HSL | 288.49º | 0.86% | 0.39% | - |
| HSV(B) | 288.49º | 0.92% | 0.73% | - |
| XYZ | 22.16 | 10.63 | 47.34 | - |
| YUV | 75.17 | 190.55 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 186 | 0.18 | 0.92 | 0 | 0.27 | 288.49 | 0.86 | 0.39 |
| Hex | 99 | E | BA | 12 | 5C | 0 | 1B | 120 | 56 | 27 |
| Octal | 231 | 16 | 272 | 22 | 134 | 0 | 33 | 440 | 126 | 47 |
| Binary | 10011001 | 1110 | 10111010 | 10010 | 1011100 | 0 | 11011 | 100100000 | 1010110 | 100111 |
Color Harmonies of #990EBA
Complementary color
Monochromatic Colors of #990EBA
Black with #990EBA
Text Example
Text Example
White with #990EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990EBA; }
p { color: rgb(153,14,186); }
H1.HeaderClassName
{
color: #990EBA;
}
.AnyTagClassName
{
color: #990EBA;
}
</style>
background-color css
<style>
a { background-color: #990EBA; }
a { background-color: rgb(153,14,186); }
div.DivClassName
{
background-color: #990EBA;
}
.BgClassName
{
background-color: #990EBA;
}
</style>
border-color css
<style>
span { border-color: #990EBA; }
span { border-color: rgb(153,14,186); }
td.TdClassName
{
border-color: #990EBA;
}
.TagClassName
{
border-color: #990EBA;
}
</style>