Shades of Dark Magenta #90028D
Tints of Dark Magenta #90028D
RGB
CMYK
RGB Variations
Color information
#90028D (or 0x90028D) is known color: Dark Magenta. HEX triplet: 90, 02 and 8D. RGB value is (144,2,141). Sum of RGB (Red+Green+Blue) = 144+2+141=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #90028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90028D is #6FFD72. Grayscale: #3B3B3B. Windows color (decimal): -7339379 or 9241232. OLE color: 9241232.
HSL color Cylindrical-coordinate representation of color #90028D: hue angle of 301.27º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90028D is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 141 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.44 |
| HSL | 301.27º | 0.97% | 0.29% | - |
| HSV(B) | 301.27º | 0.99% | 0.56% | - |
| XYZ | 16.33 | 7.9 | 25.86 | - |
| YUV | 60.3 | 173.54 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 141 | 0 | 0.99 | 0.02 | 0.44 | 301.27 | 0.97 | 0.29 |
| Hex | 90 | 2 | 8D | 0 | 63 | 2 | 2C | 12D | 61 | 1D |
| Octal | 220 | 2 | 215 | 0 | 143 | 2 | 54 | 455 | 141 | 35 |
| Binary | 10010000 | 10 | 10001101 | 0 | 1100011 | 10 | 101100 | 100101101 | 1100001 | 11101 |
Color Harmonies of #90028D
Complementary color
Monochromatic Colors of #90028D
Black with #90028D
Text Example
Text Example
White with #90028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90028D; }
p { color: rgb(144,2,141); }
H1.HeaderClassName
{
color: #90028D;
}
.AnyTagClassName
{
color: #90028D;
}
</style>
background-color css
<style>
a { background-color: #90028D; }
a { background-color: rgb(144,2,141); }
div.DivClassName
{
background-color: #90028D;
}
.BgClassName
{
background-color: #90028D;
}
</style>
border-color css
<style>
span { border-color: #90028D; }
span { border-color: rgb(144,2,141); }
td.TdClassName
{
border-color: #90028D;
}
.TagClassName
{
border-color: #90028D;
}
</style>