Shades of Dark Magenta #801590
Tints of Dark Magenta #801590
RGB
CMYK
RGB Variations
Color information
#801590 (or 0x801590) is known color: Dark Magenta. HEX triplet: 80, 15 and 90. RGB value is (128,21,144). Sum of RGB (Red+Green+Blue) = 128+21+144=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #801590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801590 is #7FEA6F. Grayscale: #424242. Windows color (decimal): -8383088 or 9442688. OLE color: 9442688.
HSL color Cylindrical-coordinate representation of color #801590: hue angle of 292.2º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801590 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 21 | 144 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.44 |
| HSL | 292.2º | 0.75% | 0.32% | - |
| HSV(B) | 292.2º | 0.85% | 0.56% | - |
| XYZ | 14.2 | 7.14 | 27.01 | - |
| YUV | 67.02 | 171.45 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 21 | 144 | 0.11 | 0.85 | 0 | 0.44 | 292.2 | 0.75 | 0.32 |
| Hex | 80 | 15 | 90 | B | 55 | 0 | 2C | 124 | 4B | 20 |
| Octal | 200 | 25 | 220 | 13 | 125 | 0 | 54 | 444 | 113 | 40 |
| Binary | 10000000 | 10101 | 10010000 | 1011 | 1010101 | 0 | 101100 | 100100100 | 1001011 | 100000 |
Color Harmonies of #801590
Complementary color
Monochromatic Colors of #801590
Black with #801590
Text Example
Text Example
White with #801590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801590; }
p { color: rgb(128,21,144); }
H1.HeaderClassName
{
color: #801590;
}
.AnyTagClassName
{
color: #801590;
}
</style>
background-color css
<style>
a { background-color: #801590; }
a { background-color: rgb(128,21,144); }
div.DivClassName
{
background-color: #801590;
}
.BgClassName
{
background-color: #801590;
}
</style>
border-color css
<style>
span { border-color: #801590; }
span { border-color: rgb(128,21,144); }
td.TdClassName
{
border-color: #801590;
}
.TagClassName
{
border-color: #801590;
}
</style>