Shades of Dark Magenta #8D039C
Tints of Dark Magenta #8D039C
RGB
CMYK
RGB Variations
Color information
#8D039C (or 0x8D039C) is known color: Dark Magenta. HEX triplet: 8D, 03 and 9C. RGB value is (141,3,156). Sum of RGB (Red+Green+Blue) = 141+3+156=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D039C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D039C is #72FC63. Grayscale: #3D3D3D. Windows color (decimal): -7535716 or 10224525. OLE color: 10224525.
HSL color Cylindrical-coordinate representation of color #8D039C: hue angle of 294.12º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D039C is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 3 | 156 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.39 |
| HSL | 294.12º | 0.96% | 0.31% | - |
| HSV(B) | 294.12º | 0.98% | 0.61% | - |
| XYZ | 17.02 | 8.13 | 32.12 | - |
| YUV | 61.7 | 181.22 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 156 | 0.10 | 0.98 | 0 | 0.39 | 294.12 | 0.96 | 0.31 |
| Hex | 8D | 3 | 9C | A | 62 | 0 | 27 | 126 | 60 | 1F |
| Octal | 215 | 3 | 234 | 12 | 142 | 0 | 47 | 446 | 140 | 37 |
| Binary | 10001101 | 11 | 10011100 | 1010 | 1100010 | 0 | 100111 | 100100110 | 1100000 | 11111 |
Color Harmonies of #8D039C
Complementary color
Monochromatic Colors of #8D039C
Black with #8D039C
Text Example
Text Example
White with #8D039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D039C; }
p { color: rgb(141,3,156); }
H1.HeaderClassName
{
color: #8D039C;
}
.AnyTagClassName
{
color: #8D039C;
}
</style>
background-color css
<style>
a { background-color: #8D039C; }
a { background-color: rgb(141,3,156); }
div.DivClassName
{
background-color: #8D039C;
}
.BgClassName
{
background-color: #8D039C;
}
</style>
border-color css
<style>
span { border-color: #8D039C; }
span { border-color: rgb(141,3,156); }
td.TdClassName
{
border-color: #8D039C;
}
.TagClassName
{
border-color: #8D039C;
}
</style>