Shades of Dark Magenta #80079C
Tints of Dark Magenta #80079C
RGB
CMYK
RGB Variations
Color information
#80079C (or 0x80079C) is known color: Dark Magenta. HEX triplet: 80, 07 and 9C. RGB value is (128,7,156). Sum of RGB (Red+Green+Blue) = 128+7+156=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #80079C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80079C is #7FF863. Grayscale: #3B3B3B. Windows color (decimal): -8386660 or 10225536. OLE color: 10225536.
HSL color Cylindrical-coordinate representation of color #80079C: hue angle of 288.72º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80079C is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 7 | 156 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.39 |
| HSL | 288.72º | 0.91% | 0.32% | - |
| HSV(B) | 288.72º | 0.96% | 0.61% | - |
| XYZ | 14.98 | 7.14 | 32.04 | - |
| YUV | 60.17 | 182.09 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 156 | 0.18 | 0.96 | 0 | 0.39 | 288.72 | 0.91 | 0.32 |
| Hex | 80 | 7 | 9C | 12 | 60 | 0 | 27 | 121 | 5B | 20 |
| Octal | 200 | 7 | 234 | 22 | 140 | 0 | 47 | 441 | 133 | 40 |
| Binary | 10000000 | 111 | 10011100 | 10010 | 1100000 | 0 | 100111 | 100100001 | 1011011 | 100000 |
Color Harmonies of #80079C
Complementary color
Monochromatic Colors of #80079C
Black with #80079C
Text Example
Text Example
White with #80079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80079C; }
p { color: rgb(128,7,156); }
H1.HeaderClassName
{
color: #80079C;
}
.AnyTagClassName
{
color: #80079C;
}
</style>
background-color css
<style>
a { background-color: #80079C; }
a { background-color: rgb(128,7,156); }
div.DivClassName
{
background-color: #80079C;
}
.BgClassName
{
background-color: #80079C;
}
</style>
border-color css
<style>
span { border-color: #80079C; }
span { border-color: rgb(128,7,156); }
td.TdClassName
{
border-color: #80079C;
}
.TagClassName
{
border-color: #80079C;
}
</style>