Shades of Dark Magenta #88018D
Tints of Dark Magenta #88018D
RGB
CMYK
RGB Variations
Color information
#88018D (or 0x88018D) is known color: Dark Magenta. HEX triplet: 88, 01 and 8D. RGB value is (136,1,141). Sum of RGB (Red+Green+Blue) = 136+1+141=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #88018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88018D is #77FE72. Grayscale: #383838. Windows color (decimal): -7863923 or 9240968. OLE color: 9240968.
HSL color Cylindrical-coordinate representation of color #88018D: hue angle of 297.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88018D is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 1 | 141 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.45 |
| HSL | 297.86º | 0.99% | 0.28% | - |
| HSV(B) | 297.86º | 0.99% | 0.55% | - |
| XYZ | 14.97 | 7.18 | 25.8 | - |
| YUV | 57.33 | 175.23 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 141 | 0.04 | 0.99 | 0 | 0.45 | 297.86 | 0.99 | 0.28 |
| Hex | 88 | 1 | 8D | 4 | 63 | 0 | 2D | 12A | 63 | 1C |
| Octal | 210 | 1 | 215 | 4 | 143 | 0 | 55 | 452 | 143 | 34 |
| Binary | 10001000 | 1 | 10001101 | 100 | 1100011 | 0 | 101101 | 100101010 | 1100011 | 11100 |
Color Harmonies of #88018D
Complementary color
Monochromatic Colors of #88018D
Black with #88018D
Text Example
Text Example
White with #88018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88018D; }
p { color: rgb(136,1,141); }
H1.HeaderClassName
{
color: #88018D;
}
.AnyTagClassName
{
color: #88018D;
}
</style>
background-color css
<style>
a { background-color: #88018D; }
a { background-color: rgb(136,1,141); }
div.DivClassName
{
background-color: #88018D;
}
.BgClassName
{
background-color: #88018D;
}
</style>
border-color css
<style>
span { border-color: #88018D; }
span { border-color: rgb(136,1,141); }
td.TdClassName
{
border-color: #88018D;
}
.TagClassName
{
border-color: #88018D;
}
</style>