Shades of Dark Magenta #9701AD
Tints of Dark Magenta #9701AD
RGB
CMYK
RGB Variations
Color information
#9701AD (or 0x9701AD) is known color: Dark Magenta. HEX triplet: 97, 01 and AD. RGB value is (151,1,173). Sum of RGB (Red+Green+Blue) = 151+1+173=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #9701AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9701AD is #68FE52. Grayscale: #404040. Windows color (decimal): -6880851 or 11338135. OLE color: 11338135.
HSL color Cylindrical-coordinate representation of color #9701AD: hue angle of 292.33º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9701AD is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 1 | 173 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.32 |
| HSL | 292.33º | 0.99% | 0.34% | - |
| HSV(B) | 292.33º | 0.99% | 0.68% | - |
| XYZ | 20.32 | 9.62 | 40.32 | - |
| YUV | 65.46 | 188.7 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 1 | 173 | 0.13 | 0.99 | 0 | 0.32 | 292.33 | 0.99 | 0.34 |
| Hex | 97 | 1 | AD | D | 63 | 0 | 20 | 124 | 63 | 22 |
| Octal | 227 | 1 | 255 | 15 | 143 | 0 | 40 | 444 | 143 | 42 |
| Binary | 10010111 | 1 | 10101101 | 1101 | 1100011 | 0 | 100000 | 100100100 | 1100011 | 100010 |
Color Harmonies of #9701AD
Complementary color
Monochromatic Colors of #9701AD
Black with #9701AD
Text Example
Text Example
White with #9701AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9701AD; }
p { color: rgb(151,1,173); }
H1.HeaderClassName
{
color: #9701AD;
}
.AnyTagClassName
{
color: #9701AD;
}
</style>
background-color css
<style>
a { background-color: #9701AD; }
a { background-color: rgb(151,1,173); }
div.DivClassName
{
background-color: #9701AD;
}
.BgClassName
{
background-color: #9701AD;
}
</style>
border-color css
<style>
span { border-color: #9701AD; }
span { border-color: rgb(151,1,173); }
td.TdClassName
{
border-color: #9701AD;
}
.TagClassName
{
border-color: #9701AD;
}
</style>