Shades of Dark Magenta #970488
Tints of Dark Magenta #970488
RGB
CMYK
RGB Variations
Color information
#970488 (or 0x970488) is known color: Dark Magenta. HEX triplet: 97, 04 and 88. RGB value is (151,4,136). Sum of RGB (Red+Green+Blue) = 151+4+136=291 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.89% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 151 - color contains mainly: red. Hex color #970488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970488 is #68FB77. Grayscale: #3E3E3E. Windows color (decimal): -6880120 or 8914071. OLE color: 8914071.
HSL color Cylindrical-coordinate representation of color #970488: hue angle of 306.12º 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 #970488 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 4 | 136 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.41 |
| HSL | 306.12º | 0.95% | 0.3% | - |
| HSV(B) | 306.12º | 0.97% | 0.59% | - |
| XYZ | 17.25 | 8.44 | 24.01 | - |
| YUV | 63 | 169.2 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 4 | 136 | 0 | 0.97 | 0.10 | 0.41 | 306.12 | 0.95 | 0.3 |
| Hex | 97 | 4 | 88 | 0 | 61 | A | 29 | 132 | 5F | 1E |
| Octal | 227 | 4 | 210 | 0 | 141 | 12 | 51 | 462 | 137 | 36 |
| Binary | 10010111 | 100 | 10001000 | 0 | 1100001 | 1010 | 101001 | 100110010 | 1011111 | 11110 |
Color Harmonies of #970488
Complementary color
Monochromatic Colors of #970488
Black with #970488
Text Example
Text Example
White with #970488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970488; }
p { color: rgb(151,4,136); }
H1.HeaderClassName
{
color: #970488;
}
.AnyTagClassName
{
color: #970488;
}
</style>
background-color css
<style>
a { background-color: #970488; }
a { background-color: rgb(151,4,136); }
div.DivClassName
{
background-color: #970488;
}
.BgClassName
{
background-color: #970488;
}
</style>
border-color css
<style>
span { border-color: #970488; }
span { border-color: rgb(151,4,136); }
td.TdClassName
{
border-color: #970488;
}
.TagClassName
{
border-color: #970488;
}
</style>