Shades of Dark Magenta #8D0088
Tints of Dark Magenta #8D0088
RGB
CMYK
RGB Variations
Color information
#8D0088 (or 0x8D0088) is known color: Dark Magenta. HEX triplet: 8D, 00 and 88. RGB value is (141,0,136). Sum of RGB (Red+Green+Blue) = 141+0+136=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0088 is #72FF77. Grayscale: #393939. Windows color (decimal): -7536504 or 8913037. OLE color: 8913037.
HSL color Cylindrical-coordinate representation of color #8D0088: hue angle of 302.13º 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 #8D0088 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 136 | - |
| CMYK | 0 | 1 | 0.04 | 0.45 |
| HSL | 302.13º | 1% | 0.28% | - |
| HSV(B) | 302.13º | 1% | 0.55% | - |
| XYZ | 15.43 | 7.44 | 23.92 | - |
| YUV | 57.66 | 172.21 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 136 | 0 | 1 | 0.04 | 0.45 | 302.13 | 1 | 0.28 |
| Hex | 8D | 0 | 88 | 0 | 64 | 4 | 2D | 12E | 64 | 1C |
| Octal | 215 | 0 | 210 | 0 | 144 | 4 | 55 | 456 | 144 | 34 |
| Binary | 10001101 | 0 | 10001000 | 0 | 1100100 | 100 | 101101 | 100101110 | 1100100 | 11100 |
Color Harmonies of #8D0088
Complementary color
Monochromatic Colors of #8D0088
Black with #8D0088
Text Example
Text Example
White with #8D0088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0088; }
p { color: rgb(141,0,136); }
H1.HeaderClassName
{
color: #8D0088;
}
.AnyTagClassName
{
color: #8D0088;
}
</style>
background-color css
<style>
a { background-color: #8D0088; }
a { background-color: rgb(141,0,136); }
div.DivClassName
{
background-color: #8D0088;
}
.BgClassName
{
background-color: #8D0088;
}
</style>
border-color css
<style>
span { border-color: #8D0088; }
span { border-color: rgb(141,0,136); }
td.TdClassName
{
border-color: #8D0088;
}
.TagClassName
{
border-color: #8D0088;
}
</style>