Shades of Dark Magenta #970AAC
Tints of Dark Magenta #970AAC
RGB
CMYK
RGB Variations
Color information
#970AAC (or 0x970AAC) is known color: Dark Magenta. HEX triplet: 97, 0A and AC. RGB value is (151,10,172). Sum of RGB (Red+Green+Blue) = 151+10+172=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #970AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970AAC is #68F553. Grayscale: #464646. Windows color (decimal): -6878548 or 11274903. OLE color: 11274903.
HSL color Cylindrical-coordinate representation of color #970AAC: hue angle of 292.22º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970AAC is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 10 | 172 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.33 |
| HSL | 292.22º | 0.89% | 0.36% | - |
| HSV(B) | 292.22º | 0.94% | 0.67% | - |
| XYZ | 20.32 | 9.77 | 39.85 | - |
| YUV | 70.63 | 185.21 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 172 | 0.12 | 0.94 | 0 | 0.33 | 292.22 | 0.89 | 0.36 |
| Hex | 97 | A | AC | C | 5E | 0 | 21 | 124 | 59 | 24 |
| Octal | 227 | 12 | 254 | 14 | 136 | 0 | 41 | 444 | 131 | 44 |
| Binary | 10010111 | 1010 | 10101100 | 1100 | 1011110 | 0 | 100001 | 100100100 | 1011001 | 100100 |
Color Harmonies of #970AAC
Complementary color
Monochromatic Colors of #970AAC
Black with #970AAC
Text Example
Text Example
White with #970AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970AAC; }
p { color: rgb(151,10,172); }
H1.HeaderClassName
{
color: #970AAC;
}
.AnyTagClassName
{
color: #970AAC;
}
</style>
background-color css
<style>
a { background-color: #970AAC; }
a { background-color: rgb(151,10,172); }
div.DivClassName
{
background-color: #970AAC;
}
.BgClassName
{
background-color: #970AAC;
}
</style>
border-color css
<style>
span { border-color: #970AAC; }
span { border-color: rgb(151,10,172); }
td.TdClassName
{
border-color: #970AAC;
}
.TagClassName
{
border-color: #970AAC;
}
</style>