Shades of Dark Violet #990DAF
Tints of Dark Violet #990DAF
RGB
CMYK
RGB Variations
Color information
#990DAF (or 0x990DAF) is known color: Dark Violet. HEX triplet: 99, 0D and AF. RGB value is (153,13,175). Sum of RGB (Red+Green+Blue) = 153+13+175=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #990DAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990DAF is #66F250. Grayscale: #484848. Windows color (decimal): -6746705 or 11472281. OLE color: 11472281.
HSL color Cylindrical-coordinate representation of color #990DAF: hue angle of 291.85º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990DAF is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 13 | 175 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.31 |
| HSL | 291.85º | 0.86% | 0.37% | - |
| HSV(B) | 291.85º | 0.93% | 0.69% | - |
| XYZ | 21.02 | 10.16 | 41.41 | - |
| YUV | 73.33 | 185.38 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 175 | 0.13 | 0.93 | 0 | 0.31 | 291.85 | 0.86 | 0.37 |
| Hex | 99 | D | AF | D | 5D | 0 | 1F | 124 | 56 | 25 |
| Octal | 231 | 15 | 257 | 15 | 135 | 0 | 37 | 444 | 126 | 45 |
| Binary | 10011001 | 1101 | 10101111 | 1101 | 1011101 | 0 | 11111 | 100100100 | 1010110 | 100101 |
Color Harmonies of #990DAF
Complementary color
Monochromatic Colors of #990DAF
Black with #990DAF
Text Example
Text Example
White with #990DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990DAF; }
p { color: rgb(153,13,175); }
H1.HeaderClassName
{
color: #990DAF;
}
.AnyTagClassName
{
color: #990DAF;
}
</style>
background-color css
<style>
a { background-color: #990DAF; }
a { background-color: rgb(153,13,175); }
div.DivClassName
{
background-color: #990DAF;
}
.BgClassName
{
background-color: #990DAF;
}
</style>
border-color css
<style>
span { border-color: #990DAF; }
span { border-color: rgb(153,13,175); }
td.TdClassName
{
border-color: #990DAF;
}
.TagClassName
{
border-color: #990DAF;
}
</style>