Shades of Dark Magenta #9606AD
Tints of Dark Magenta #9606AD
RGB
CMYK
RGB Variations
Color information
#9606AD (or 0x9606AD) is known color: Dark Magenta. HEX triplet: 96, 06 and AD. RGB value is (150,6,173). Sum of RGB (Red+Green+Blue) = 150+6+173=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #9606AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9606AD is #69F952. Grayscale: #434343. Windows color (decimal): -6945107 or 11339414. OLE color: 11339414.
HSL color Cylindrical-coordinate representation of color #9606AD: hue angle of 291.74º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9606AD is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 6 | 173 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.32 |
| HSL | 291.74º | 0.93% | 0.35% | - |
| HSV(B) | 291.74º | 0.97% | 0.68% | - |
| XYZ | 20.19 | 9.63 | 40.33 | - |
| YUV | 68.09 | 187.21 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 6 | 173 | 0.13 | 0.97 | 0 | 0.32 | 291.74 | 0.93 | 0.35 |
| Hex | 96 | 6 | AD | D | 61 | 0 | 20 | 124 | 5D | 23 |
| Octal | 226 | 6 | 255 | 15 | 141 | 0 | 40 | 444 | 135 | 43 |
| Binary | 10010110 | 110 | 10101101 | 1101 | 1100001 | 0 | 100000 | 100100100 | 1011101 | 100011 |
Color Harmonies of #9606AD
Complementary color
Monochromatic Colors of #9606AD
Black with #9606AD
Text Example
Text Example
White with #9606AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9606AD; }
p { color: rgb(150,6,173); }
H1.HeaderClassName
{
color: #9606AD;
}
.AnyTagClassName
{
color: #9606AD;
}
</style>
background-color css
<style>
a { background-color: #9606AD; }
a { background-color: rgb(150,6,173); }
div.DivClassName
{
background-color: #9606AD;
}
.BgClassName
{
background-color: #9606AD;
}
</style>
border-color css
<style>
span { border-color: #9606AD; }
span { border-color: rgb(150,6,173); }
td.TdClassName
{
border-color: #9606AD;
}
.TagClassName
{
border-color: #9606AD;
}
</style>