Shades of Dark Magenta #8D008B
Tints of Dark Magenta #8D008B
RGB
CMYK
RGB Variations
Color information
#8D008B (or 0x8D008B) is known color: Dark Magenta. HEX triplet: 8D, 00 and 8B. RGB value is (141,0,139). Sum of RGB (Red+Green+Blue) = 141+0+139=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D008B is #72FF74. Grayscale: #393939. Windows color (decimal): -7536501 or 9109645. OLE color: 9109645.
HSL color Cylindrical-coordinate representation of color #8D008B: hue angle of 300.85º 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 #8D008B is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.01 | 0.45 |
| HSL | 300.85º | 1% | 0.28% | - |
| HSV(B) | 300.85º | 1% | 0.55% | - |
| XYZ | 15.64 | 7.53 | 25.05 | - |
| YUV | 58.01 | 173.71 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 139 | 0 | 1 | 0.01 | 0.45 | 300.85 | 1 | 0.28 |
| Hex | 8D | 0 | 8B | 0 | 64 | 1 | 2D | 12D | 64 | 1C |
| Octal | 215 | 0 | 213 | 0 | 144 | 1 | 55 | 455 | 144 | 34 |
| Binary | 10001101 | 0 | 10001011 | 0 | 1100100 | 1 | 101101 | 100101101 | 1100100 | 11100 |
Color Harmonies of #8D008B
Complementary color
Monochromatic Colors of #8D008B
Black with #8D008B
Text Example
Text Example
White with #8D008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D008B; }
p { color: rgb(141,0,139); }
H1.HeaderClassName
{
color: #8D008B;
}
.AnyTagClassName
{
color: #8D008B;
}
</style>
background-color css
<style>
a { background-color: #8D008B; }
a { background-color: rgb(141,0,139); }
div.DivClassName
{
background-color: #8D008B;
}
.BgClassName
{
background-color: #8D008B;
}
</style>
border-color css
<style>
span { border-color: #8D008B; }
span { border-color: rgb(141,0,139); }
td.TdClassName
{
border-color: #8D008B;
}
.TagClassName
{
border-color: #8D008B;
}
</style>