Shades of Dark Magenta #971996
Tints of Dark Magenta #971996
RGB
CMYK
RGB Variations
Color information
#971996 (or 0x971996) is known color: Dark Magenta. HEX triplet: 97, 19 and 96. RGB value is (151,25,150). Sum of RGB (Red+Green+Blue) = 151+25+150=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #971996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971996 is #68E669. Grayscale: #4C4C4C. Windows color (decimal): -6874730 or 9836951. OLE color: 9836951.
HSL color Cylindrical-coordinate representation of color #971996: hue angle of 300.48º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971996 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 25 | 150 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.41 |
| HSL | 300.48º | 0.72% | 0.35% | - |
| HSV(B) | 300.48º | 0.83% | 0.59% | - |
| XYZ | 18.62 | 9.48 | 29.7 | - |
| YUV | 76.92 | 169.24 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 25 | 150 | 0 | 0.83 | 0.01 | 0.41 | 300.48 | 0.72 | 0.35 |
| Hex | 97 | 19 | 96 | 0 | 53 | 1 | 29 | 12C | 48 | 23 |
| Octal | 227 | 31 | 226 | 0 | 123 | 1 | 51 | 454 | 110 | 43 |
| Binary | 10010111 | 11001 | 10010110 | 0 | 1010011 | 1 | 101001 | 100101100 | 1001000 | 100011 |
Color Harmonies of #971996
Complementary color
Monochromatic Colors of #971996
Black with #971996
Text Example
Text Example
White with #971996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971996; }
p { color: rgb(151,25,150); }
H1.HeaderClassName
{
color: #971996;
}
.AnyTagClassName
{
color: #971996;
}
</style>
background-color css
<style>
a { background-color: #971996; }
a { background-color: rgb(151,25,150); }
div.DivClassName
{
background-color: #971996;
}
.BgClassName
{
background-color: #971996;
}
</style>
border-color css
<style>
span { border-color: #971996; }
span { border-color: rgb(151,25,150); }
td.TdClassName
{
border-color: #971996;
}
.TagClassName
{
border-color: #971996;
}
</style>