Shades of Dark Magenta #80039F
Tints of Dark Magenta #80039F
RGB
CMYK
RGB Variations
Color information
#80039F (or 0x80039F) is known color: Dark Magenta. HEX triplet: 80, 03 and 9F. RGB value is (128,3,159). Sum of RGB (Red+Green+Blue) = 128+3+159=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #80039F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80039F is #7FFC60. Grayscale: #393939. Windows color (decimal): -8387681 or 10421120. OLE color: 10421120.
HSL color Cylindrical-coordinate representation of color #80039F: hue angle of 288.08º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80039F is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 3 | 159 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.38 |
| HSL | 288.08º | 0.96% | 0.32% | - |
| HSV(B) | 288.08º | 0.98% | 0.62% | - |
| XYZ | 15.19 | 7.16 | 33.38 | - |
| YUV | 58.16 | 184.91 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 159 | 0.19 | 0.98 | 0 | 0.38 | 288.08 | 0.96 | 0.32 |
| Hex | 80 | 3 | 9F | 13 | 62 | 0 | 26 | 120 | 60 | 20 |
| Octal | 200 | 3 | 237 | 23 | 142 | 0 | 46 | 440 | 140 | 40 |
| Binary | 10000000 | 11 | 10011111 | 10011 | 1100010 | 0 | 100110 | 100100000 | 1100000 | 100000 |
Color Harmonies of #80039F
Complementary color
Monochromatic Colors of #80039F
Black with #80039F
Text Example
Text Example
White with #80039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80039F; }
p { color: rgb(128,3,159); }
H1.HeaderClassName
{
color: #80039F;
}
.AnyTagClassName
{
color: #80039F;
}
</style>
background-color css
<style>
a { background-color: #80039F; }
a { background-color: rgb(128,3,159); }
div.DivClassName
{
background-color: #80039F;
}
.BgClassName
{
background-color: #80039F;
}
</style>
border-color css
<style>
span { border-color: #80039F; }
span { border-color: rgb(128,3,159); }
td.TdClassName
{
border-color: #80039F;
}
.TagClassName
{
border-color: #80039F;
}
</style>