Shades of Dark Magenta #900583
Tints of Dark Magenta #900583
RGB
CMYK
RGB Variations
Color information
#900583 (or 0x900583) is known color: Dark Magenta. HEX triplet: 90, 05 and 83. RGB value is (144,5,131). Sum of RGB (Red+Green+Blue) = 144+5+131=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #900583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900583 is #6FFA7C. Grayscale: #3C3C3C. Windows color (decimal): -7338621 or 8586640. OLE color: 8586640.
HSL color Cylindrical-coordinate representation of color #900583: hue angle of 305.61º 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 #900583 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 131 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.44 |
| HSL | 305.61º | 0.93% | 0.29% | - |
| HSV(B) | 305.61º | 0.97% | 0.56% | - |
| XYZ | 15.65 | 7.68 | 22.13 | - |
| YUV | 60.93 | 167.55 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 131 | 0 | 0.97 | 0.09 | 0.44 | 305.61 | 0.93 | 0.29 |
| Hex | 90 | 5 | 83 | 0 | 61 | 9 | 2C | 132 | 5D | 1D |
| Octal | 220 | 5 | 203 | 0 | 141 | 11 | 54 | 462 | 135 | 35 |
| Binary | 10010000 | 101 | 10000011 | 0 | 1100001 | 1001 | 101100 | 100110010 | 1011101 | 11101 |
Color Harmonies of #900583
Complementary color
Monochromatic Colors of #900583
Black with #900583
Text Example
Text Example
White with #900583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900583; }
p { color: rgb(144,5,131); }
H1.HeaderClassName
{
color: #900583;
}
.AnyTagClassName
{
color: #900583;
}
</style>
background-color css
<style>
a { background-color: #900583; }
a { background-color: rgb(144,5,131); }
div.DivClassName
{
background-color: #900583;
}
.BgClassName
{
background-color: #900583;
}
</style>
border-color css
<style>
span { border-color: #900583; }
span { border-color: rgb(144,5,131); }
td.TdClassName
{
border-color: #900583;
}
.TagClassName
{
border-color: #900583;
}
</style>