Shades of Dark Magenta #9901AB
Tints of Dark Magenta #9901AB
RGB
CMYK
RGB Variations
Color information
#9901AB (or 0x9901AB) is known color: Dark Magenta. HEX triplet: 99, 01 and AB. RGB value is (153,1,171). Sum of RGB (Red+Green+Blue) = 153+1+171=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #9901AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9901AB is #66FE54. Grayscale: #414141. Windows color (decimal): -6749781 or 11207065. OLE color: 11207065.
HSL color Cylindrical-coordinate representation of color #9901AB: hue angle of 293.65º 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 #9901AB is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 1 | 171 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.33 |
| HSL | 293.65º | 0.99% | 0.34% | - |
| HSV(B) | 293.65º | 0.99% | 0.67% | - |
| XYZ | 20.5 | 9.73 | 39.33 | - |
| YUV | 65.83 | 187.36 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 171 | 0.11 | 0.99 | 0 | 0.33 | 293.65 | 0.99 | 0.34 |
| Hex | 99 | 1 | AB | B | 63 | 0 | 21 | 126 | 63 | 22 |
| Octal | 231 | 1 | 253 | 13 | 143 | 0 | 41 | 446 | 143 | 42 |
| Binary | 10011001 | 1 | 10101011 | 1011 | 1100011 | 0 | 100001 | 100100110 | 1100011 | 100010 |
Color Harmonies of #9901AB
Complementary color
Monochromatic Colors of #9901AB
Black with #9901AB
Text Example
Text Example
White with #9901AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9901AB; }
p { color: rgb(153,1,171); }
H1.HeaderClassName
{
color: #9901AB;
}
.AnyTagClassName
{
color: #9901AB;
}
</style>
background-color css
<style>
a { background-color: #9901AB; }
a { background-color: rgb(153,1,171); }
div.DivClassName
{
background-color: #9901AB;
}
.BgClassName
{
background-color: #9901AB;
}
</style>
border-color css
<style>
span { border-color: #9901AB; }
span { border-color: rgb(153,1,171); }
td.TdClassName
{
border-color: #9901AB;
}
.TagClassName
{
border-color: #9901AB;
}
</style>