Shades of Dark Magenta #970CAE
Tints of Dark Magenta #970CAE
RGB
CMYK
RGB Variations
Color information
#970CAE (or 0x970CAE) is known color: Dark Magenta. HEX triplet: 97, 0C and AE. RGB value is (151,12,174). Sum of RGB (Red+Green+Blue) = 151+12+174=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #970CAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970CAE is #68F351. Grayscale: #474747. Windows color (decimal): -6878034 or 11406487. OLE color: 11406487.
HSL color Cylindrical-coordinate representation of color #970CAE: hue angle of 291.48º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970CAE is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 12 | 174 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.32 |
| HSL | 291.48º | 0.87% | 0.36% | - |
| HSV(B) | 291.48º | 0.93% | 0.68% | - |
| XYZ | 20.53 | 9.9 | 40.87 | - |
| YUV | 72.03 | 185.55 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 12 | 174 | 0.13 | 0.93 | 0 | 0.32 | 291.48 | 0.87 | 0.36 |
| Hex | 97 | C | AE | D | 5D | 0 | 20 | 123 | 57 | 24 |
| Octal | 227 | 14 | 256 | 15 | 135 | 0 | 40 | 443 | 127 | 44 |
| Binary | 10010111 | 1100 | 10101110 | 1101 | 1011101 | 0 | 100000 | 100100011 | 1010111 | 100100 |
Color Harmonies of #970CAE
Complementary color
Monochromatic Colors of #970CAE
Black with #970CAE
Text Example
Text Example
White with #970CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970CAE; }
p { color: rgb(151,12,174); }
H1.HeaderClassName
{
color: #970CAE;
}
.AnyTagClassName
{
color: #970CAE;
}
</style>
background-color css
<style>
a { background-color: #970CAE; }
a { background-color: rgb(151,12,174); }
div.DivClassName
{
background-color: #970CAE;
}
.BgClassName
{
background-color: #970CAE;
}
</style>
border-color css
<style>
span { border-color: #970CAE; }
span { border-color: rgb(151,12,174); }
td.TdClassName
{
border-color: #970CAE;
}
.TagClassName
{
border-color: #970CAE;
}
</style>