Shades of Dark Magenta #970EAC
Tints of Dark Magenta #970EAC
RGB
CMYK
RGB Variations
Color information
#970EAC (or 0x970EAC) is known color: Dark Magenta. HEX triplet: 97, 0E and AC. RGB value is (151,14,172). Sum of RGB (Red+Green+Blue) = 151+14+172=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #970EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970EAC is #68F153. Grayscale: #484848. Windows color (decimal): -6877524 or 11275927. OLE color: 11275927.
HSL color Cylindrical-coordinate representation of color #970EAC: hue angle of 292.03º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970EAC is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 14 | 172 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.33 |
| HSL | 292.03º | 0.85% | 0.36% | - |
| HSV(B) | 292.03º | 0.92% | 0.67% | - |
| XYZ | 20.37 | 9.87 | 39.86 | - |
| YUV | 72.98 | 183.89 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 14 | 172 | 0.12 | 0.92 | 0 | 0.33 | 292.03 | 0.85 | 0.36 |
| Hex | 97 | E | AC | C | 5C | 0 | 21 | 124 | 55 | 24 |
| Octal | 227 | 16 | 254 | 14 | 134 | 0 | 41 | 444 | 125 | 44 |
| Binary | 10010111 | 1110 | 10101100 | 1100 | 1011100 | 0 | 100001 | 100100100 | 1010101 | 100100 |
Color Harmonies of #970EAC
Complementary color
Monochromatic Colors of #970EAC
Black with #970EAC
Text Example
Text Example
White with #970EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970EAC; }
p { color: rgb(151,14,172); }
H1.HeaderClassName
{
color: #970EAC;
}
.AnyTagClassName
{
color: #970EAC;
}
</style>
background-color css
<style>
a { background-color: #970EAC; }
a { background-color: rgb(151,14,172); }
div.DivClassName
{
background-color: #970EAC;
}
.BgClassName
{
background-color: #970EAC;
}
</style>
border-color css
<style>
span { border-color: #970EAC; }
span { border-color: rgb(151,14,172); }
td.TdClassName
{
border-color: #970EAC;
}
.TagClassName
{
border-color: #970EAC;
}
</style>