Shades of Dark Magenta #971799
Tints of Dark Magenta #971799
RGB
CMYK
RGB Variations
Color information
#971799 (or 0x971799) is known color: Dark Magenta. HEX triplet: 97, 17 and 99. RGB value is (151,23,153). Sum of RGB (Red+Green+Blue) = 151+23+153=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #971799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971799 is #68E866. Grayscale: #4B4B4B. Windows color (decimal): -6875239 or 10033047. OLE color: 10033047.
HSL color Cylindrical-coordinate representation of color #971799: hue angle of 299.08º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971799 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 23 | 153 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.4 |
| HSL | 299.08º | 0.74% | 0.35% | - |
| HSV(B) | 299.08º | 0.85% | 0.6% | - |
| XYZ | 18.82 | 9.49 | 30.98 | - |
| YUV | 76.09 | 171.41 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 23 | 153 | 0.01 | 0.85 | 0 | 0.4 | 299.08 | 0.74 | 0.35 |
| Hex | 97 | 17 | 99 | 1 | 55 | 0 | 28 | 12B | 4A | 23 |
| Octal | 227 | 27 | 231 | 1 | 125 | 0 | 50 | 453 | 112 | 43 |
| Binary | 10010111 | 10111 | 10011001 | 1 | 1010101 | 0 | 101000 | 100101011 | 1001010 | 100011 |
Color Harmonies of #971799
Complementary color
Monochromatic Colors of #971799
Black with #971799
Text Example
Text Example
White with #971799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971799; }
p { color: rgb(151,23,153); }
H1.HeaderClassName
{
color: #971799;
}
.AnyTagClassName
{
color: #971799;
}
</style>
background-color css
<style>
a { background-color: #971799; }
a { background-color: rgb(151,23,153); }
div.DivClassName
{
background-color: #971799;
}
.BgClassName
{
background-color: #971799;
}
</style>
border-color css
<style>
span { border-color: #971799; }
span { border-color: rgb(151,23,153); }
td.TdClassName
{
border-color: #971799;
}
.TagClassName
{
border-color: #971799;
}
</style>