Shades of Dark Violet #990AAF
Tints of Dark Violet #990AAF
RGB
CMYK
RGB Variations
Color information
#990AAF (or 0x990AAF) is known color: Dark Violet. HEX triplet: 99, 0A and AF. RGB value is (153,10,175). Sum of RGB (Red+Green+Blue) = 153+10+175=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #990AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990AAF is #66F550. Grayscale: #474747. Windows color (decimal): -6747473 or 11471513. OLE color: 11471513.
HSL color Cylindrical-coordinate representation of color #990AAF: hue angle of 292º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990AAF is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 10 | 175 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.31 |
| HSL | 292º | 0.89% | 0.36% | - |
| HSV(B) | 292º | 0.94% | 0.69% | - |
| XYZ | 20.98 | 10.08 | 41.4 | - |
| YUV | 71.57 | 186.38 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 175 | 0.13 | 0.94 | 0 | 0.31 | 292 | 0.89 | 0.36 |
| Hex | 99 | A | AF | D | 5E | 0 | 1F | 124 | 59 | 24 |
| Octal | 231 | 12 | 257 | 15 | 136 | 0 | 37 | 444 | 131 | 44 |
| Binary | 10011001 | 1010 | 10101111 | 1101 | 1011110 | 0 | 11111 | 100100100 | 1011001 | 100100 |
Color Harmonies of #990AAF
Complementary color
Monochromatic Colors of #990AAF
Black with #990AAF
Text Example
Text Example
White with #990AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990AAF; }
p { color: rgb(153,10,175); }
H1.HeaderClassName
{
color: #990AAF;
}
.AnyTagClassName
{
color: #990AAF;
}
</style>
background-color css
<style>
a { background-color: #990AAF; }
a { background-color: rgb(153,10,175); }
div.DivClassName
{
background-color: #990AAF;
}
.BgClassName
{
background-color: #990AAF;
}
</style>
border-color css
<style>
span { border-color: #990AAF; }
span { border-color: rgb(153,10,175); }
td.TdClassName
{
border-color: #990AAF;
}
.TagClassName
{
border-color: #990AAF;
}
</style>