Shades of Dark Magenta #9601AA
Tints of Dark Magenta #9601AA
RGB
CMYK
RGB Variations
Color information
#9601AA (or 0x9601AA) is known color: Dark Magenta. HEX triplet: 96, 01 and AA. RGB value is (150,1,170). Sum of RGB (Red+Green+Blue) = 150+1+170=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #9601AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9601AA is #69FE55. Grayscale: #404040. Windows color (decimal): -6946390 or 11141526. OLE color: 11141526.
HSL color Cylindrical-coordinate representation of color #9601AA: hue angle of 292.9º 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 #9601AA is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 1 | 170 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.33 |
| HSL | 292.9º | 0.99% | 0.34% | - |
| HSV(B) | 292.9º | 0.99% | 0.67% | - |
| XYZ | 19.84 | 9.41 | 38.8 | - |
| YUV | 64.82 | 187.36 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 170 | 0.12 | 0.99 | 0 | 0.33 | 292.9 | 0.99 | 0.34 |
| Hex | 96 | 1 | AA | C | 63 | 0 | 21 | 125 | 63 | 22 |
| Octal | 226 | 1 | 252 | 14 | 143 | 0 | 41 | 445 | 143 | 42 |
| Binary | 10010110 | 1 | 10101010 | 1100 | 1100011 | 0 | 100001 | 100100101 | 1100011 | 100010 |
Color Harmonies of #9601AA
Complementary color
Monochromatic Colors of #9601AA
Black with #9601AA
Text Example
Text Example
White with #9601AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9601AA; }
p { color: rgb(150,1,170); }
H1.HeaderClassName
{
color: #9601AA;
}
.AnyTagClassName
{
color: #9601AA;
}
</style>
background-color css
<style>
a { background-color: #9601AA; }
a { background-color: rgb(150,1,170); }
div.DivClassName
{
background-color: #9601AA;
}
.BgClassName
{
background-color: #9601AA;
}
</style>
border-color css
<style>
span { border-color: #9601AA; }
span { border-color: rgb(150,1,170); }
td.TdClassName
{
border-color: #9601AA;
}
.TagClassName
{
border-color: #9601AA;
}
</style>