Shades of Dark Magenta #970AAD
Tints of Dark Magenta #970AAD
RGB
CMYK
RGB Variations
Color information
#970AAD (or 0x970AAD) is known color: Dark Magenta. HEX triplet: 97, 0A and AD. RGB value is (151,10,173). Sum of RGB (Red+Green+Blue) = 151+10+173=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #970AAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970AAD is #68F552. Grayscale: #464646. Windows color (decimal): -6878547 or 11340439. OLE color: 11340439.
HSL color Cylindrical-coordinate representation of color #970AAD: hue angle of 291.9º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970AAD is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 10 | 173 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.32 |
| HSL | 291.9º | 0.89% | 0.36% | - |
| HSV(B) | 291.9º | 0.94% | 0.68% | - |
| XYZ | 20.41 | 9.81 | 40.35 | - |
| YUV | 70.74 | 185.71 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 173 | 0.13 | 0.94 | 0 | 0.32 | 291.9 | 0.89 | 0.36 |
| Hex | 97 | A | AD | D | 5E | 0 | 20 | 124 | 59 | 24 |
| Octal | 227 | 12 | 255 | 15 | 136 | 0 | 40 | 444 | 131 | 44 |
| Binary | 10010111 | 1010 | 10101101 | 1101 | 1011110 | 0 | 100000 | 100100100 | 1011001 | 100100 |
Color Harmonies of #970AAD
Complementary color
Monochromatic Colors of #970AAD
Black with #970AAD
Text Example
Text Example
White with #970AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970AAD; }
p { color: rgb(151,10,173); }
H1.HeaderClassName
{
color: #970AAD;
}
.AnyTagClassName
{
color: #970AAD;
}
</style>
background-color css
<style>
a { background-color: #970AAD; }
a { background-color: rgb(151,10,173); }
div.DivClassName
{
background-color: #970AAD;
}
.BgClassName
{
background-color: #970AAD;
}
</style>
border-color css
<style>
span { border-color: #970AAD; }
span { border-color: rgb(151,10,173); }
td.TdClassName
{
border-color: #970AAD;
}
.TagClassName
{
border-color: #970AAD;
}
</style>