Shades of Dark Magenta #8C049D
Tints of Dark Magenta #8C049D
RGB
CMYK
RGB Variations
Color information
#8C049D (or 0x8C049D) is known color: Dark Magenta. HEX triplet: 8C, 04 and 9D. RGB value is (140,4,157). Sum of RGB (Red+Green+Blue) = 140+4+157=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 4 (1.95% from 255 or 1.33% 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 #8C049D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C049D is #73FB62. Grayscale: #3D3D3D. Windows color (decimal): -7600995 or 10290316. OLE color: 10290316.
HSL color Cylindrical-coordinate representation of color #8C049D: hue angle of 293.33º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C049D is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 4 | 157 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.38 |
| HSL | 293.33º | 0.95% | 0.32% | - |
| HSV(B) | 293.33º | 0.97% | 0.62% | - |
| XYZ | 16.94 | 8.1 | 32.57 | - |
| YUV | 62.11 | 181.56 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 157 | 0.11 | 0.97 | 0 | 0.38 | 293.33 | 0.95 | 0.32 |
| Hex | 8C | 4 | 9D | B | 61 | 0 | 26 | 125 | 5F | 20 |
| Octal | 214 | 4 | 235 | 13 | 141 | 0 | 46 | 445 | 137 | 40 |
| Binary | 10001100 | 100 | 10011101 | 1011 | 1100001 | 0 | 100110 | 100100101 | 1011111 | 100000 |
Color Harmonies of #8C049D
Complementary color
Monochromatic Colors of #8C049D
Black with #8C049D
Text Example
Text Example
White with #8C049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C049D; }
p { color: rgb(140,4,157); }
H1.HeaderClassName
{
color: #8C049D;
}
.AnyTagClassName
{
color: #8C049D;
}
</style>
background-color css
<style>
a { background-color: #8C049D; }
a { background-color: rgb(140,4,157); }
div.DivClassName
{
background-color: #8C049D;
}
.BgClassName
{
background-color: #8C049D;
}
</style>
border-color css
<style>
span { border-color: #8C049D; }
span { border-color: rgb(140,4,157); }
td.TdClassName
{
border-color: #8C049D;
}
.TagClassName
{
border-color: #8C049D;
}
</style>