Shades of Dark Magenta #88138D
Tints of Dark Magenta #88138D
RGB
CMYK
RGB Variations
Color information
#88138D (or 0x88138D) is known color: Dark Magenta. HEX triplet: 88, 13 and 8D. RGB value is (136,19,141). Sum of RGB (Red+Green+Blue) = 136+19+141=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #88138D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88138D is #77EC72. Grayscale: #434343. Windows color (decimal): -7859315 or 9245576. OLE color: 9245576.
HSL color Cylindrical-coordinate representation of color #88138D: hue angle of 297.54º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #88138D is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 19 | 141 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.45 |
| HSL | 297.54º | 0.76% | 0.31% | - |
| HSV(B) | 297.54º | 0.87% | 0.55% | - |
| XYZ | 15.19 | 7.62 | 25.87 | - |
| YUV | 67.89 | 169.26 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 141 | 0.04 | 0.87 | 0 | 0.45 | 297.54 | 0.76 | 0.31 |
| Hex | 88 | 13 | 8D | 4 | 57 | 0 | 2D | 12A | 4C | 1F |
| Octal | 210 | 23 | 215 | 4 | 127 | 0 | 55 | 452 | 114 | 37 |
| Binary | 10001000 | 10011 | 10001101 | 100 | 1010111 | 0 | 101101 | 100101010 | 1001100 | 11111 |
Color Harmonies of #88138D
Complementary color
Monochromatic Colors of #88138D
Black with #88138D
Text Example
Text Example
White with #88138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88138D; }
p { color: rgb(136,19,141); }
H1.HeaderClassName
{
color: #88138D;
}
.AnyTagClassName
{
color: #88138D;
}
</style>
background-color css
<style>
a { background-color: #88138D; }
a { background-color: rgb(136,19,141); }
div.DivClassName
{
background-color: #88138D;
}
.BgClassName
{
background-color: #88138D;
}
</style>
border-color css
<style>
span { border-color: #88138D; }
span { border-color: rgb(136,19,141); }
td.TdClassName
{
border-color: #88138D;
}
.TagClassName
{
border-color: #88138D;
}
</style>