Shades of Dark Magenta #970492
Tints of Dark Magenta #970492
RGB
CMYK
RGB Variations
Color information
#970492 (or 0x970492) is known color: Dark Magenta. HEX triplet: 97, 04 and 92. RGB value is (151,4,146). Sum of RGB (Red+Green+Blue) = 151+4+146=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #970492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970492 is #68FB6D. Grayscale: #3F3F3F. Windows color (decimal): -6880110 or 9569431. OLE color: 9569431.
HSL color Cylindrical-coordinate representation of color #970492: hue angle of 302.04º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #970492 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 4 | 146 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.41 |
| HSL | 302.04º | 0.95% | 0.3% | - |
| HSV(B) | 302.04º | 0.97% | 0.59% | - |
| XYZ | 17.99 | 8.74 | 27.93 | - |
| YUV | 64.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 4 | 146 | 0 | 0.97 | 0.03 | 0.41 | 302.04 | 0.95 | 0.3 |
| Hex | 97 | 4 | 92 | 0 | 61 | 3 | 29 | 12E | 5F | 1E |
| Octal | 227 | 4 | 222 | 0 | 141 | 3 | 51 | 456 | 137 | 36 |
| Binary | 10010111 | 100 | 10010010 | 0 | 1100001 | 11 | 101001 | 100101110 | 1011111 | 11110 |
Color Harmonies of #970492
Complementary color
Monochromatic Colors of #970492
Black with #970492
Text Example
Text Example
White with #970492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970492; }
p { color: rgb(151,4,146); }
H1.HeaderClassName
{
color: #970492;
}
.AnyTagClassName
{
color: #970492;
}
</style>
background-color css
<style>
a { background-color: #970492; }
a { background-color: rgb(151,4,146); }
div.DivClassName
{
background-color: #970492;
}
.BgClassName
{
background-color: #970492;
}
</style>
border-color css
<style>
span { border-color: #970492; }
span { border-color: rgb(151,4,146); }
td.TdClassName
{
border-color: #970492;
}
.TagClassName
{
border-color: #970492;
}
</style>