Shades of Dark Magenta #900E84
Tints of Dark Magenta #900E84
RGB
CMYK
RGB Variations
Color information
#900E84 (or 0x900E84) is known color: Dark Magenta. HEX triplet: 90, 0E and 84. RGB value is (144,14,132). Sum of RGB (Red+Green+Blue) = 144+14+132=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #900E84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900E84 is #6FF17B. Grayscale: #414141. Windows color (decimal): -7336316 or 8654480. OLE color: 8654480.
HSL color Cylindrical-coordinate representation of color #900E84: hue angle of 305.54º 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 #900E84 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 14 | 132 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.44 |
| HSL | 305.54º | 0.82% | 0.31% | - |
| HSV(B) | 305.54º | 0.9% | 0.56% | - |
| XYZ | 15.82 | 7.91 | 22.52 | - |
| YUV | 66.32 | 165.07 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 132 | 0 | 0.90 | 0.08 | 0.44 | 305.54 | 0.82 | 0.31 |
| Hex | 90 | E | 84 | 0 | 5A | 8 | 2C | 132 | 52 | 1F |
| Octal | 220 | 16 | 204 | 0 | 132 | 10 | 54 | 462 | 122 | 37 |
| Binary | 10010000 | 1110 | 10000100 | 0 | 1011010 | 1000 | 101100 | 100110010 | 1010010 | 11111 |
Color Harmonies of #900E84
Complementary color
Monochromatic Colors of #900E84
Black with #900E84
Text Example
Text Example
White with #900E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900E84; }
p { color: rgb(144,14,132); }
H1.HeaderClassName
{
color: #900E84;
}
.AnyTagClassName
{
color: #900E84;
}
</style>
background-color css
<style>
a { background-color: #900E84; }
a { background-color: rgb(144,14,132); }
div.DivClassName
{
background-color: #900E84;
}
.BgClassName
{
background-color: #900E84;
}
</style>
border-color css
<style>
span { border-color: #900E84; }
span { border-color: rgb(144,14,132); }
td.TdClassName
{
border-color: #900E84;
}
.TagClassName
{
border-color: #900E84;
}
</style>