Shades of Dark Magenta #971995
Tints of Dark Magenta #971995
RGB
CMYK
RGB Variations
Color information
#971995 (or 0x971995) is known color: Dark Magenta. HEX triplet: 97, 19 and 95. RGB value is (151,25,149). Sum of RGB (Red+Green+Blue) = 151+25+149=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #971995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971995 is #68E66A. Grayscale: #4C4C4C. Windows color (decimal): -6874731 or 9771415. OLE color: 9771415.
HSL color Cylindrical-coordinate representation of color #971995: hue angle of 300.95º 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 #971995 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 25 | 149 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.41 |
| HSL | 300.95º | 0.72% | 0.35% | - |
| HSV(B) | 300.95º | 0.83% | 0.59% | - |
| XYZ | 18.53 | 9.44 | 29.28 | - |
| YUV | 76.81 | 168.74 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 25 | 149 | 0 | 0.83 | 0.01 | 0.41 | 300.95 | 0.72 | 0.35 |
| Hex | 97 | 19 | 95 | 0 | 53 | 1 | 29 | 12D | 48 | 23 |
| Octal | 227 | 31 | 225 | 0 | 123 | 1 | 51 | 455 | 110 | 43 |
| Binary | 10010111 | 11001 | 10010101 | 0 | 1010011 | 1 | 101001 | 100101101 | 1001000 | 100011 |
Color Harmonies of #971995
Complementary color
Monochromatic Colors of #971995
Black with #971995
Text Example
Text Example
White with #971995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971995; }
p { color: rgb(151,25,149); }
H1.HeaderClassName
{
color: #971995;
}
.AnyTagClassName
{
color: #971995;
}
</style>
background-color css
<style>
a { background-color: #971995; }
a { background-color: rgb(151,25,149); }
div.DivClassName
{
background-color: #971995;
}
.BgClassName
{
background-color: #971995;
}
</style>
border-color css
<style>
span { border-color: #971995; }
span { border-color: rgb(151,25,149); }
td.TdClassName
{
border-color: #971995;
}
.TagClassName
{
border-color: #971995;
}
</style>