Shades of Dark Magenta #971599
Tints of Dark Magenta #971599
RGB
CMYK
RGB Variations
Color information
#971599 (or 0x971599) is known color: Dark Magenta. HEX triplet: 97, 15 and 99. RGB value is (151,21,153). Sum of RGB (Red+Green+Blue) = 151+21+153=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #971599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971599 is #68EA66. Grayscale: #4A4A4A. Windows color (decimal): -6875751 or 10032535. OLE color: 10032535.
HSL color Cylindrical-coordinate representation of color #971599: hue angle of 299.09º degrees, saturation: 0.76, 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 #971599 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 21 | 153 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.4 |
| HSL | 299.09º | 0.76% | 0.34% | - |
| HSV(B) | 299.09º | 0.86% | 0.6% | - |
| XYZ | 18.78 | 9.42 | 30.96 | - |
| YUV | 74.92 | 172.07 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 21 | 153 | 0.01 | 0.86 | 0 | 0.4 | 299.09 | 0.76 | 0.34 |
| Hex | 97 | 15 | 99 | 1 | 56 | 0 | 28 | 12B | 4C | 22 |
| Octal | 227 | 25 | 231 | 1 | 126 | 0 | 50 | 453 | 114 | 42 |
| Binary | 10010111 | 10101 | 10011001 | 1 | 1010110 | 0 | 101000 | 100101011 | 1001100 | 100010 |
Color Harmonies of #971599
Complementary color
Monochromatic Colors of #971599
Black with #971599
Text Example
Text Example
White with #971599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971599; }
p { color: rgb(151,21,153); }
H1.HeaderClassName
{
color: #971599;
}
.AnyTagClassName
{
color: #971599;
}
</style>
background-color css
<style>
a { background-color: #971599; }
a { background-color: rgb(151,21,153); }
div.DivClassName
{
background-color: #971599;
}
.BgClassName
{
background-color: #971599;
}
</style>
border-color css
<style>
span { border-color: #971599; }
span { border-color: rgb(151,21,153); }
td.TdClassName
{
border-color: #971599;
}
.TagClassName
{
border-color: #971599;
}
</style>