Shades of Dark Magenta #971994
Tints of Dark Magenta #971994
RGB
CMYK
RGB Variations
Color information
#971994 (or 0x971994) is known color: Dark Magenta. HEX triplet: 97, 19 and 94. RGB value is (151,25,148). Sum of RGB (Red+Green+Blue) = 151+25+148=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #971994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971994 is #68E66B. Grayscale: #4C4C4C. Windows color (decimal): -6874732 or 9705879. OLE color: 9705879.
HSL color Cylindrical-coordinate representation of color #971994: hue angle of 301.43º 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 #971994 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 25 | 148 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.41 |
| HSL | 301.43º | 0.72% | 0.35% | - |
| HSV(B) | 301.43º | 0.83% | 0.59% | - |
| XYZ | 18.46 | 9.41 | 28.86 | - |
| YUV | 76.7 | 168.24 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 25 | 148 | 0 | 0.83 | 0.02 | 0.41 | 301.43 | 0.72 | 0.35 |
| Hex | 97 | 19 | 94 | 0 | 53 | 2 | 29 | 12D | 48 | 23 |
| Octal | 227 | 31 | 224 | 0 | 123 | 2 | 51 | 455 | 110 | 43 |
| Binary | 10010111 | 11001 | 10010100 | 0 | 1010011 | 10 | 101001 | 100101101 | 1001000 | 100011 |
Color Harmonies of #971994
Complementary color
Monochromatic Colors of #971994
Black with #971994
Text Example
Text Example
White with #971994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971994; }
p { color: rgb(151,25,148); }
H1.HeaderClassName
{
color: #971994;
}
.AnyTagClassName
{
color: #971994;
}
</style>
background-color css
<style>
a { background-color: #971994; }
a { background-color: rgb(151,25,148); }
div.DivClassName
{
background-color: #971994;
}
.BgClassName
{
background-color: #971994;
}
</style>
border-color css
<style>
span { border-color: #971994; }
span { border-color: rgb(151,25,148); }
td.TdClassName
{
border-color: #971994;
}
.TagClassName
{
border-color: #971994;
}
</style>