Shades of Dark Magenta #900A83
Tints of Dark Magenta #900A83
RGB
CMYK
RGB Variations
Color information
#900A83 (or 0x900A83) is known color: Dark Magenta. HEX triplet: 90, 0A and 83. RGB value is (144,10,131). Sum of RGB (Red+Green+Blue) = 144+10+131=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #900A83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900A83 is #6FF57C. Grayscale: #3F3F3F. Windows color (decimal): -7337341 or 8587920. OLE color: 8587920.
HSL color Cylindrical-coordinate representation of color #900A83: hue angle of 305.82º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A83 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 10 | 131 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.44 |
| HSL | 305.82º | 0.87% | 0.3% | - |
| HSV(B) | 305.82º | 0.93% | 0.56% | - |
| XYZ | 15.71 | 7.79 | 22.15 | - |
| YUV | 63.86 | 165.89 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 10 | 131 | 0 | 0.93 | 0.09 | 0.44 | 305.82 | 0.87 | 0.3 |
| Hex | 90 | A | 83 | 0 | 5D | 9 | 2C | 132 | 57 | 1E |
| Octal | 220 | 12 | 203 | 0 | 135 | 11 | 54 | 462 | 127 | 36 |
| Binary | 10010000 | 1010 | 10000011 | 0 | 1011101 | 1001 | 101100 | 100110010 | 1010111 | 11110 |
Color Harmonies of #900A83
Complementary color
Monochromatic Colors of #900A83
Black with #900A83
Text Example
Text Example
White with #900A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900A83; }
p { color: rgb(144,10,131); }
H1.HeaderClassName
{
color: #900A83;
}
.AnyTagClassName
{
color: #900A83;
}
</style>
background-color css
<style>
a { background-color: #900A83; }
a { background-color: rgb(144,10,131); }
div.DivClassName
{
background-color: #900A83;
}
.BgClassName
{
background-color: #900A83;
}
</style>
border-color css
<style>
span { border-color: #900A83; }
span { border-color: rgb(144,10,131); }
td.TdClassName
{
border-color: #900A83;
}
.TagClassName
{
border-color: #900A83;
}
</style>