Shades of Dark Magenta #88188B
Tints of Dark Magenta #88188B
RGB
CMYK
RGB Variations
Color information
#88188B (or 0x88188B) is known color: Dark Magenta. HEX triplet: 88, 18 and 8B. RGB value is (136,24,139). Sum of RGB (Red+Green+Blue) = 136+24+139=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #88188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88188B is #77E774. Grayscale: #464646. Windows color (decimal): -7858037 or 9115784. OLE color: 9115784.
HSL color Cylindrical-coordinate representation of color #88188B: hue angle of 298.43º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #88188B is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 24 | 139 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.45 |
| HSL | 298.43º | 0.71% | 0.32% | - |
| HSV(B) | 298.43º | 0.83% | 0.55% | - |
| XYZ | 15.14 | 7.75 | 25.12 | - |
| YUV | 70.6 | 166.61 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 139 | 0.02 | 0.83 | 0 | 0.45 | 298.43 | 0.71 | 0.32 |
| Hex | 88 | 18 | 8B | 2 | 53 | 0 | 2D | 12A | 47 | 20 |
| Octal | 210 | 30 | 213 | 2 | 123 | 0 | 55 | 452 | 107 | 40 |
| Binary | 10001000 | 11000 | 10001011 | 10 | 1010011 | 0 | 101101 | 100101010 | 1000111 | 100000 |
Color Harmonies of #88188B
Complementary color
Monochromatic Colors of #88188B
Black with #88188B
Text Example
Text Example
White with #88188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88188B; }
p { color: rgb(136,24,139); }
H1.HeaderClassName
{
color: #88188B;
}
.AnyTagClassName
{
color: #88188B;
}
</style>
background-color css
<style>
a { background-color: #88188B; }
a { background-color: rgb(136,24,139); }
div.DivClassName
{
background-color: #88188B;
}
.BgClassName
{
background-color: #88188B;
}
</style>
border-color css
<style>
span { border-color: #88188B; }
span { border-color: rgb(136,24,139); }
td.TdClassName
{
border-color: #88188B;
}
.TagClassName
{
border-color: #88188B;
}
</style>