Shades of Dark Magenta #970790
Tints of Dark Magenta #970790
RGB
CMYK
RGB Variations
Color information
#970790 (or 0x970790) is known color: Dark Magenta. HEX triplet: 97, 07 and 90. RGB value is (151,7,144). Sum of RGB (Red+Green+Blue) = 151+7+144=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #970790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970790 is #68F86F. Grayscale: #414141. Windows color (decimal): -6879344 or 9439127. OLE color: 9439127.
HSL color Cylindrical-coordinate representation of color #970790: hue angle of 302.92º 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 #970790 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 7 | 144 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.41 |
| HSL | 302.92º | 0.91% | 0.31% | - |
| HSV(B) | 302.92º | 0.95% | 0.59% | - |
| XYZ | 17.87 | 8.74 | 27.13 | - |
| YUV | 65.67 | 172.21 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 7 | 144 | 0 | 0.95 | 0.05 | 0.41 | 302.92 | 0.91 | 0.31 |
| Hex | 97 | 7 | 90 | 0 | 5F | 5 | 29 | 12F | 5B | 1F |
| Octal | 227 | 7 | 220 | 0 | 137 | 5 | 51 | 457 | 133 | 37 |
| Binary | 10010111 | 111 | 10010000 | 0 | 1011111 | 101 | 101001 | 100101111 | 1011011 | 11111 |
Color Harmonies of #970790
Complementary color
Monochromatic Colors of #970790
Black with #970790
Text Example
Text Example
White with #970790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970790; }
p { color: rgb(151,7,144); }
H1.HeaderClassName
{
color: #970790;
}
.AnyTagClassName
{
color: #970790;
}
</style>
background-color css
<style>
a { background-color: #970790; }
a { background-color: rgb(151,7,144); }
div.DivClassName
{
background-color: #970790;
}
.BgClassName
{
background-color: #970790;
}
</style>
border-color css
<style>
span { border-color: #970790; }
span { border-color: rgb(151,7,144); }
td.TdClassName
{
border-color: #970790;
}
.TagClassName
{
border-color: #970790;
}
</style>