Shades of Dark Magenta #80098D
Tints of Dark Magenta #80098D
RGB
CMYK
RGB Variations
Color information
#80098D (or 0x80098D) is known color: Dark Magenta. HEX triplet: 80, 09 and 8D. RGB value is (128,9,141). Sum of RGB (Red+Green+Blue) = 128+9+141=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #80098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80098D is #7FF672. Grayscale: #3B3B3B. Windows color (decimal): -8386163 or 9243008. OLE color: 9243008.
HSL color Cylindrical-coordinate representation of color #80098D: hue angle of 294.09º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80098D is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 9 | 141 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.45 |
| HSL | 294.09º | 0.88% | 0.29% | - |
| HSV(B) | 294.09º | 0.94% | 0.55% | - |
| XYZ | 13.81 | 6.71 | 25.77 | - |
| YUV | 59.63 | 173.92 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 141 | 0.09 | 0.94 | 0 | 0.45 | 294.09 | 0.88 | 0.29 |
| Hex | 80 | 9 | 8D | 9 | 5E | 0 | 2D | 126 | 58 | 1D |
| Octal | 200 | 11 | 215 | 11 | 136 | 0 | 55 | 446 | 130 | 35 |
| Binary | 10000000 | 1001 | 10001101 | 1001 | 1011110 | 0 | 101101 | 100100110 | 1011000 | 11101 |
Color Harmonies of #80098D
Complementary color
Monochromatic Colors of #80098D
Black with #80098D
Text Example
Text Example
White with #80098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80098D; }
p { color: rgb(128,9,141); }
H1.HeaderClassName
{
color: #80098D;
}
.AnyTagClassName
{
color: #80098D;
}
</style>
background-color css
<style>
a { background-color: #80098D; }
a { background-color: rgb(128,9,141); }
div.DivClassName
{
background-color: #80098D;
}
.BgClassName
{
background-color: #80098D;
}
</style>
border-color css
<style>
span { border-color: #80098D; }
span { border-color: rgb(128,9,141); }
td.TdClassName
{
border-color: #80098D;
}
.TagClassName
{
border-color: #80098D;
}
</style>