Shades of Dark Violet #990AD9
Tints of Dark Violet #990AD9
RGB
CMYK
RGB Variations
Color information
#990AD9 (or 0x990AD9) is known color: Dark Violet. HEX triplet: 99, 0A and D9. RGB value is (153,10,217). Sum of RGB (Red+Green+Blue) = 153+10+217=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 217 (85.16% from 255 or 57.11% from 380); Max value from RGB is 217 - color contains mainly: blue. Hex color #990AD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990AD9 is #66F526. Grayscale: #4B4B4B. Windows color (decimal): -6747431 or 14224025. OLE color: 14224025.
HSL color Cylindrical-coordinate representation of color #990AD9: hue angle of 281.45º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990AD9 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 10 | 217 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.15 |
| HSL | 281.45º | 0.91% | 0.45% | - |
| HSV(B) | 281.45º | 0.95% | 0.85% | - |
| XYZ | 25.77 | 12 | 66.6 | - |
| YUV | 76.36 | 207.38 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 217 | 0.29 | 0.95 | 0 | 0.15 | 281.45 | 0.91 | 0.45 |
| Hex | 99 | A | D9 | 1D | 5F | 0 | F | 119 | 5B | 2D |
| Octal | 231 | 12 | 331 | 35 | 137 | 0 | 17 | 431 | 133 | 55 |
| Binary | 10011001 | 1010 | 11011001 | 11101 | 1011111 | 0 | 1111 | 100011001 | 1011011 | 101101 |
Color Harmonies of #990AD9
Complementary color
Monochromatic Colors of #990AD9
Black with #990AD9
Text Example
Text Example
White with #990AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990AD9; }
p { color: rgb(153,10,217); }
H1.HeaderClassName
{
color: #990AD9;
}
.AnyTagClassName
{
color: #990AD9;
}
</style>
background-color css
<style>
a { background-color: #990AD9; }
a { background-color: rgb(153,10,217); }
div.DivClassName
{
background-color: #990AD9;
}
.BgClassName
{
background-color: #990AD9;
}
</style>
border-color css
<style>
span { border-color: #990AD9; }
span { border-color: rgb(153,10,217); }
td.TdClassName
{
border-color: #990AD9;
}
.TagClassName
{
border-color: #990AD9;
}
</style>