Shades of Dark Magenta #9901AE
Tints of Dark Magenta #9901AE
RGB
CMYK
RGB Variations
Color information
#9901AE (or 0x9901AE) is known color: Dark Magenta. HEX triplet: 99, 01 and AE. RGB value is (153,1,174). Sum of RGB (Red+Green+Blue) = 153+1+174=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #9901AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9901AE is #66FE51. Grayscale: #414141. Windows color (decimal): -6749778 or 11403673. OLE color: 11403673.
HSL color Cylindrical-coordinate representation of color #9901AE: hue angle of 292.72º 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 #9901AE is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 1 | 174 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.32 |
| HSL | 292.72º | 0.99% | 0.34% | - |
| HSV(B) | 292.72º | 0.99% | 0.68% | - |
| XYZ | 20.79 | 9.85 | 40.85 | - |
| YUV | 66.17 | 188.86 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 174 | 0.12 | 0.99 | 0 | 0.32 | 292.72 | 0.99 | 0.34 |
| Hex | 99 | 1 | AE | C | 63 | 0 | 20 | 125 | 63 | 22 |
| Octal | 231 | 1 | 256 | 14 | 143 | 0 | 40 | 445 | 143 | 42 |
| Binary | 10011001 | 1 | 10101110 | 1100 | 1100011 | 0 | 100000 | 100100101 | 1100011 | 100010 |
Color Harmonies of #9901AE
Complementary color
Monochromatic Colors of #9901AE
Black with #9901AE
Text Example
Text Example
White with #9901AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9901AE; }
p { color: rgb(153,1,174); }
H1.HeaderClassName
{
color: #9901AE;
}
.AnyTagClassName
{
color: #9901AE;
}
</style>
background-color css
<style>
a { background-color: #9901AE; }
a { background-color: rgb(153,1,174); }
div.DivClassName
{
background-color: #9901AE;
}
.BgClassName
{
background-color: #9901AE;
}
</style>
border-color css
<style>
span { border-color: #9901AE; }
span { border-color: rgb(153,1,174); }
td.TdClassName
{
border-color: #9901AE;
}
.TagClassName
{
border-color: #9901AE;
}
</style>