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