Shades of Dark Magenta #88138A
Tints of Dark Magenta #88138A
RGB
CMYK
RGB Variations
Color information
#88138A (or 0x88138A) is known color: Dark Magenta. HEX triplet: 88, 13 and 8A. RGB value is (136,19,138). Sum of RGB (Red+Green+Blue) = 136+19+138=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #88138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88138A is #77EC75. Grayscale: #434343. Windows color (decimal): -7859318 or 9048968. OLE color: 9048968.
HSL color Cylindrical-coordinate representation of color #88138A: hue angle of 298.99º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #88138A is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 19 | 138 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.46 |
| HSL | 298.99º | 0.76% | 0.31% | - |
| HSV(B) | 298.99º | 0.86% | 0.54% | - |
| XYZ | 14.97 | 7.53 | 24.71 | - |
| YUV | 67.55 | 167.76 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 138 | 0.01 | 0.86 | 0 | 0.46 | 298.99 | 0.76 | 0.31 |
| Hex | 88 | 13 | 8A | 1 | 56 | 0 | 2E | 12B | 4C | 1F |
| Octal | 210 | 23 | 212 | 1 | 126 | 0 | 56 | 453 | 114 | 37 |
| Binary | 10001000 | 10011 | 10001010 | 1 | 1010110 | 0 | 101110 | 100101011 | 1001100 | 11111 |
Color Harmonies of #88138A
Complementary color
Monochromatic Colors of #88138A
Black with #88138A
Text Example
Text Example
White with #88138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88138A; }
p { color: rgb(136,19,138); }
H1.HeaderClassName
{
color: #88138A;
}
.AnyTagClassName
{
color: #88138A;
}
</style>
background-color css
<style>
a { background-color: #88138A; }
a { background-color: rgb(136,19,138); }
div.DivClassName
{
background-color: #88138A;
}
.BgClassName
{
background-color: #88138A;
}
</style>
border-color css
<style>
span { border-color: #88138A; }
span { border-color: rgb(136,19,138); }
td.TdClassName
{
border-color: #88138A;
}
.TagClassName
{
border-color: #88138A;
}
</style>