Shades of Dark Magenta #88198C
Tints of Dark Magenta #88198C
RGB
CMYK
RGB Variations
Color information
#88198C (or 0x88198C) is known color: Dark Magenta. HEX triplet: 88, 19 and 8C. RGB value is (136,25,140). Sum of RGB (Red+Green+Blue) = 136+25+140=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #88198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88198C is #77E673. Grayscale: #464646. Windows color (decimal): -7857780 or 9181576. OLE color: 9181576.
HSL color Cylindrical-coordinate representation of color #88198C: hue angle of 297.91º 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 #88198C is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 25 | 140 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.45 |
| HSL | 297.91º | 0.7% | 0.32% | - |
| HSV(B) | 297.91º | 0.82% | 0.55% | - |
| XYZ | 15.23 | 7.82 | 25.52 | - |
| YUV | 71.3 | 166.77 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 140 | 0.03 | 0.82 | 0 | 0.45 | 297.91 | 0.7 | 0.32 |
| Hex | 88 | 19 | 8C | 3 | 52 | 0 | 2D | 12A | 46 | 20 |
| Octal | 210 | 31 | 214 | 3 | 122 | 0 | 55 | 452 | 106 | 40 |
| Binary | 10001000 | 11001 | 10001100 | 11 | 1010010 | 0 | 101101 | 100101010 | 1000110 | 100000 |
Color Harmonies of #88198C
Complementary color
Monochromatic Colors of #88198C
Black with #88198C
Text Example
Text Example
White with #88198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88198C; }
p { color: rgb(136,25,140); }
H1.HeaderClassName
{
color: #88198C;
}
.AnyTagClassName
{
color: #88198C;
}
</style>
background-color css
<style>
a { background-color: #88198C; }
a { background-color: rgb(136,25,140); }
div.DivClassName
{
background-color: #88198C;
}
.BgClassName
{
background-color: #88198C;
}
</style>
border-color css
<style>
span { border-color: #88198C; }
span { border-color: rgb(136,25,140); }
td.TdClassName
{
border-color: #88198C;
}
.TagClassName
{
border-color: #88198C;
}
</style>