Shades of Dark Magenta #900483
Tints of Dark Magenta #900483
RGB
CMYK
RGB Variations
Color information
#900483 (or 0x900483) is known color: Dark Magenta. HEX triplet: 90, 04 and 83. RGB value is (144,4,131). Sum of RGB (Red+Green+Blue) = 144+4+131=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #900483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900483 is #6FFB7C. Grayscale: #3B3B3B. Windows color (decimal): -7338877 or 8586384. OLE color: 8586384.
HSL color Cylindrical-coordinate representation of color #900483: hue angle of 305.57º 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 #900483 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 4 | 131 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.44 |
| HSL | 305.57º | 0.95% | 0.29% | - |
| HSV(B) | 305.57º | 0.97% | 0.56% | - |
| XYZ | 15.64 | 7.65 | 22.13 | - |
| YUV | 60.34 | 167.88 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 131 | 0 | 0.97 | 0.09 | 0.44 | 305.57 | 0.95 | 0.29 |
| Hex | 90 | 4 | 83 | 0 | 61 | 9 | 2C | 132 | 5F | 1D |
| Octal | 220 | 4 | 203 | 0 | 141 | 11 | 54 | 462 | 137 | 35 |
| Binary | 10010000 | 100 | 10000011 | 0 | 1100001 | 1001 | 101100 | 100110010 | 1011111 | 11101 |
Color Harmonies of #900483
Complementary color
Monochromatic Colors of #900483
Black with #900483
Text Example
Text Example
White with #900483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900483; }
p { color: rgb(144,4,131); }
H1.HeaderClassName
{
color: #900483;
}
.AnyTagClassName
{
color: #900483;
}
</style>
background-color css
<style>
a { background-color: #900483; }
a { background-color: rgb(144,4,131); }
div.DivClassName
{
background-color: #900483;
}
.BgClassName
{
background-color: #900483;
}
</style>
border-color css
<style>
span { border-color: #900483; }
span { border-color: rgb(144,4,131); }
td.TdClassName
{
border-color: #900483;
}
.TagClassName
{
border-color: #900483;
}
</style>