Shades of Dark Magenta #970AA8
Tints of Dark Magenta #970AA8
RGB
CMYK
RGB Variations
Color information
#970AA8 (or 0x970AA8) is known color: Dark Magenta. HEX triplet: 97, 0A and A8. RGB value is (151,10,168). Sum of RGB (Red+Green+Blue) = 151+10+168=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 168 (66.02% from 255 or 51.06% from 329); Max value from RGB is 168 - color contains mainly: blue. Hex color #970AA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970AA8 is #68F557. Grayscale: #454545. Windows color (decimal): -6878552 or 11012759. OLE color: 11012759.
HSL color Cylindrical-coordinate representation of color #970AA8: hue angle of 293.54º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970AA8 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 151 | 10 | 168 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.34 |
| HSL | 293.54º | 0.89% | 0.35% | - |
| HSV(B) | 293.54º | 0.94% | 0.66% | - |
| XYZ | 19.94 | 9.62 | 37.85 | - |
| YUV | 70.17 | 183.21 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 168 | 0.10 | 0.94 | 0 | 0.34 | 293.54 | 0.89 | 0.35 |
| Hex | 97 | A | A8 | A | 5E | 0 | 22 | 126 | 59 | 23 |
| Octal | 227 | 12 | 250 | 12 | 136 | 0 | 42 | 446 | 131 | 43 |
| Binary | 10010111 | 1010 | 10101000 | 1010 | 1011110 | 0 | 100010 | 100100110 | 1011001 | 100011 |
Color Harmonies of #970AA8
Complementary color
Monochromatic Colors of #970AA8
Black with #970AA8
Text Example
Text Example
White with #970AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970AA8; }
p { color: rgb(151,10,168); }
H1.HeaderClassName
{
color: #970AA8;
}
.AnyTagClassName
{
color: #970AA8;
}
</style>
background-color css
<style>
a { background-color: #970AA8; }
a { background-color: rgb(151,10,168); }
div.DivClassName
{
background-color: #970AA8;
}
.BgClassName
{
background-color: #970AA8;
}
</style>
border-color css
<style>
span { border-color: #970AA8; }
span { border-color: rgb(151,10,168); }
td.TdClassName
{
border-color: #970AA8;
}
.TagClassName
{
border-color: #970AA8;
}
</style>