Shades of Dark Magenta #970197
Tints of Dark Magenta #970197
RGB
CMYK
RGB Variations
Color information
#970197 (or 0x970197) is known color: Dark Magenta. HEX triplet: 97, 01 and 97. RGB value is (151,1,151). Sum of RGB (Red+Green+Blue) = 151+1+151=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #970197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970197 is #68FE68. Grayscale: #3E3E3E. Windows color (decimal): -6880873 or 9896343. OLE color: 9896343.
HSL color Cylindrical-coordinate representation of color #970197: hue angle of 300º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970197 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 1 | 151 | - |
| CMYK | 0 | 0.99 | 0 | 0.41 |
| HSL | 300º | 0.99% | 0.3% | - |
| HSV(B) | 300º | 0.99% | 0.59% | - |
| XYZ | 18.36 | 8.84 | 30.02 | - |
| YUV | 62.95 | 177.7 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 1 | 151 | 0 | 0.99 | 0 | 0.41 | 300 | 0.99 | 0.3 |
| Hex | 97 | 1 | 97 | 0 | 63 | 0 | 29 | 12C | 63 | 1E |
| Octal | 227 | 1 | 227 | 0 | 143 | 0 | 51 | 454 | 143 | 36 |
| Binary | 10010111 | 1 | 10010111 | 0 | 1100011 | 0 | 101001 | 100101100 | 1100011 | 11110 |
Color Harmonies of #970197
Complementary color
Monochromatic Colors of #970197
Black with #970197
Text Example
Text Example
White with #970197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970197; }
p { color: rgb(151,1,151); }
H1.HeaderClassName
{
color: #970197;
}
.AnyTagClassName
{
color: #970197;
}
</style>
background-color css
<style>
a { background-color: #970197; }
a { background-color: rgb(151,1,151); }
div.DivClassName
{
background-color: #970197;
}
.BgClassName
{
background-color: #970197;
}
</style>
border-color css
<style>
span { border-color: #970197; }
span { border-color: rgb(151,1,151); }
td.TdClassName
{
border-color: #970197;
}
.TagClassName
{
border-color: #970197;
}
</style>