Shades of Dark Magenta #80098F
Tints of Dark Magenta #80098F
RGB
CMYK
RGB Variations
Color information
#80098F (or 0x80098F) is known color: Dark Magenta. HEX triplet: 80, 09 and 8F. RGB value is (128,9,143). Sum of RGB (Red+Green+Blue) = 128+9+143=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 143 (56.25% from 255 or 51.07% from 280); Max value from RGB is 143 - color contains mainly: blue. Hex color #80098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80098F is #7FF670. Grayscale: #3B3B3B. Windows color (decimal): -8386161 or 9374080. OLE color: 9374080.
HSL color Cylindrical-coordinate representation of color #80098F: hue angle of 293.28º degrees, saturation: 0.88, 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 #80098F is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 9 | 143 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.44 |
| HSL | 293.28º | 0.88% | 0.3% | - |
| HSV(B) | 293.28º | 0.94% | 0.56% | - |
| XYZ | 13.96 | 6.77 | 26.56 | - |
| YUV | 59.86 | 174.92 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 143 | 0.10 | 0.94 | 0 | 0.44 | 293.28 | 0.88 | 0.3 |
| Hex | 80 | 9 | 8F | A | 5E | 0 | 2C | 125 | 58 | 1E |
| Octal | 200 | 11 | 217 | 12 | 136 | 0 | 54 | 445 | 130 | 36 |
| Binary | 10000000 | 1001 | 10001111 | 1010 | 1011110 | 0 | 101100 | 100100101 | 1011000 | 11110 |
Color Harmonies of #80098F
Complementary color
Monochromatic Colors of #80098F
Black with #80098F
Text Example
Text Example
White with #80098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80098F; }
p { color: rgb(128,9,143); }
H1.HeaderClassName
{
color: #80098F;
}
.AnyTagClassName
{
color: #80098F;
}
</style>
background-color css
<style>
a { background-color: #80098F; }
a { background-color: rgb(128,9,143); }
div.DivClassName
{
background-color: #80098F;
}
.BgClassName
{
background-color: #80098F;
}
</style>
border-color css
<style>
span { border-color: #80098F; }
span { border-color: rgb(128,9,143); }
td.TdClassName
{
border-color: #80098F;
}
.TagClassName
{
border-color: #80098F;
}
</style>