Shades of Dark Magenta #8D0CAA
Tints of Dark Magenta #8D0CAA
RGB
CMYK
RGB Variations
Color information
#8D0CAA (or 0x8D0CAA) is known color: Dark Magenta. HEX triplet: 8D, 0C and AA. RGB value is (141,12,170). Sum of RGB (Red+Green+Blue) = 141+12+170=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D0CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0CAA is #72F355. Grayscale: #444444. Windows color (decimal): -7533398 or 11144333. OLE color: 11144333.
HSL color Cylindrical-coordinate representation of color #8D0CAA: hue angle of 288.99º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0CAA is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 12 | 170 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.33 |
| HSL | 288.99º | 0.87% | 0.36% | - |
| HSV(B) | 288.99º | 0.93% | 0.67% | - |
| XYZ | 18.37 | 8.83 | 38.77 | - |
| YUV | 68.58 | 185.24 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 12 | 170 | 0.17 | 0.93 | 0 | 0.33 | 288.99 | 0.87 | 0.36 |
| Hex | 8D | C | AA | 11 | 5D | 0 | 21 | 121 | 57 | 24 |
| Octal | 215 | 14 | 252 | 21 | 135 | 0 | 41 | 441 | 127 | 44 |
| Binary | 10001101 | 1100 | 10101010 | 10001 | 1011101 | 0 | 100001 | 100100001 | 1010111 | 100100 |
Color Harmonies of #8D0CAA
Complementary color
Monochromatic Colors of #8D0CAA
Black with #8D0CAA
Text Example
Text Example
White with #8D0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0CAA; }
p { color: rgb(141,12,170); }
H1.HeaderClassName
{
color: #8D0CAA;
}
.AnyTagClassName
{
color: #8D0CAA;
}
</style>
background-color css
<style>
a { background-color: #8D0CAA; }
a { background-color: rgb(141,12,170); }
div.DivClassName
{
background-color: #8D0CAA;
}
.BgClassName
{
background-color: #8D0CAA;
}
</style>
border-color css
<style>
span { border-color: #8D0CAA; }
span { border-color: rgb(141,12,170); }
td.TdClassName
{
border-color: #8D0CAA;
}
.TagClassName
{
border-color: #8D0CAA;
}
</style>