Shades of Dark Magenta #970791
Tints of Dark Magenta #970791
RGB
CMYK
RGB Variations
Color information
#970791 (or 0x970791) is known color: Dark Magenta. HEX triplet: 97, 07 and 91. RGB value is (151,7,145). Sum of RGB (Red+Green+Blue) = 151+7+145=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #970791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970791 is #68F86E. Grayscale: #414141. Windows color (decimal): -6879343 or 9504663. OLE color: 9504663.
HSL color Cylindrical-coordinate representation of color #970791: hue angle of 302.5º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970791 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 7 | 145 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.41 |
| HSL | 302.5º | 0.91% | 0.31% | - |
| HSV(B) | 302.5º | 0.95% | 0.59% | - |
| XYZ | 17.95 | 8.78 | 27.54 | - |
| YUV | 65.79 | 172.71 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 7 | 145 | 0 | 0.95 | 0.04 | 0.41 | 302.5 | 0.91 | 0.31 |
| Hex | 97 | 7 | 91 | 0 | 5F | 4 | 29 | 12E | 5B | 1F |
| Octal | 227 | 7 | 221 | 0 | 137 | 4 | 51 | 456 | 133 | 37 |
| Binary | 10010111 | 111 | 10010001 | 0 | 1011111 | 100 | 101001 | 100101110 | 1011011 | 11111 |
Color Harmonies of #970791
Complementary color
Monochromatic Colors of #970791
Black with #970791
Text Example
Text Example
White with #970791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970791; }
p { color: rgb(151,7,145); }
H1.HeaderClassName
{
color: #970791;
}
.AnyTagClassName
{
color: #970791;
}
</style>
background-color css
<style>
a { background-color: #970791; }
a { background-color: rgb(151,7,145); }
div.DivClassName
{
background-color: #970791;
}
.BgClassName
{
background-color: #970791;
}
</style>
border-color css
<style>
span { border-color: #970791; }
span { border-color: rgb(151,7,145); }
td.TdClassName
{
border-color: #970791;
}
.TagClassName
{
border-color: #970791;
}
</style>