Shades of Dark Magenta #8D009D
Tints of Dark Magenta #8D009D
RGB
CMYK
RGB Variations
Color information
#8D009D (or 0x8D009D) is known color: Dark Magenta. HEX triplet: 8D, 00 and 9D. RGB value is (141,0,157). Sum of RGB (Red+Green+Blue) = 141+0+157=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D009D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D009D is #72FF62. Grayscale: #3B3B3B. Windows color (decimal): -7536483 or 10289293. OLE color: 10289293.
HSL color Cylindrical-coordinate representation of color #8D009D: hue angle of 293.89º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D009D is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 0 | 157 | - |
| CMYK | 0.10 | 1 | 0 | 0.38 |
| HSL | 293.89º | 1% | 0.31% | - |
| HSV(B) | 293.89º | 1% | 0.62% | - |
| XYZ | 17.07 | 8.1 | 32.56 | - |
| YUV | 60.06 | 182.71 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 157 | 0.10 | 1 | 0 | 0.38 | 293.89 | 1 | 0.31 |
| Hex | 8D | 0 | 9D | A | 64 | 0 | 26 | 126 | 64 | 1F |
| Octal | 215 | 0 | 235 | 12 | 144 | 0 | 46 | 446 | 144 | 37 |
| Binary | 10001101 | 0 | 10011101 | 1010 | 1100100 | 0 | 100110 | 100100110 | 1100100 | 11111 |
Color Harmonies of #8D009D
Complementary color
Monochromatic Colors of #8D009D
Black with #8D009D
Text Example
Text Example
White with #8D009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D009D; }
p { color: rgb(141,0,157); }
H1.HeaderClassName
{
color: #8D009D;
}
.AnyTagClassName
{
color: #8D009D;
}
</style>
background-color css
<style>
a { background-color: #8D009D; }
a { background-color: rgb(141,0,157); }
div.DivClassName
{
background-color: #8D009D;
}
.BgClassName
{
background-color: #8D009D;
}
</style>
border-color css
<style>
span { border-color: #8D009D; }
span { border-color: rgb(141,0,157); }
td.TdClassName
{
border-color: #8D009D;
}
.TagClassName
{
border-color: #8D009D;
}
</style>