Shades of Dark Magenta #970590
Tints of Dark Magenta #970590
RGB
CMYK
RGB Variations
Color information
#970590 (or 0x970590) is known color: Dark Magenta. HEX triplet: 97, 05 and 90. RGB value is (151,5,144). Sum of RGB (Red+Green+Blue) = 151+5+144=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #970590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970590 is #68FA6F. Grayscale: #404040. Windows color (decimal): -6879856 or 9438615. OLE color: 9438615.
HSL color Cylindrical-coordinate representation of color #970590: hue angle of 302.88º 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 #970590 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 5 | 144 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.41 |
| HSL | 302.88º | 0.94% | 0.31% | - |
| HSV(B) | 302.88º | 0.97% | 0.59% | - |
| XYZ | 17.85 | 8.7 | 27.12 | - |
| YUV | 64.5 | 172.87 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 5 | 144 | 0 | 0.97 | 0.05 | 0.41 | 302.88 | 0.94 | 0.31 |
| Hex | 97 | 5 | 90 | 0 | 61 | 5 | 29 | 12F | 5E | 1F |
| Octal | 227 | 5 | 220 | 0 | 141 | 5 | 51 | 457 | 136 | 37 |
| Binary | 10010111 | 101 | 10010000 | 0 | 1100001 | 101 | 101001 | 100101111 | 1011110 | 11111 |
Color Harmonies of #970590
Complementary color
Monochromatic Colors of #970590
Black with #970590
Text Example
Text Example
White with #970590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970590; }
p { color: rgb(151,5,144); }
H1.HeaderClassName
{
color: #970590;
}
.AnyTagClassName
{
color: #970590;
}
</style>
background-color css
<style>
a { background-color: #970590; }
a { background-color: rgb(151,5,144); }
div.DivClassName
{
background-color: #970590;
}
.BgClassName
{
background-color: #970590;
}
</style>
border-color css
<style>
span { border-color: #970590; }
span { border-color: rgb(151,5,144); }
td.TdClassName
{
border-color: #970590;
}
.TagClassName
{
border-color: #970590;
}
</style>