Shades of Dark Magenta #970CAA
Tints of Dark Magenta #970CAA
RGB
CMYK
RGB Variations
Color information
#970CAA (or 0x970CAA) is known color: Dark Magenta. HEX triplet: 97, 0C and AA. RGB value is (151,12,170). Sum of RGB (Red+Green+Blue) = 151+12+170=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #970CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970CAA is #68F355. Grayscale: #474747. Windows color (decimal): -6878038 or 11144343. OLE color: 11144343.
HSL color Cylindrical-coordinate representation of color #970CAA: hue angle of 292.78º 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 #970CAA is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 12 | 170 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.33 |
| HSL | 292.78º | 0.87% | 0.36% | - |
| HSV(B) | 292.78º | 0.93% | 0.67% | - |
| XYZ | 20.15 | 9.74 | 38.85 | - |
| YUV | 71.57 | 183.55 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 12 | 170 | 0.11 | 0.93 | 0 | 0.33 | 292.78 | 0.87 | 0.36 |
| Hex | 97 | C | AA | B | 5D | 0 | 21 | 125 | 57 | 24 |
| Octal | 227 | 14 | 252 | 13 | 135 | 0 | 41 | 445 | 127 | 44 |
| Binary | 10010111 | 1100 | 10101010 | 1011 | 1011101 | 0 | 100001 | 100100101 | 1010111 | 100100 |
Color Harmonies of #970CAA
Complementary color
Monochromatic Colors of #970CAA
Black with #970CAA
Text Example
Text Example
White with #970CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970CAA; }
p { color: rgb(151,12,170); }
H1.HeaderClassName
{
color: #970CAA;
}
.AnyTagClassName
{
color: #970CAA;
}
</style>
background-color css
<style>
a { background-color: #970CAA; }
a { background-color: rgb(151,12,170); }
div.DivClassName
{
background-color: #970CAA;
}
.BgClassName
{
background-color: #970CAA;
}
</style>
border-color css
<style>
span { border-color: #970CAA; }
span { border-color: rgb(151,12,170); }
td.TdClassName
{
border-color: #970CAA;
}
.TagClassName
{
border-color: #970CAA;
}
</style>