Shades of Dark Magenta #90058C
Tints of Dark Magenta #90058C
RGB
CMYK
RGB Variations
Color information
#90058C (or 0x90058C) is known color: Dark Magenta. HEX triplet: 90, 05 and 8C. RGB value is (144,5,140). Sum of RGB (Red+Green+Blue) = 144+5+140=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #90058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90058C is #6FFA73. Grayscale: #3D3D3D. Windows color (decimal): -7338612 or 9176464. OLE color: 9176464.
HSL color Cylindrical-coordinate representation of color #90058C: hue angle of 301.73º degrees, saturation: 0.93, 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 #90058C is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 140 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.44 |
| HSL | 301.73º | 0.93% | 0.29% | - |
| HSV(B) | 301.73º | 0.97% | 0.56% | - |
| XYZ | 16.29 | 7.93 | 25.48 | - |
| YUV | 61.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 140 | 0 | 0.97 | 0.03 | 0.44 | 301.73 | 0.93 | 0.29 |
| Hex | 90 | 5 | 8C | 0 | 61 | 3 | 2C | 12E | 5D | 1D |
| Octal | 220 | 5 | 214 | 0 | 141 | 3 | 54 | 456 | 135 | 35 |
| Binary | 10010000 | 101 | 10001100 | 0 | 1100001 | 11 | 101100 | 100101110 | 1011101 | 11101 |
Color Harmonies of #90058C
Complementary color
Monochromatic Colors of #90058C
Black with #90058C
Text Example
Text Example
White with #90058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90058C; }
p { color: rgb(144,5,140); }
H1.HeaderClassName
{
color: #90058C;
}
.AnyTagClassName
{
color: #90058C;
}
</style>
background-color css
<style>
a { background-color: #90058C; }
a { background-color: rgb(144,5,140); }
div.DivClassName
{
background-color: #90058C;
}
.BgClassName
{
background-color: #90058C;
}
</style>
border-color css
<style>
span { border-color: #90058C; }
span { border-color: rgb(144,5,140); }
td.TdClassName
{
border-color: #90058C;
}
.TagClassName
{
border-color: #90058C;
}
</style>