Shades of Dark Violet #990ABE
Tints of Dark Violet #990ABE
RGB
CMYK
RGB Variations
Color information
#990ABE (or 0x990ABE) is known color: Dark Violet. HEX triplet: 99, 0A and BE. RGB value is (153,10,190). Sum of RGB (Red+Green+Blue) = 153+10+190=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #990ABE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990ABE is #66F541. Grayscale: #484848. Windows color (decimal): -6747458 or 12454553. OLE color: 12454553.
HSL color Cylindrical-coordinate representation of color #990ABE: hue angle of 287.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990ABE is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 10 | 190 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.25 |
| HSL | 287.67º | 0.9% | 0.39% | - |
| HSV(B) | 287.67º | 0.95% | 0.75% | - |
| XYZ | 22.54 | 10.71 | 49.59 | - |
| YUV | 73.28 | 193.88 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 190 | 0.19 | 0.95 | 0 | 0.25 | 287.67 | 0.9 | 0.39 |
| Hex | 99 | A | BE | 13 | 5F | 0 | 19 | 120 | 5A | 27 |
| Octal | 231 | 12 | 276 | 23 | 137 | 0 | 31 | 440 | 132 | 47 |
| Binary | 10011001 | 1010 | 10111110 | 10011 | 1011111 | 0 | 11001 | 100100000 | 1011010 | 100111 |
Color Harmonies of #990ABE
Complementary color
Monochromatic Colors of #990ABE
Black with #990ABE
Text Example
Text Example
White with #990ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990ABE; }
p { color: rgb(153,10,190); }
H1.HeaderClassName
{
color: #990ABE;
}
.AnyTagClassName
{
color: #990ABE;
}
</style>
background-color css
<style>
a { background-color: #990ABE; }
a { background-color: rgb(153,10,190); }
div.DivClassName
{
background-color: #990ABE;
}
.BgClassName
{
background-color: #990ABE;
}
</style>
border-color css
<style>
span { border-color: #990ABE; }
span { border-color: rgb(153,10,190); }
td.TdClassName
{
border-color: #990ABE;
}
.TagClassName
{
border-color: #990ABE;
}
</style>