Shades of Dark Magenta #80108F
Tints of Dark Magenta #80108F
RGB
CMYK
RGB Variations
Color information
#80108F (or 0x80108F) is known color: Dark Magenta. HEX triplet: 80, 10 and 8F. RGB value is (128,16,143). Sum of RGB (Red+Green+Blue) = 128+16+143=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 143 (56.25% from 255 or 49.83% from 287); Max value from RGB is 143 - color contains mainly: blue. Hex color #80108F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80108F is #7FEF70. Grayscale: #3F3F3F. Windows color (decimal): -8384369 or 9375872. OLE color: 9375872.
HSL color Cylindrical-coordinate representation of color #80108F: hue angle of 292.91º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80108F is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 16 | 143 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.44 |
| HSL | 292.91º | 0.8% | 0.31% | - |
| HSV(B) | 292.91º | 0.89% | 0.56% | - |
| XYZ | 14.05 | 6.94 | 26.59 | - |
| YUV | 63.97 | 172.61 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 143 | 0.10 | 0.89 | 0 | 0.44 | 292.91 | 0.8 | 0.31 |
| Hex | 80 | 10 | 8F | A | 59 | 0 | 2C | 125 | 50 | 1F |
| Octal | 200 | 20 | 217 | 12 | 131 | 0 | 54 | 445 | 120 | 37 |
| Binary | 10000000 | 10000 | 10001111 | 1010 | 1011001 | 0 | 101100 | 100100101 | 1010000 | 11111 |
Color Harmonies of #80108F
Complementary color
Monochromatic Colors of #80108F
Black with #80108F
Text Example
Text Example
White with #80108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80108F; }
p { color: rgb(128,16,143); }
H1.HeaderClassName
{
color: #80108F;
}
.AnyTagClassName
{
color: #80108F;
}
</style>
background-color css
<style>
a { background-color: #80108F; }
a { background-color: rgb(128,16,143); }
div.DivClassName
{
background-color: #80108F;
}
.BgClassName
{
background-color: #80108F;
}
</style>
border-color css
<style>
span { border-color: #80108F; }
span { border-color: rgb(128,16,143); }
td.TdClassName
{
border-color: #80108F;
}
.TagClassName
{
border-color: #80108F;
}
</style>