Shades of Dark Magenta #80198B
Tints of Dark Magenta #80198B
RGB
CMYK
RGB Variations
Color information
#80198B (or 0x80198B) is known color: Dark Magenta. HEX triplet: 80, 19 and 8B. RGB value is (128,25,139). Sum of RGB (Red+Green+Blue) = 128+25+139=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #80198B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80198B is #7FE674. Grayscale: #444444. Windows color (decimal): -8382069 or 9116032. OLE color: 9116032.
HSL color Cylindrical-coordinate representation of color #80198B: hue angle of 294.21º 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 #80198B is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 25 | 139 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.45 |
| HSL | 294.21º | 0.7% | 0.32% | - |
| HSV(B) | 294.21º | 0.82% | 0.55% | - |
| XYZ | 13.91 | 7.15 | 25.07 | - |
| YUV | 68.79 | 167.62 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 139 | 0.08 | 0.82 | 0 | 0.45 | 294.21 | 0.7 | 0.32 |
| Hex | 80 | 19 | 8B | 8 | 52 | 0 | 2D | 126 | 46 | 20 |
| Octal | 200 | 31 | 213 | 10 | 122 | 0 | 55 | 446 | 106 | 40 |
| Binary | 10000000 | 11001 | 10001011 | 1000 | 1010010 | 0 | 101101 | 100100110 | 1000110 | 100000 |
Color Harmonies of #80198B
Complementary color
Monochromatic Colors of #80198B
Black with #80198B
Text Example
Text Example
White with #80198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80198B; }
p { color: rgb(128,25,139); }
H1.HeaderClassName
{
color: #80198B;
}
.AnyTagClassName
{
color: #80198B;
}
</style>
background-color css
<style>
a { background-color: #80198B; }
a { background-color: rgb(128,25,139); }
div.DivClassName
{
background-color: #80198B;
}
.BgClassName
{
background-color: #80198B;
}
</style>
border-color css
<style>
span { border-color: #80198B; }
span { border-color: rgb(128,25,139); }
td.TdClassName
{
border-color: #80198B;
}
.TagClassName
{
border-color: #80198B;
}
</style>