Shades of Dark Magenta #9901A0
Tints of Dark Magenta #9901A0
RGB
CMYK
RGB Variations
Color information
#9901A0 (or 0x9901A0) is known color: Dark Magenta. HEX triplet: 99, 01 and A0. RGB value is (153,1,160). Sum of RGB (Red+Green+Blue) = 153+1+160=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 160 (62.89% from 255 or 50.96% from 314); Max value from RGB is 160 - color contains mainly: blue. Hex color #9901A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9901A0 is #66FE5F. Grayscale: #404040. Windows color (decimal): -6749792 or 10486169. OLE color: 10486169.
HSL color Cylindrical-coordinate representation of color #9901A0: hue angle of 297.36º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9901A0 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 1 | 160 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.37 |
| HSL | 297.36º | 0.99% | 0.32% | - |
| HSV(B) | 297.36º | 0.99% | 0.63% | - |
| XYZ | 19.49 | 9.33 | 34.03 | - |
| YUV | 64.57 | 181.86 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 160 | 0.04 | 0.99 | 0 | 0.37 | 297.36 | 0.99 | 0.32 |
| Hex | 99 | 1 | A0 | 4 | 63 | 0 | 25 | 129 | 63 | 20 |
| Octal | 231 | 1 | 240 | 4 | 143 | 0 | 45 | 451 | 143 | 40 |
| Binary | 10011001 | 1 | 10100000 | 100 | 1100011 | 0 | 100101 | 100101001 | 1100011 | 100000 |
Color Harmonies of #9901A0
Complementary color
Monochromatic Colors of #9901A0
Black with #9901A0
Text Example
Text Example
White with #9901A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9901A0; }
p { color: rgb(153,1,160); }
H1.HeaderClassName
{
color: #9901A0;
}
.AnyTagClassName
{
color: #9901A0;
}
</style>
background-color css
<style>
a { background-color: #9901A0; }
a { background-color: rgb(153,1,160); }
div.DivClassName
{
background-color: #9901A0;
}
.BgClassName
{
background-color: #9901A0;
}
</style>
border-color css
<style>
span { border-color: #9901A0; }
span { border-color: rgb(153,1,160); }
td.TdClassName
{
border-color: #9901A0;
}
.TagClassName
{
border-color: #9901A0;
}
</style>