Shades of Dark Magenta #9600AA
Tints of Dark Magenta #9600AA
RGB
CMYK
RGB Variations
Color information
#9600AA (or 0x9600AA) is known color: Dark Magenta. HEX triplet: 96, 00 and AA. RGB value is (150,0,170). Sum of RGB (Red+Green+Blue) = 150+0+170=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #9600AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9600AA is #69FF55. Grayscale: #3F3F3F. Windows color (decimal): -6946646 or 11141270. OLE color: 11141270.
HSL color Cylindrical-coordinate representation of color #9600AA: hue angle of 292.94º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9600AA is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 0 | 170 | - |
| CMYK | 0.12 | 1 | 0 | 0.33 |
| HSL | 292.94º | 1% | 0.33% | - |
| HSV(B) | 292.94º | 1% | 0.67% | - |
| XYZ | 19.83 | 9.39 | 38.8 | - |
| YUV | 64.23 | 187.7 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 170 | 0.12 | 1 | 0 | 0.33 | 292.94 | 1 | 0.33 |
| Hex | 96 | 0 | AA | C | 64 | 0 | 21 | 125 | 64 | 21 |
| Octal | 226 | 0 | 252 | 14 | 144 | 0 | 41 | 445 | 144 | 41 |
| Binary | 10010110 | 0 | 10101010 | 1100 | 1100100 | 0 | 100001 | 100100101 | 1100100 | 100001 |
Color Harmonies of #9600AA
Complementary color
Monochromatic Colors of #9600AA
Black with #9600AA
Text Example
Text Example
White with #9600AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9600AA; }
p { color: rgb(150,0,170); }
H1.HeaderClassName
{
color: #9600AA;
}
.AnyTagClassName
{
color: #9600AA;
}
</style>
background-color css
<style>
a { background-color: #9600AA; }
a { background-color: rgb(150,0,170); }
div.DivClassName
{
background-color: #9600AA;
}
.BgClassName
{
background-color: #9600AA;
}
</style>
border-color css
<style>
span { border-color: #9600AA; }
span { border-color: rgb(150,0,170); }
td.TdClassName
{
border-color: #9600AA;
}
.TagClassName
{
border-color: #9600AA;
}
</style>