Shades of Dark Magenta #971097
Tints of Dark Magenta #971097
RGB
CMYK
RGB Variations
Color information
#971097 (or 0x971097) is known color: Dark Magenta. HEX triplet: 97, 10 and 97. RGB value is (151,16,151). Sum of RGB (Red+Green+Blue) = 151+16+151=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 151 (59.38% from 255 or 47.48% from 318); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #971097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971097 is #68EF68. Grayscale: #474747. Windows color (decimal): -6877033 or 9900183. OLE color: 9900183.
HSL color Cylindrical-coordinate representation of color #971097: hue angle of 300º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971097 is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 16 | 151 | - |
| CMYK | 0 | 0.89 | 0 | 0.41 |
| HSL | 300º | 0.81% | 0.33% | - |
| HSV(B) | 300º | 0.89% | 0.59% | - |
| XYZ | 18.53 | 9.18 | 30.07 | - |
| YUV | 71.76 | 172.73 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 16 | 151 | 0 | 0.89 | 0 | 0.41 | 300 | 0.81 | 0.33 |
| Hex | 97 | 10 | 97 | 0 | 59 | 0 | 29 | 12C | 51 | 21 |
| Octal | 227 | 20 | 227 | 0 | 131 | 0 | 51 | 454 | 121 | 41 |
| Binary | 10010111 | 10000 | 10010111 | 0 | 1011001 | 0 | 101001 | 100101100 | 1010001 | 100001 |
Color Harmonies of #971097
Complementary color
Monochromatic Colors of #971097
Black with #971097
Text Example
Text Example
White with #971097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971097; }
p { color: rgb(151,16,151); }
H1.HeaderClassName
{
color: #971097;
}
.AnyTagClassName
{
color: #971097;
}
</style>
background-color css
<style>
a { background-color: #971097; }
a { background-color: rgb(151,16,151); }
div.DivClassName
{
background-color: #971097;
}
.BgClassName
{
background-color: #971097;
}
</style>
border-color css
<style>
span { border-color: #971097; }
span { border-color: rgb(151,16,151); }
td.TdClassName
{
border-color: #971097;
}
.TagClassName
{
border-color: #971097;
}
</style>