Shades of Dark Magenta #8D039D
Tints of Dark Magenta #8D039D
RGB
CMYK
RGB Variations
Color information
#8D039D (or 0x8D039D) is known color: Dark Magenta. HEX triplet: 8D, 03 and 9D. RGB value is (141,3,157). Sum of RGB (Red+Green+Blue) = 141+3+157=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D039D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D039D is #72FC62. Grayscale: #3D3D3D. Windows color (decimal): -7535715 or 10290061. OLE color: 10290061.
HSL color Cylindrical-coordinate representation of color #8D039D: hue angle of 293.77º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D039D is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 3 | 157 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.38 |
| HSL | 293.77º | 0.96% | 0.31% | - |
| HSV(B) | 293.77º | 0.98% | 0.62% | - |
| XYZ | 17.1 | 8.16 | 32.57 | - |
| YUV | 61.82 | 181.72 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 157 | 0.10 | 0.98 | 0 | 0.38 | 293.77 | 0.96 | 0.31 |
| Hex | 8D | 3 | 9D | A | 62 | 0 | 26 | 126 | 60 | 1F |
| Octal | 215 | 3 | 235 | 12 | 142 | 0 | 46 | 446 | 140 | 37 |
| Binary | 10001101 | 11 | 10011101 | 1010 | 1100010 | 0 | 100110 | 100100110 | 1100000 | 11111 |
Color Harmonies of #8D039D
Complementary color
Monochromatic Colors of #8D039D
Black with #8D039D
Text Example
Text Example
White with #8D039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D039D; }
p { color: rgb(141,3,157); }
H1.HeaderClassName
{
color: #8D039D;
}
.AnyTagClassName
{
color: #8D039D;
}
</style>
background-color css
<style>
a { background-color: #8D039D; }
a { background-color: rgb(141,3,157); }
div.DivClassName
{
background-color: #8D039D;
}
.BgClassName
{
background-color: #8D039D;
}
</style>
border-color css
<style>
span { border-color: #8D039D; }
span { border-color: rgb(141,3,157); }
td.TdClassName
{
border-color: #8D039D;
}
.TagClassName
{
border-color: #8D039D;
}
</style>