Shades of Dark Violet #990AD5
Tints of Dark Violet #990AD5
RGB
CMYK
RGB Variations
Color information
#990AD5 (or 0x990AD5) is known color: Dark Violet. HEX triplet: 99, 0A and D5. RGB value is (153,10,213). Sum of RGB (Red+Green+Blue) = 153+10+213=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #990AD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990AD5 is #66F52A. Grayscale: #4B4B4B. Windows color (decimal): -6747435 or 13961881. OLE color: 13961881.
HSL color Cylindrical-coordinate representation of color #990AD5: hue angle of 282.27º 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 #990AD5 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 10 | 213 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.16 |
| HSL | 282.27º | 0.91% | 0.44% | - |
| HSV(B) | 282.27º | 0.95% | 0.84% | - |
| XYZ | 25.26 | 11.79 | 63.9 | - |
| YUV | 75.9 | 205.38 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 213 | 0.28 | 0.95 | 0 | 0.16 | 282.27 | 0.91 | 0.44 |
| Hex | 99 | A | D5 | 1C | 5F | 0 | 10 | 11A | 5B | 2C |
| Octal | 231 | 12 | 325 | 34 | 137 | 0 | 20 | 432 | 133 | 54 |
| Binary | 10011001 | 1010 | 11010101 | 11100 | 1011111 | 0 | 10000 | 100011010 | 1011011 | 101100 |
Color Harmonies of #990AD5
Complementary color
Monochromatic Colors of #990AD5
Black with #990AD5
Text Example
Text Example
White with #990AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990AD5; }
p { color: rgb(153,10,213); }
H1.HeaderClassName
{
color: #990AD5;
}
.AnyTagClassName
{
color: #990AD5;
}
</style>
background-color css
<style>
a { background-color: #990AD5; }
a { background-color: rgb(153,10,213); }
div.DivClassName
{
background-color: #990AD5;
}
.BgClassName
{
background-color: #990AD5;
}
</style>
border-color css
<style>
span { border-color: #990AD5; }
span { border-color: rgb(153,10,213); }
td.TdClassName
{
border-color: #990AD5;
}
.TagClassName
{
border-color: #990AD5;
}
</style>