Shades of Dark Magenta #8D0CA4
Tints of Dark Magenta #8D0CA4
RGB
CMYK
RGB Variations
Color information
#8D0CA4 (or 0x8D0CA4) is known color: Dark Magenta. HEX triplet: 8D, 0C and A4. RGB value is (141,12,164). Sum of RGB (Red+Green+Blue) = 141+12+164=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 164 (64.45% from 255 or 51.74% from 317); Max value from RGB is 164 - color contains mainly: blue. Hex color #8D0CA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0CA4 is #72F35B. Grayscale: #434343. Windows color (decimal): -7533404 or 10751117. OLE color: 10751117.
HSL color Cylindrical-coordinate representation of color #8D0CA4: hue angle of 290.92º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0CA4 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 12 | 164 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.36 |
| HSL | 290.92º | 0.86% | 0.35% | - |
| HSV(B) | 290.92º | 0.93% | 0.64% | - |
| XYZ | 17.82 | 8.61 | 35.84 | - |
| YUV | 67.9 | 182.24 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 12 | 164 | 0.14 | 0.93 | 0 | 0.36 | 290.92 | 0.86 | 0.35 |
| Hex | 8D | C | A4 | E | 5D | 0 | 24 | 123 | 56 | 23 |
| Octal | 215 | 14 | 244 | 16 | 135 | 0 | 44 | 443 | 126 | 43 |
| Binary | 10001101 | 1100 | 10100100 | 1110 | 1011101 | 0 | 100100 | 100100011 | 1010110 | 100011 |
Color Harmonies of #8D0CA4
Complementary color
Monochromatic Colors of #8D0CA4
Black with #8D0CA4
Text Example
Text Example
White with #8D0CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0CA4; }
p { color: rgb(141,12,164); }
H1.HeaderClassName
{
color: #8D0CA4;
}
.AnyTagClassName
{
color: #8D0CA4;
}
</style>
background-color css
<style>
a { background-color: #8D0CA4; }
a { background-color: rgb(141,12,164); }
div.DivClassName
{
background-color: #8D0CA4;
}
.BgClassName
{
background-color: #8D0CA4;
}
</style>
border-color css
<style>
span { border-color: #8D0CA4; }
span { border-color: rgb(141,12,164); }
td.TdClassName
{
border-color: #8D0CA4;
}
.TagClassName
{
border-color: #8D0CA4;
}
</style>