Shades of Dark Magenta #9605AD
Tints of Dark Magenta #9605AD
RGB
CMYK
RGB Variations
Color information
#9605AD (or 0x9605AD) is known color: Dark Magenta. HEX triplet: 96, 05 and AD. RGB value is (150,5,173). Sum of RGB (Red+Green+Blue) = 150+5+173=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #9605AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9605AD is #69FA52. Grayscale: #424242. Windows color (decimal): -6945363 or 11339158. OLE color: 11339158.
HSL color Cylindrical-coordinate representation of color #9605AD: hue angle of 291.79º degrees, saturation: 0.94, 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 #9605AD is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 5 | 173 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.32 |
| HSL | 291.79º | 0.94% | 0.35% | - |
| HSV(B) | 291.79º | 0.97% | 0.68% | - |
| XYZ | 20.17 | 9.61 | 40.33 | - |
| YUV | 67.51 | 187.54 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 5 | 173 | 0.13 | 0.97 | 0 | 0.32 | 291.79 | 0.94 | 0.35 |
| Hex | 96 | 5 | AD | D | 61 | 0 | 20 | 124 | 5E | 23 |
| Octal | 226 | 5 | 255 | 15 | 141 | 0 | 40 | 444 | 136 | 43 |
| Binary | 10010110 | 101 | 10101101 | 1101 | 1100001 | 0 | 100000 | 100100100 | 1011110 | 100011 |
Color Harmonies of #9605AD
Complementary color
Monochromatic Colors of #9605AD
Black with #9605AD
Text Example
Text Example
White with #9605AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9605AD; }
p { color: rgb(150,5,173); }
H1.HeaderClassName
{
color: #9605AD;
}
.AnyTagClassName
{
color: #9605AD;
}
</style>
background-color css
<style>
a { background-color: #9605AD; }
a { background-color: rgb(150,5,173); }
div.DivClassName
{
background-color: #9605AD;
}
.BgClassName
{
background-color: #9605AD;
}
</style>
border-color css
<style>
span { border-color: #9605AD; }
span { border-color: rgb(150,5,173); }
td.TdClassName
{
border-color: #9605AD;
}
.TagClassName
{
border-color: #9605AD;
}
</style>