Shades of Dark Magenta #8901A1
Tints of Dark Magenta #8901A1
RGB
CMYK
RGB Variations
Color information
#8901A1 (or 0x8901A1) is known color: Dark Magenta. HEX triplet: 89, 01 and A1. RGB value is (137,1,161). Sum of RGB (Red+Green+Blue) = 137+1+161=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 161 (63.28% from 255 or 53.85% from 299); Max value from RGB is 161 - color contains mainly: blue. Hex color #8901A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8901A1 is #76FE5E. Grayscale: #3B3B3B. Windows color (decimal): -7798367 or 10551689. OLE color: 10551689.
HSL color Cylindrical-coordinate representation of color #8901A1: hue angle of 291º 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 #8901A1 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 1 | 161 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.37 |
| HSL | 291º | 0.99% | 0.32% | - |
| HSV(B) | 291º | 0.99% | 0.63% | - |
| XYZ | 16.76 | 7.91 | 34.36 | - |
| YUV | 59.9 | 185.06 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 1 | 161 | 0.15 | 0.99 | 0 | 0.37 | 291 | 0.99 | 0.32 |
| Hex | 89 | 1 | A1 | F | 63 | 0 | 25 | 123 | 63 | 20 |
| Octal | 211 | 1 | 241 | 17 | 143 | 0 | 45 | 443 | 143 | 40 |
| Binary | 10001001 | 1 | 10100001 | 1111 | 1100011 | 0 | 100101 | 100100011 | 1100011 | 100000 |
Color Harmonies of #8901A1
Complementary color
Monochromatic Colors of #8901A1
Black with #8901A1
Text Example
Text Example
White with #8901A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8901A1; }
p { color: rgb(137,1,161); }
H1.HeaderClassName
{
color: #8901A1;
}
.AnyTagClassName
{
color: #8901A1;
}
</style>
background-color css
<style>
a { background-color: #8901A1; }
a { background-color: rgb(137,1,161); }
div.DivClassName
{
background-color: #8901A1;
}
.BgClassName
{
background-color: #8901A1;
}
</style>
border-color css
<style>
span { border-color: #8901A1; }
span { border-color: rgb(137,1,161); }
td.TdClassName
{
border-color: #8901A1;
}
.TagClassName
{
border-color: #8901A1;
}
</style>