Shades of Dark Magenta #88008D
Tints of Dark Magenta #88008D
RGB
CMYK
RGB Variations
Color information
#88008D (or 0x88008D) is known color: Dark Magenta. HEX triplet: 88, 00 and 8D. RGB value is (136,0,141). Sum of RGB (Red+Green+Blue) = 136+0+141=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #88008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88008D is #77FF72. Grayscale: #383838. Windows color (decimal): -7864179 or 9240712. OLE color: 9240712.
HSL color Cylindrical-coordinate representation of color #88008D: hue angle of 297.87º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88008D is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 0 | 141 | - |
| CMYK | 0.04 | 1 | 0 | 0.45 |
| HSL | 297.87º | 1% | 0.28% | - |
| HSV(B) | 297.87º | 1% | 0.55% | - |
| XYZ | 14.96 | 7.16 | 25.79 | - |
| YUV | 56.74 | 175.56 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 141 | 0.04 | 1 | 0 | 0.45 | 297.87 | 1 | 0.28 |
| Hex | 88 | 0 | 8D | 4 | 64 | 0 | 2D | 12A | 64 | 1C |
| Octal | 210 | 0 | 215 | 4 | 144 | 0 | 55 | 452 | 144 | 34 |
| Binary | 10001000 | 0 | 10001101 | 100 | 1100100 | 0 | 101101 | 100101010 | 1100100 | 11100 |
Color Harmonies of #88008D
Complementary color
Monochromatic Colors of #88008D
Black with #88008D
Text Example
Text Example
White with #88008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88008D; }
p { color: rgb(136,0,141); }
H1.HeaderClassName
{
color: #88008D;
}
.AnyTagClassName
{
color: #88008D;
}
</style>
background-color css
<style>
a { background-color: #88008D; }
a { background-color: rgb(136,0,141); }
div.DivClassName
{
background-color: #88008D;
}
.BgClassName
{
background-color: #88008D;
}
</style>
border-color css
<style>
span { border-color: #88008D; }
span { border-color: rgb(136,0,141); }
td.TdClassName
{
border-color: #88008D;
}
.TagClassName
{
border-color: #88008D;
}
</style>