Shades of Dark Magenta #900582
Tints of Dark Magenta #900582
RGB
CMYK
RGB Variations
Color information
#900582 (or 0x900582) is known color: Dark Magenta. HEX triplet: 90, 05 and 82. RGB value is (144,5,130). Sum of RGB (Red+Green+Blue) = 144+5+130=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #900582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900582 is #6FFA7D. Grayscale: #3C3C3C. Windows color (decimal): -7338622 or 8521104. OLE color: 8521104.
HSL color Cylindrical-coordinate representation of color #900582: hue angle of 306.04º 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 #900582 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 130 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.44 |
| HSL | 306.04º | 0.93% | 0.29% | - |
| HSV(B) | 306.04º | 0.97% | 0.56% | - |
| XYZ | 15.59 | 7.65 | 21.77 | - |
| YUV | 60.81 | 167.05 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 130 | 0 | 0.97 | 0.10 | 0.44 | 306.04 | 0.93 | 0.29 |
| Hex | 90 | 5 | 82 | 0 | 61 | A | 2C | 132 | 5D | 1D |
| Octal | 220 | 5 | 202 | 0 | 141 | 12 | 54 | 462 | 135 | 35 |
| Binary | 10010000 | 101 | 10000010 | 0 | 1100001 | 1010 | 101100 | 100110010 | 1011101 | 11101 |
Color Harmonies of #900582
Complementary color
Monochromatic Colors of #900582
Black with #900582
Text Example
Text Example
White with #900582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900582; }
p { color: rgb(144,5,130); }
H1.HeaderClassName
{
color: #900582;
}
.AnyTagClassName
{
color: #900582;
}
</style>
background-color css
<style>
a { background-color: #900582; }
a { background-color: rgb(144,5,130); }
div.DivClassName
{
background-color: #900582;
}
.BgClassName
{
background-color: #900582;
}
</style>
border-color css
<style>
span { border-color: #900582; }
span { border-color: rgb(144,5,130); }
td.TdClassName
{
border-color: #900582;
}
.TagClassName
{
border-color: #900582;
}
</style>