Shades of Dark Magenta #970591
Tints of Dark Magenta #970591
RGB
CMYK
RGB Variations
Color information
#970591 (or 0x970591) is known color: Dark Magenta. HEX triplet: 97, 05 and 91. RGB value is (151,5,145). Sum of RGB (Red+Green+Blue) = 151+5+145=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #970591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970591 is #68FA6E. Grayscale: #404040. Windows color (decimal): -6879855 or 9504151. OLE color: 9504151.
HSL color Cylindrical-coordinate representation of color #970591: hue angle of 302.47º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #970591 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 5 | 145 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.41 |
| HSL | 302.47º | 0.94% | 0.31% | - |
| HSV(B) | 302.47º | 0.97% | 0.59% | - |
| XYZ | 17.93 | 8.73 | 27.53 | - |
| YUV | 64.61 | 173.37 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 5 | 145 | 0 | 0.97 | 0.04 | 0.41 | 302.47 | 0.94 | 0.31 |
| Hex | 97 | 5 | 91 | 0 | 61 | 4 | 29 | 12E | 5E | 1F |
| Octal | 227 | 5 | 221 | 0 | 141 | 4 | 51 | 456 | 136 | 37 |
| Binary | 10010111 | 101 | 10010001 | 0 | 1100001 | 100 | 101001 | 100101110 | 1011110 | 11111 |
Color Harmonies of #970591
Complementary color
Monochromatic Colors of #970591
Black with #970591
Text Example
Text Example
White with #970591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970591; }
p { color: rgb(151,5,145); }
H1.HeaderClassName
{
color: #970591;
}
.AnyTagClassName
{
color: #970591;
}
</style>
background-color css
<style>
a { background-color: #970591; }
a { background-color: rgb(151,5,145); }
div.DivClassName
{
background-color: #970591;
}
.BgClassName
{
background-color: #970591;
}
</style>
border-color css
<style>
span { border-color: #970591; }
span { border-color: rgb(151,5,145); }
td.TdClassName
{
border-color: #970591;
}
.TagClassName
{
border-color: #970591;
}
</style>