Shades of Dark Magenta #9701AA
Tints of Dark Magenta #9701AA
RGB
CMYK
RGB Variations
Color information
#9701AA (or 0x9701AA) is known color: Dark Magenta. HEX triplet: 97, 01 and AA. RGB value is (151,1,170). Sum of RGB (Red+Green+Blue) = 151+1+170=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #9701AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9701AA is #68FE55. Grayscale: #404040. Windows color (decimal): -6880854 or 11141527. OLE color: 11141527.
HSL color Cylindrical-coordinate representation of color #9701AA: hue angle of 293.25º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9701AA is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 1 | 170 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.33 |
| HSL | 293.25º | 0.99% | 0.34% | - |
| HSV(B) | 293.25º | 0.99% | 0.67% | - |
| XYZ | 20.03 | 9.5 | 38.81 | - |
| YUV | 65.12 | 187.2 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 1 | 170 | 0.11 | 0.99 | 0 | 0.33 | 293.25 | 0.99 | 0.34 |
| Hex | 97 | 1 | AA | B | 63 | 0 | 21 | 125 | 63 | 22 |
| Octal | 227 | 1 | 252 | 13 | 143 | 0 | 41 | 445 | 143 | 42 |
| Binary | 10010111 | 1 | 10101010 | 1011 | 1100011 | 0 | 100001 | 100100101 | 1100011 | 100010 |
Color Harmonies of #9701AA
Complementary color
Monochromatic Colors of #9701AA
Black with #9701AA
Text Example
Text Example
White with #9701AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9701AA; }
p { color: rgb(151,1,170); }
H1.HeaderClassName
{
color: #9701AA;
}
.AnyTagClassName
{
color: #9701AA;
}
</style>
background-color css
<style>
a { background-color: #9701AA; }
a { background-color: rgb(151,1,170); }
div.DivClassName
{
background-color: #9701AA;
}
.BgClassName
{
background-color: #9701AA;
}
</style>
border-color css
<style>
span { border-color: #9701AA; }
span { border-color: rgb(151,1,170); }
td.TdClassName
{
border-color: #9701AA;
}
.TagClassName
{
border-color: #9701AA;
}
</style>