Shades of Dark Magenta #971AAA
Tints of Dark Magenta #971AAA
RGB
CMYK
RGB Variations
Color information
#971AAA (or 0x971AAA) is known color: Dark Magenta. HEX triplet: 97, 1A and AA. RGB value is (151,26,170). Sum of RGB (Red+Green+Blue) = 151+26+170=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #971AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971AAA is #68E555. Grayscale: #4F4F4F. Windows color (decimal): -6874454 or 11147927. OLE color: 11147927.
HSL color Cylindrical-coordinate representation of color #971AAA: hue angle of 292.08º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971AAA is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 26 | 170 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.33 |
| HSL | 292.08º | 0.73% | 0.38% | - |
| HSV(B) | 292.08º | 0.85% | 0.67% | - |
| XYZ | 20.39 | 10.22 | 38.93 | - |
| YUV | 79.79 | 178.91 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 26 | 170 | 0.11 | 0.85 | 0 | 0.33 | 292.08 | 0.73 | 0.38 |
| Hex | 97 | 1A | AA | B | 55 | 0 | 21 | 124 | 49 | 26 |
| Octal | 227 | 32 | 252 | 13 | 125 | 0 | 41 | 444 | 111 | 46 |
| Binary | 10010111 | 11010 | 10101010 | 1011 | 1010101 | 0 | 100001 | 100100100 | 1001001 | 100110 |
Color Harmonies of #971AAA
Complementary color
Monochromatic Colors of #971AAA
Black with #971AAA
Text Example
Text Example
White with #971AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971AAA; }
p { color: rgb(151,26,170); }
H1.HeaderClassName
{
color: #971AAA;
}
.AnyTagClassName
{
color: #971AAA;
}
</style>
background-color css
<style>
a { background-color: #971AAA; }
a { background-color: rgb(151,26,170); }
div.DivClassName
{
background-color: #971AAA;
}
.BgClassName
{
background-color: #971AAA;
}
</style>
border-color css
<style>
span { border-color: #971AAA; }
span { border-color: rgb(151,26,170); }
td.TdClassName
{
border-color: #971AAA;
}
.TagClassName
{
border-color: #971AAA;
}
</style>