Shades of Dark Magenta #900EA1
Tints of Dark Magenta #900EA1
RGB
CMYK
RGB Variations
Color information
#900EA1 (or 0x900EA1) is known color: Dark Magenta. HEX triplet: 90, 0E and A1. RGB value is (144,14,161). Sum of RGB (Red+Green+Blue) = 144+14+161=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 161 (63.28% from 255 or 50.47% from 319); Max value from RGB is 161 - color contains mainly: blue. Hex color #900EA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900EA1 is #6FF15E. Grayscale: #454545. Windows color (decimal): -7336287 or 10555024. OLE color: 10555024.
HSL color Cylindrical-coordinate representation of color #900EA1: hue angle of 293.06º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900EA1 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 14 | 161 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.37 |
| HSL | 293.06º | 0.84% | 0.34% | - |
| HSV(B) | 293.06º | 0.91% | 0.63% | - |
| XYZ | 18.09 | 8.82 | 34.47 | - |
| YUV | 69.63 | 179.57 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 161 | 0.11 | 0.91 | 0 | 0.37 | 293.06 | 0.84 | 0.34 |
| Hex | 90 | E | A1 | B | 5B | 0 | 25 | 125 | 54 | 22 |
| Octal | 220 | 16 | 241 | 13 | 133 | 0 | 45 | 445 | 124 | 42 |
| Binary | 10010000 | 1110 | 10100001 | 1011 | 1011011 | 0 | 100101 | 100100101 | 1010100 | 100010 |
Color Harmonies of #900EA1
Complementary color
Monochromatic Colors of #900EA1
Black with #900EA1
Text Example
Text Example
White with #900EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900EA1; }
p { color: rgb(144,14,161); }
H1.HeaderClassName
{
color: #900EA1;
}
.AnyTagClassName
{
color: #900EA1;
}
</style>
background-color css
<style>
a { background-color: #900EA1; }
a { background-color: rgb(144,14,161); }
div.DivClassName
{
background-color: #900EA1;
}
.BgClassName
{
background-color: #900EA1;
}
</style>
border-color css
<style>
span { border-color: #900EA1; }
span { border-color: rgb(144,14,161); }
td.TdClassName
{
border-color: #900EA1;
}
.TagClassName
{
border-color: #900EA1;
}
</style>