Shades of Dark Magenta #9601AD
Tints of Dark Magenta #9601AD
RGB
CMYK
RGB Variations
Color information
#9601AD (or 0x9601AD) is known color: Dark Magenta. HEX triplet: 96, 01 and AD. RGB value is (150,1,173). Sum of RGB (Red+Green+Blue) = 150+1+173=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #9601AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9601AD is #69FE52. Grayscale: #404040. Windows color (decimal): -6946387 or 11338134. OLE color: 11338134.
HSL color Cylindrical-coordinate representation of color #9601AD: hue angle of 291.98º 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 #9601AD is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 1 | 173 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.32 |
| HSL | 291.98º | 0.99% | 0.34% | - |
| HSV(B) | 291.98º | 0.99% | 0.68% | - |
| XYZ | 20.13 | 9.52 | 40.31 | - |
| YUV | 65.16 | 188.86 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 173 | 0.13 | 0.99 | 0 | 0.32 | 291.98 | 0.99 | 0.34 |
| Hex | 96 | 1 | AD | D | 63 | 0 | 20 | 124 | 63 | 22 |
| Octal | 226 | 1 | 255 | 15 | 143 | 0 | 40 | 444 | 143 | 42 |
| Binary | 10010110 | 1 | 10101101 | 1101 | 1100011 | 0 | 100000 | 100100100 | 1100011 | 100010 |
Color Harmonies of #9601AD
Complementary color
Monochromatic Colors of #9601AD
Black with #9601AD
Text Example
Text Example
White with #9601AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9601AD; }
p { color: rgb(150,1,173); }
H1.HeaderClassName
{
color: #9601AD;
}
.AnyTagClassName
{
color: #9601AD;
}
</style>
background-color css
<style>
a { background-color: #9601AD; }
a { background-color: rgb(150,1,173); }
div.DivClassName
{
background-color: #9601AD;
}
.BgClassName
{
background-color: #9601AD;
}
</style>
border-color css
<style>
span { border-color: #9601AD; }
span { border-color: rgb(150,1,173); }
td.TdClassName
{
border-color: #9601AD;
}
.TagClassName
{
border-color: #9601AD;
}
</style>