Shades of Dark Magenta #80109E
Tints of Dark Magenta #80109E
RGB
CMYK
RGB Variations
Color information
#80109E (or 0x80109E) is known color: Dark Magenta. HEX triplet: 80, 10 and 9E. RGB value is (128,16,158). Sum of RGB (Red+Green+Blue) = 128+16+158=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #80109E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80109E is #7FEF61. Grayscale: #414141. Windows color (decimal): -8384354 or 10358912. OLE color: 10358912.
HSL color Cylindrical-coordinate representation of color #80109E: hue angle of 287.32º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80109E is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 16 | 158 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.38 |
| HSL | 287.32º | 0.82% | 0.34% | - |
| HSV(B) | 287.32º | 0.9% | 0.62% | - |
| XYZ | 15.26 | 7.43 | 32.98 | - |
| YUV | 65.68 | 180.11 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 158 | 0.19 | 0.90 | 0 | 0.38 | 287.32 | 0.82 | 0.34 |
| Hex | 80 | 10 | 9E | 13 | 5A | 0 | 26 | 11F | 52 | 22 |
| Octal | 200 | 20 | 236 | 23 | 132 | 0 | 46 | 437 | 122 | 42 |
| Binary | 10000000 | 10000 | 10011110 | 10011 | 1011010 | 0 | 100110 | 100011111 | 1010010 | 100010 |
Color Harmonies of #80109E
Complementary color
Monochromatic Colors of #80109E
Black with #80109E
Text Example
Text Example
White with #80109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80109E; }
p { color: rgb(128,16,158); }
H1.HeaderClassName
{
color: #80109E;
}
.AnyTagClassName
{
color: #80109E;
}
</style>
background-color css
<style>
a { background-color: #80109E; }
a { background-color: rgb(128,16,158); }
div.DivClassName
{
background-color: #80109E;
}
.BgClassName
{
background-color: #80109E;
}
</style>
border-color css
<style>
span { border-color: #80109E; }
span { border-color: rgb(128,16,158); }
td.TdClassName
{
border-color: #80109E;
}
.TagClassName
{
border-color: #80109E;
}
</style>