Shades of Dark Violet #990EBC
Tints of Dark Violet #990EBC
RGB
CMYK
RGB Variations
Color information
#990EBC (or 0x990EBC) is known color: Dark Violet. HEX triplet: 99, 0E and BC. RGB value is (153,14,188). Sum of RGB (Red+Green+Blue) = 153+14+188=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #990EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990EBC is #66F143. Grayscale: #4A4A4A. Windows color (decimal): -6746436 or 12324505. OLE color: 12324505.
HSL color Cylindrical-coordinate representation of color #990EBC: hue angle of 287.93º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990EBC is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 14 | 188 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.26 |
| HSL | 287.93º | 0.86% | 0.4% | - |
| HSV(B) | 287.93º | 0.93% | 0.74% | - |
| XYZ | 22.37 | 10.72 | 48.47 | - |
| YUV | 75.4 | 191.55 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 188 | 0.19 | 0.93 | 0 | 0.26 | 287.93 | 0.86 | 0.4 |
| Hex | 99 | E | BC | 13 | 5D | 0 | 1A | 120 | 56 | 28 |
| Octal | 231 | 16 | 274 | 23 | 135 | 0 | 32 | 440 | 126 | 50 |
| Binary | 10011001 | 1110 | 10111100 | 10011 | 1011101 | 0 | 11010 | 100100000 | 1010110 | 101000 |
Color Harmonies of #990EBC
Complementary color
Monochromatic Colors of #990EBC
Black with #990EBC
Text Example
Text Example
White with #990EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990EBC; }
p { color: rgb(153,14,188); }
H1.HeaderClassName
{
color: #990EBC;
}
.AnyTagClassName
{
color: #990EBC;
}
</style>
background-color css
<style>
a { background-color: #990EBC; }
a { background-color: rgb(153,14,188); }
div.DivClassName
{
background-color: #990EBC;
}
.BgClassName
{
background-color: #990EBC;
}
</style>
border-color css
<style>
span { border-color: #990EBC; }
span { border-color: rgb(153,14,188); }
td.TdClassName
{
border-color: #990EBC;
}
.TagClassName
{
border-color: #990EBC;
}
</style>