Shades of Dark Magenta #900E81
Tints of Dark Magenta #900E81
RGB
CMYK
RGB Variations
Color information
#900E81 (or 0x900E81) is known color: Dark Magenta. HEX triplet: 90, 0E and 81. RGB value is (144,14,129). Sum of RGB (Red+Green+Blue) = 144+14+129=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #900E81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900E81 is #6FF17E. Grayscale: #414141. Windows color (decimal): -7336319 or 8457872. OLE color: 8457872.
HSL color Cylindrical-coordinate representation of color #900E81: hue angle of 306.92º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900E81 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 14 | 129 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.44 |
| HSL | 306.92º | 0.82% | 0.31% | - |
| HSV(B) | 306.92º | 0.9% | 0.56% | - |
| XYZ | 15.62 | 7.83 | 21.46 | - |
| YUV | 65.98 | 163.57 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 129 | 0 | 0.90 | 0.10 | 0.44 | 306.92 | 0.82 | 0.31 |
| Hex | 90 | E | 81 | 0 | 5A | A | 2C | 133 | 52 | 1F |
| Octal | 220 | 16 | 201 | 0 | 132 | 12 | 54 | 463 | 122 | 37 |
| Binary | 10010000 | 1110 | 10000001 | 0 | 1011010 | 1010 | 101100 | 100110011 | 1010010 | 11111 |
Color Harmonies of #900E81
Complementary color
Monochromatic Colors of #900E81
Black with #900E81
Text Example
Text Example
White with #900E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900E81; }
p { color: rgb(144,14,129); }
H1.HeaderClassName
{
color: #900E81;
}
.AnyTagClassName
{
color: #900E81;
}
</style>
background-color css
<style>
a { background-color: #900E81; }
a { background-color: rgb(144,14,129); }
div.DivClassName
{
background-color: #900E81;
}
.BgClassName
{
background-color: #900E81;
}
</style>
border-color css
<style>
span { border-color: #900E81; }
span { border-color: rgb(144,14,129); }
td.TdClassName
{
border-color: #900E81;
}
.TagClassName
{
border-color: #900E81;
}
</style>