Shades of Dark Magenta #801392
Tints of Dark Magenta #801392
RGB
CMYK
RGB Variations
Color information
#801392 (or 0x801392) is known color: Dark Magenta. HEX triplet: 80, 13 and 92. RGB value is (128,19,146). Sum of RGB (Red+Green+Blue) = 128+19+146=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #801392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801392 is #7FEC6D. Grayscale: #414141. Windows color (decimal): -8383598 or 9573248. OLE color: 9573248.
HSL color Cylindrical-coordinate representation of color #801392: hue angle of 291.5º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801392 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 19 | 146 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.43 |
| HSL | 291.5º | 0.77% | 0.32% | - |
| HSV(B) | 291.5º | 0.87% | 0.57% | - |
| XYZ | 14.32 | 7.13 | 27.82 | - |
| YUV | 66.07 | 173.11 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 146 | 0.12 | 0.87 | 0 | 0.43 | 291.5 | 0.77 | 0.32 |
| Hex | 80 | 13 | 92 | C | 57 | 0 | 2B | 123 | 4D | 20 |
| Octal | 200 | 23 | 222 | 14 | 127 | 0 | 53 | 443 | 115 | 40 |
| Binary | 10000000 | 10011 | 10010010 | 1100 | 1010111 | 0 | 101011 | 100100011 | 1001101 | 100000 |
Color Harmonies of #801392
Complementary color
Monochromatic Colors of #801392
Black with #801392
Text Example
Text Example
White with #801392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801392; }
p { color: rgb(128,19,146); }
H1.HeaderClassName
{
color: #801392;
}
.AnyTagClassName
{
color: #801392;
}
</style>
background-color css
<style>
a { background-color: #801392; }
a { background-color: rgb(128,19,146); }
div.DivClassName
{
background-color: #801392;
}
.BgClassName
{
background-color: #801392;
}
</style>
border-color css
<style>
span { border-color: #801392; }
span { border-color: rgb(128,19,146); }
td.TdClassName
{
border-color: #801392;
}
.TagClassName
{
border-color: #801392;
}
</style>