Shades of Dark Magenta #9900AE
Tints of Dark Magenta #9900AE
RGB
CMYK
RGB Variations
Color information
#9900AE (or 0x9900AE) is known color: Dark Magenta. HEX triplet: 99, 00 and AE. RGB value is (153,0,174). Sum of RGB (Red+Green+Blue) = 153+0+174=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #9900AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9900AE is #66FF51. Grayscale: #414141. Windows color (decimal): -6750034 or 11403417. OLE color: 11403417.
HSL color Cylindrical-coordinate representation of color #9900AE: hue angle of 292.76º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9900AE is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 0 | 174 | - |
| CMYK | 0.12 | 1 | 0 | 0.32 |
| HSL | 292.76º | 1% | 0.34% | - |
| HSV(B) | 292.76º | 1% | 0.68% | - |
| XYZ | 20.78 | 9.83 | 40.85 | - |
| YUV | 65.58 | 189.19 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 174 | 0.12 | 1 | 0 | 0.32 | 292.76 | 1 | 0.34 |
| Hex | 99 | 0 | AE | C | 64 | 0 | 20 | 125 | 64 | 22 |
| Octal | 231 | 0 | 256 | 14 | 144 | 0 | 40 | 445 | 144 | 42 |
| Binary | 10011001 | 0 | 10101110 | 1100 | 1100100 | 0 | 100000 | 100100101 | 1100100 | 100010 |
Color Harmonies of #9900AE
Complementary color
Monochromatic Colors of #9900AE
Black with #9900AE
Text Example
Text Example
White with #9900AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9900AE; }
p { color: rgb(153,0,174); }
H1.HeaderClassName
{
color: #9900AE;
}
.AnyTagClassName
{
color: #9900AE;
}
</style>
background-color css
<style>
a { background-color: #9900AE; }
a { background-color: rgb(153,0,174); }
div.DivClassName
{
background-color: #9900AE;
}
.BgClassName
{
background-color: #9900AE;
}
</style>
border-color css
<style>
span { border-color: #9900AE; }
span { border-color: rgb(153,0,174); }
td.TdClassName
{
border-color: #9900AE;
}
.TagClassName
{
border-color: #9900AE;
}
</style>