Shades of Dark Magenta #970CAC
Tints of Dark Magenta #970CAC
RGB
CMYK
RGB Variations
Color information
#970CAC (or 0x970CAC) is known color: Dark Magenta. HEX triplet: 97, 0C and AC. RGB value is (151,12,172). Sum of RGB (Red+Green+Blue) = 151+12+172=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #970CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970CAC is #68F353. Grayscale: #474747. Windows color (decimal): -6878036 or 11275415. OLE color: 11275415.
HSL color Cylindrical-coordinate representation of color #970CAC: hue angle of 292.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970CAC is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 12 | 172 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.33 |
| HSL | 292.13º | 0.87% | 0.36% | - |
| HSV(B) | 292.13º | 0.93% | 0.67% | - |
| XYZ | 20.34 | 9.82 | 39.85 | - |
| YUV | 71.8 | 184.55 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 12 | 172 | 0.12 | 0.93 | 0 | 0.33 | 292.13 | 0.87 | 0.36 |
| Hex | 97 | C | AC | C | 5D | 0 | 21 | 124 | 57 | 24 |
| Octal | 227 | 14 | 254 | 14 | 135 | 0 | 41 | 444 | 127 | 44 |
| Binary | 10010111 | 1100 | 10101100 | 1100 | 1011101 | 0 | 100001 | 100100100 | 1010111 | 100100 |
Color Harmonies of #970CAC
Complementary color
Monochromatic Colors of #970CAC
Black with #970CAC
Text Example
Text Example
White with #970CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970CAC; }
p { color: rgb(151,12,172); }
H1.HeaderClassName
{
color: #970CAC;
}
.AnyTagClassName
{
color: #970CAC;
}
</style>
background-color css
<style>
a { background-color: #970CAC; }
a { background-color: rgb(151,12,172); }
div.DivClassName
{
background-color: #970CAC;
}
.BgClassName
{
background-color: #970CAC;
}
</style>
border-color css
<style>
span { border-color: #970CAC; }
span { border-color: rgb(151,12,172); }
td.TdClassName
{
border-color: #970CAC;
}
.TagClassName
{
border-color: #970CAC;
}
</style>