Shades of Dark Violet #990DBD
Tints of Dark Violet #990DBD
RGB
CMYK
RGB Variations
Color information
#990DBD (or 0x990DBD) is known color: Dark Violet. HEX triplet: 99, 0D and BD. RGB value is (153,13,189). Sum of RGB (Red+Green+Blue) = 153+13+189=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #990DBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990DBD is #66F242. Grayscale: #4A4A4A. Windows color (decimal): -6746691 or 12389785. OLE color: 12389785.
HSL color Cylindrical-coordinate representation of color #990DBD: hue angle of 287.73º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990DBD is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 13 | 189 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.26 |
| HSL | 287.73º | 0.87% | 0.4% | - |
| HSV(B) | 287.73º | 0.93% | 0.74% | - |
| XYZ | 22.47 | 10.73 | 49.03 | - |
| YUV | 74.92 | 192.38 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 189 | 0.19 | 0.93 | 0 | 0.26 | 287.73 | 0.87 | 0.4 |
| Hex | 99 | D | BD | 13 | 5D | 0 | 1A | 120 | 57 | 28 |
| Octal | 231 | 15 | 275 | 23 | 135 | 0 | 32 | 440 | 127 | 50 |
| Binary | 10011001 | 1101 | 10111101 | 10011 | 1011101 | 0 | 11010 | 100100000 | 1010111 | 101000 |
Color Harmonies of #990DBD
Complementary color
Monochromatic Colors of #990DBD
Black with #990DBD
Text Example
Text Example
White with #990DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990DBD; }
p { color: rgb(153,13,189); }
H1.HeaderClassName
{
color: #990DBD;
}
.AnyTagClassName
{
color: #990DBD;
}
</style>
background-color css
<style>
a { background-color: #990DBD; }
a { background-color: rgb(153,13,189); }
div.DivClassName
{
background-color: #990DBD;
}
.BgClassName
{
background-color: #990DBD;
}
</style>
border-color css
<style>
span { border-color: #990DBD; }
span { border-color: rgb(153,13,189); }
td.TdClassName
{
border-color: #990DBD;
}
.TagClassName
{
border-color: #990DBD;
}
</style>