Shades of Dark Magenta #970592
Tints of Dark Magenta #970592
RGB
CMYK
RGB Variations
Color information
#970592 (or 0x970592) is known color: Dark Magenta. HEX triplet: 97, 05 and 92. RGB value is (151,5,146). Sum of RGB (Red+Green+Blue) = 151+5+146=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #970592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970592 is #68FA6D. Grayscale: #404040. Windows color (decimal): -6879854 or 9569687. OLE color: 9569687.
HSL color Cylindrical-coordinate representation of color #970592: hue angle of 302.05º 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 #970592 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 5 | 146 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.41 |
| HSL | 302.05º | 0.94% | 0.31% | - |
| HSV(B) | 302.05º | 0.97% | 0.59% | - |
| XYZ | 18.01 | 8.76 | 27.94 | - |
| YUV | 64.73 | 173.87 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 5 | 146 | 0 | 0.97 | 0.03 | 0.41 | 302.05 | 0.94 | 0.31 |
| Hex | 97 | 5 | 92 | 0 | 61 | 3 | 29 | 12E | 5E | 1F |
| Octal | 227 | 5 | 222 | 0 | 141 | 3 | 51 | 456 | 136 | 37 |
| Binary | 10010111 | 101 | 10010010 | 0 | 1100001 | 11 | 101001 | 100101110 | 1011110 | 11111 |
Color Harmonies of #970592
Complementary color
Monochromatic Colors of #970592
Black with #970592
Text Example
Text Example
White with #970592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970592; }
p { color: rgb(151,5,146); }
H1.HeaderClassName
{
color: #970592;
}
.AnyTagClassName
{
color: #970592;
}
</style>
background-color css
<style>
a { background-color: #970592; }
a { background-color: rgb(151,5,146); }
div.DivClassName
{
background-color: #970592;
}
.BgClassName
{
background-color: #970592;
}
</style>
border-color css
<style>
span { border-color: #970592; }
span { border-color: rgb(151,5,146); }
td.TdClassName
{
border-color: #970592;
}
.TagClassName
{
border-color: #970592;
}
</style>