Shades of Dark Magenta #991699
Tints of Dark Magenta #991699
RGB
CMYK
RGB Variations
Color information
#991699 (or 0x991699) is known color: Dark Magenta. HEX triplet: 99, 16 and 99. RGB value is (153,22,153). Sum of RGB (Red+Green+Blue) = 153+22+153=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #991699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991699 is #66E966. Grayscale: #4B4B4B. Windows color (decimal): -6744423 or 10032793. OLE color: 10032793.
HSL color Cylindrical-coordinate representation of color #991699: hue angle of 300º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991699 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 22 | 153 | - |
| CMYK | 0 | 0.86 | 0 | 0.4 |
| HSL | 300º | 0.75% | 0.34% | - |
| HSV(B) | 300º | 0.86% | 0.6% | - |
| XYZ | 19.17 | 9.65 | 30.99 | - |
| YUV | 76.1 | 171.4 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 22 | 153 | 0 | 0.86 | 0 | 0.4 | 300 | 0.75 | 0.34 |
| Hex | 99 | 16 | 99 | 0 | 56 | 0 | 28 | 12C | 4B | 22 |
| Octal | 231 | 26 | 231 | 0 | 126 | 0 | 50 | 454 | 113 | 42 |
| Binary | 10011001 | 10110 | 10011001 | 0 | 1010110 | 0 | 101000 | 100101100 | 1001011 | 100010 |
Color Harmonies of #991699
Complementary color
Monochromatic Colors of #991699
Black with #991699
Text Example
Text Example
White with #991699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991699; }
p { color: rgb(153,22,153); }
H1.HeaderClassName
{
color: #991699;
}
.AnyTagClassName
{
color: #991699;
}
</style>
background-color css
<style>
a { background-color: #991699; }
a { background-color: rgb(153,22,153); }
div.DivClassName
{
background-color: #991699;
}
.BgClassName
{
background-color: #991699;
}
</style>
border-color css
<style>
span { border-color: #991699; }
span { border-color: rgb(153,22,153); }
td.TdClassName
{
border-color: #991699;
}
.TagClassName
{
border-color: #991699;
}
</style>