Shades of Dark Magenta #80198C
Tints of Dark Magenta #80198C
RGB
CMYK
RGB Variations
Color information
#80198C (or 0x80198C) is known color: Dark Magenta. HEX triplet: 80, 19 and 8C. RGB value is (128,25,140). Sum of RGB (Red+Green+Blue) = 128+25+140=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #80198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80198C is #7FE673. Grayscale: #444444. Windows color (decimal): -8382068 or 9181568. OLE color: 9181568.
HSL color Cylindrical-coordinate representation of color #80198C: hue angle of 293.74º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80198C is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 25 | 140 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.45 |
| HSL | 293.74º | 0.7% | 0.32% | - |
| HSV(B) | 293.74º | 0.82% | 0.55% | - |
| XYZ | 13.98 | 7.18 | 25.46 | - |
| YUV | 68.91 | 168.12 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 140 | 0.09 | 0.82 | 0 | 0.45 | 293.74 | 0.7 | 0.32 |
| Hex | 80 | 19 | 8C | 9 | 52 | 0 | 2D | 126 | 46 | 20 |
| Octal | 200 | 31 | 214 | 11 | 122 | 0 | 55 | 446 | 106 | 40 |
| Binary | 10000000 | 11001 | 10001100 | 1001 | 1010010 | 0 | 101101 | 100100110 | 1000110 | 100000 |
Color Harmonies of #80198C
Complementary color
Monochromatic Colors of #80198C
Black with #80198C
Text Example
Text Example
White with #80198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80198C; }
p { color: rgb(128,25,140); }
H1.HeaderClassName
{
color: #80198C;
}
.AnyTagClassName
{
color: #80198C;
}
</style>
background-color css
<style>
a { background-color: #80198C; }
a { background-color: rgb(128,25,140); }
div.DivClassName
{
background-color: #80198C;
}
.BgClassName
{
background-color: #80198C;
}
</style>
border-color css
<style>
span { border-color: #80198C; }
span { border-color: rgb(128,25,140); }
td.TdClassName
{
border-color: #80198C;
}
.TagClassName
{
border-color: #80198C;
}
</style>