Shades of Dark Magenta #8D008A
Tints of Dark Magenta #8D008A
RGB
CMYK
RGB Variations
Color information
#8D008A (or 0x8D008A) is known color: Dark Magenta. HEX triplet: 8D, 00 and 8A. RGB value is (141,0,138). Sum of RGB (Red+Green+Blue) = 141+0+138=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D008A is #72FF75. Grayscale: #393939. Windows color (decimal): -7536502 or 9044109. OLE color: 9044109.
HSL color Cylindrical-coordinate representation of color #8D008A: hue angle of 301.28º 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 #8D008A is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.02 | 0.45 |
| HSL | 301.28º | 1% | 0.28% | - |
| HSV(B) | 301.28º | 1% | 0.55% | - |
| XYZ | 15.57 | 7.5 | 24.67 | - |
| YUV | 57.89 | 173.21 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 138 | 0 | 1 | 0.02 | 0.45 | 301.28 | 1 | 0.28 |
| Hex | 8D | 0 | 8A | 0 | 64 | 2 | 2D | 12D | 64 | 1C |
| Octal | 215 | 0 | 212 | 0 | 144 | 2 | 55 | 455 | 144 | 34 |
| Binary | 10001101 | 0 | 10001010 | 0 | 1100100 | 10 | 101101 | 100101101 | 1100100 | 11100 |
Color Harmonies of #8D008A
Complementary color
Monochromatic Colors of #8D008A
Black with #8D008A
Text Example
Text Example
White with #8D008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D008A; }
p { color: rgb(141,0,138); }
H1.HeaderClassName
{
color: #8D008A;
}
.AnyTagClassName
{
color: #8D008A;
}
</style>
background-color css
<style>
a { background-color: #8D008A; }
a { background-color: rgb(141,0,138); }
div.DivClassName
{
background-color: #8D008A;
}
.BgClassName
{
background-color: #8D008A;
}
</style>
border-color css
<style>
span { border-color: #8D008A; }
span { border-color: rgb(141,0,138); }
td.TdClassName
{
border-color: #8D008A;
}
.TagClassName
{
border-color: #8D008A;
}
</style>