Shades of Dark Magenta #80039D
Tints of Dark Magenta #80039D
RGB
CMYK
RGB Variations
Color information
#80039D (or 0x80039D) is known color: Dark Magenta. HEX triplet: 80, 03 and 9D. RGB value is (128,3,157). Sum of RGB (Red+Green+Blue) = 128+3+157=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #80039D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80039D is #7FFC62. Grayscale: #393939. Windows color (decimal): -8387683 or 10290048. OLE color: 10290048.
HSL color Cylindrical-coordinate representation of color #80039D: hue angle of 288.7º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80039D is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 3 | 157 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.38 |
| HSL | 288.7º | 0.96% | 0.31% | - |
| HSV(B) | 288.7º | 0.98% | 0.62% | - |
| XYZ | 15.02 | 7.09 | 32.47 | - |
| YUV | 57.93 | 183.91 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 157 | 0.18 | 0.98 | 0 | 0.38 | 288.7 | 0.96 | 0.31 |
| Hex | 80 | 3 | 9D | 12 | 62 | 0 | 26 | 121 | 60 | 1F |
| Octal | 200 | 3 | 235 | 22 | 142 | 0 | 46 | 441 | 140 | 37 |
| Binary | 10000000 | 11 | 10011101 | 10010 | 1100010 | 0 | 100110 | 100100001 | 1100000 | 11111 |
Color Harmonies of #80039D
Complementary color
Monochromatic Colors of #80039D
Black with #80039D
Text Example
Text Example
White with #80039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80039D; }
p { color: rgb(128,3,157); }
H1.HeaderClassName
{
color: #80039D;
}
.AnyTagClassName
{
color: #80039D;
}
</style>
background-color css
<style>
a { background-color: #80039D; }
a { background-color: rgb(128,3,157); }
div.DivClassName
{
background-color: #80039D;
}
.BgClassName
{
background-color: #80039D;
}
</style>
border-color css
<style>
span { border-color: #80039D; }
span { border-color: rgb(128,3,157); }
td.TdClassName
{
border-color: #80039D;
}
.TagClassName
{
border-color: #80039D;
}
</style>