Shades of Dark Violet #990AD6
Tints of Dark Violet #990AD6
RGB
CMYK
RGB Variations
Color information
#990AD6 (or 0x990AD6) is known color: Dark Violet. HEX triplet: 99, 0A and D6. RGB value is (153,10,214). Sum of RGB (Red+Green+Blue) = 153+10+214=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 214 (83.98% from 255 or 56.76% from 377); Max value from RGB is 214 - color contains mainly: blue. Hex color #990AD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990AD6 is #66F529. Grayscale: #4B4B4B. Windows color (decimal): -6747434 or 14027417. OLE color: 14027417.
HSL color Cylindrical-coordinate representation of color #990AD6: hue angle of 282.06º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990AD6 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 10 | 214 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.16 |
| HSL | 282.06º | 0.91% | 0.44% | - |
| HSV(B) | 282.06º | 0.95% | 0.84% | - |
| XYZ | 25.38 | 11.84 | 64.57 | - |
| YUV | 76.01 | 205.88 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 214 | 0.29 | 0.95 | 0 | 0.16 | 282.06 | 0.91 | 0.44 |
| Hex | 99 | A | D6 | 1D | 5F | 0 | 10 | 11A | 5B | 2C |
| Octal | 231 | 12 | 326 | 35 | 137 | 0 | 20 | 432 | 133 | 54 |
| Binary | 10011001 | 1010 | 11010110 | 11101 | 1011111 | 0 | 10000 | 100011010 | 1011011 | 101100 |
Color Harmonies of #990AD6
Complementary color
Monochromatic Colors of #990AD6
Black with #990AD6
Text Example
Text Example
White with #990AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990AD6; }
p { color: rgb(153,10,214); }
H1.HeaderClassName
{
color: #990AD6;
}
.AnyTagClassName
{
color: #990AD6;
}
</style>
background-color css
<style>
a { background-color: #990AD6; }
a { background-color: rgb(153,10,214); }
div.DivClassName
{
background-color: #990AD6;
}
.BgClassName
{
background-color: #990AD6;
}
</style>
border-color css
<style>
span { border-color: #990AD6; }
span { border-color: rgb(153,10,214); }
td.TdClassName
{
border-color: #990AD6;
}
.TagClassName
{
border-color: #990AD6;
}
</style>