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