Shades of Dark Magenta #9901A1
Tints of Dark Magenta #9901A1
RGB
CMYK
RGB Variations
Color information
#9901A1 (or 0x9901A1) is known color: Dark Magenta. HEX triplet: 99, 01 and A1. RGB value is (153,1,161). Sum of RGB (Red+Green+Blue) = 153+1+161=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 161 (63.28% from 255 or 51.11% from 315); Max value from RGB is 161 - color contains mainly: blue. Hex color #9901A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9901A1 is #66FE5E. Grayscale: #404040. Windows color (decimal): -6749791 or 10551705. OLE color: 10551705.
HSL color Cylindrical-coordinate representation of color #9901A1: hue angle of 297º 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 #9901A1 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 1 | 161 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.37 |
| HSL | 297º | 0.99% | 0.32% | - |
| HSV(B) | 297º | 0.99% | 0.63% | - |
| XYZ | 19.58 | 9.37 | 34.49 | - |
| YUV | 64.69 | 182.36 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 161 | 0.05 | 0.99 | 0 | 0.37 | 297 | 0.99 | 0.32 |
| Hex | 99 | 1 | A1 | 5 | 63 | 0 | 25 | 129 | 63 | 20 |
| Octal | 231 | 1 | 241 | 5 | 143 | 0 | 45 | 451 | 143 | 40 |
| Binary | 10011001 | 1 | 10100001 | 101 | 1100011 | 0 | 100101 | 100101001 | 1100011 | 100000 |
Color Harmonies of #9901A1
Complementary color
Monochromatic Colors of #9901A1
Black with #9901A1
Text Example
Text Example
White with #9901A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9901A1; }
p { color: rgb(153,1,161); }
H1.HeaderClassName
{
color: #9901A1;
}
.AnyTagClassName
{
color: #9901A1;
}
</style>
background-color css
<style>
a { background-color: #9901A1; }
a { background-color: rgb(153,1,161); }
div.DivClassName
{
background-color: #9901A1;
}
.BgClassName
{
background-color: #9901A1;
}
</style>
border-color css
<style>
span { border-color: #9901A1; }
span { border-color: rgb(153,1,161); }
td.TdClassName
{
border-color: #9901A1;
}
.TagClassName
{
border-color: #9901A1;
}
</style>