Shades of Dark Magenta #80079D
Tints of Dark Magenta #80079D
RGB
CMYK
RGB Variations
Color information
#80079D (or 0x80079D) is known color: Dark Magenta. HEX triplet: 80, 07 and 9D. RGB value is (128,7,157). Sum of RGB (Red+Green+Blue) = 128+7+157=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #80079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80079D is #7FF862. Grayscale: #3B3B3B. Windows color (decimal): -8386659 or 10291072. OLE color: 10291072.
HSL color Cylindrical-coordinate representation of color #80079D: hue angle of 288.4º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80079D is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 7 | 157 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.38 |
| HSL | 288.4º | 0.91% | 0.32% | - |
| HSV(B) | 288.4º | 0.96% | 0.62% | - |
| XYZ | 15.06 | 7.18 | 32.49 | - |
| YUV | 60.28 | 182.59 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 157 | 0.18 | 0.96 | 0 | 0.38 | 288.4 | 0.91 | 0.32 |
| Hex | 80 | 7 | 9D | 12 | 60 | 0 | 26 | 120 | 5B | 20 |
| Octal | 200 | 7 | 235 | 22 | 140 | 0 | 46 | 440 | 133 | 40 |
| Binary | 10000000 | 111 | 10011101 | 10010 | 1100000 | 0 | 100110 | 100100000 | 1011011 | 100000 |
Color Harmonies of #80079D
Complementary color
Monochromatic Colors of #80079D
Black with #80079D
Text Example
Text Example
White with #80079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80079D; }
p { color: rgb(128,7,157); }
H1.HeaderClassName
{
color: #80079D;
}
.AnyTagClassName
{
color: #80079D;
}
</style>
background-color css
<style>
a { background-color: #80079D; }
a { background-color: rgb(128,7,157); }
div.DivClassName
{
background-color: #80079D;
}
.BgClassName
{
background-color: #80079D;
}
</style>
border-color css
<style>
span { border-color: #80079D; }
span { border-color: rgb(128,7,157); }
td.TdClassName
{
border-color: #80079D;
}
.TagClassName
{
border-color: #80079D;
}
</style>