Shades of Dark Magenta #8D008D
Tints of Dark Magenta #8D008D
RGB
CMYK
RGB Variations
Color information
#8D008D (or 0x8D008D) is known color: Dark Magenta. HEX triplet: 8D, 00 and 8D. RGB value is (141,0,141). Sum of RGB (Red+Green+Blue) = 141+0+141=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D008D is #72FF72. Grayscale: #393939. Windows color (decimal): -7536499 or 9240717. OLE color: 9240717.
HSL color Cylindrical-coordinate representation of color #8D008D: hue angle of 300º 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 #8D008D is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 141 | - |
| CMYK | 0 | 1 | 0 | 0.45 |
| HSL | 300º | 1% | 0.28% | - |
| HSV(B) | 300º | 1% | 0.55% | - |
| XYZ | 15.79 | 7.59 | 25.83 | - |
| YUV | 58.23 | 174.71 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 141 | 0 | 1 | 0 | 0.45 | 300 | 1 | 0.28 |
| Hex | 8D | 0 | 8D | 0 | 64 | 0 | 2D | 12C | 64 | 1C |
| Octal | 215 | 0 | 215 | 0 | 144 | 0 | 55 | 454 | 144 | 34 |
| Binary | 10001101 | 0 | 10001101 | 0 | 1100100 | 0 | 101101 | 100101100 | 1100100 | 11100 |
Color Harmonies of #8D008D
Complementary color
Monochromatic Colors of #8D008D
Black with #8D008D
Text Example
Text Example
White with #8D008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D008D; }
p { color: rgb(141,0,141); }
H1.HeaderClassName
{
color: #8D008D;
}
.AnyTagClassName
{
color: #8D008D;
}
</style>
background-color css
<style>
a { background-color: #8D008D; }
a { background-color: rgb(141,0,141); }
div.DivClassName
{
background-color: #8D008D;
}
.BgClassName
{
background-color: #8D008D;
}
</style>
border-color css
<style>
span { border-color: #8D008D; }
span { border-color: rgb(141,0,141); }
td.TdClassName
{
border-color: #8D008D;
}
.TagClassName
{
border-color: #8D008D;
}
</style>