Shades of Dark Magenta #80088F
Tints of Dark Magenta #80088F
RGB
CMYK
RGB Variations
Color information
#80088F (or 0x80088F) is known color: Dark Magenta. HEX triplet: 80, 08 and 8F. RGB value is (128,8,143). Sum of RGB (Red+Green+Blue) = 128+8+143=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #80088F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80088F is #7FF770. Grayscale: #3A3A3A. Windows color (decimal): -8386417 or 9373824. OLE color: 9373824.
HSL color Cylindrical-coordinate representation of color #80088F: hue angle of 293.33º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80088F is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 8 | 143 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.44 |
| HSL | 293.33º | 0.89% | 0.3% | - |
| HSV(B) | 293.33º | 0.94% | 0.56% | - |
| XYZ | 13.95 | 6.75 | 26.55 | - |
| YUV | 59.27 | 175.26 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 143 | 0.10 | 0.94 | 0 | 0.44 | 293.33 | 0.89 | 0.3 |
| Hex | 80 | 8 | 8F | A | 5E | 0 | 2C | 125 | 59 | 1E |
| Octal | 200 | 10 | 217 | 12 | 136 | 0 | 54 | 445 | 131 | 36 |
| Binary | 10000000 | 1000 | 10001111 | 1010 | 1011110 | 0 | 101100 | 100100101 | 1011001 | 11110 |
Color Harmonies of #80088F
Complementary color
Monochromatic Colors of #80088F
Black with #80088F
Text Example
Text Example
White with #80088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80088F; }
p { color: rgb(128,8,143); }
H1.HeaderClassName
{
color: #80088F;
}
.AnyTagClassName
{
color: #80088F;
}
</style>
background-color css
<style>
a { background-color: #80088F; }
a { background-color: rgb(128,8,143); }
div.DivClassName
{
background-color: #80088F;
}
.BgClassName
{
background-color: #80088F;
}
</style>
border-color css
<style>
span { border-color: #80088F; }
span { border-color: rgb(128,8,143); }
td.TdClassName
{
border-color: #80088F;
}
.TagClassName
{
border-color: #80088F;
}
</style>