Shades of Dark Magenta #90048D
Tints of Dark Magenta #90048D
RGB
CMYK
RGB Variations
Color information
#90048D (or 0x90048D) is known color: Dark Magenta. HEX triplet: 90, 04 and 8D. RGB value is (144,4,141). Sum of RGB (Red+Green+Blue) = 144+4+141=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #90048D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90048D is #6FFB72. Grayscale: #3D3D3D. Windows color (decimal): -7338867 or 9241744. OLE color: 9241744.
HSL color Cylindrical-coordinate representation of color #90048D: hue angle of 301.29º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90048D is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 4 | 141 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.44 |
| HSL | 301.29º | 0.95% | 0.29% | - |
| HSV(B) | 301.29º | 0.97% | 0.56% | - |
| XYZ | 16.35 | 7.94 | 25.87 | - |
| YUV | 61.48 | 172.88 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 141 | 0 | 0.97 | 0.02 | 0.44 | 301.29 | 0.95 | 0.29 |
| Hex | 90 | 4 | 8D | 0 | 61 | 2 | 2C | 12D | 5F | 1D |
| Octal | 220 | 4 | 215 | 0 | 141 | 2 | 54 | 455 | 137 | 35 |
| Binary | 10010000 | 100 | 10001101 | 0 | 1100001 | 10 | 101100 | 100101101 | 1011111 | 11101 |
Color Harmonies of #90048D
Complementary color
Monochromatic Colors of #90048D
Black with #90048D
Text Example
Text Example
White with #90048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90048D; }
p { color: rgb(144,4,141); }
H1.HeaderClassName
{
color: #90048D;
}
.AnyTagClassName
{
color: #90048D;
}
</style>
background-color css
<style>
a { background-color: #90048D; }
a { background-color: rgb(144,4,141); }
div.DivClassName
{
background-color: #90048D;
}
.BgClassName
{
background-color: #90048D;
}
</style>
border-color css
<style>
span { border-color: #90048D; }
span { border-color: rgb(144,4,141); }
td.TdClassName
{
border-color: #90048D;
}
.TagClassName
{
border-color: #90048D;
}
</style>