Shades of Dark Magenta #8C0BA0
Tints of Dark Magenta #8C0BA0
RGB
CMYK
RGB Variations
Color information
#8C0BA0 (or 0x8C0BA0) is known color: Dark Magenta. HEX triplet: 8C, 0B and A0. RGB value is (140,11,160). Sum of RGB (Red+Green+Blue) = 140+11+160=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 160 (62.89% from 255 or 51.45% from 311); Max value from RGB is 160 - color contains mainly: blue. Hex color #8C0BA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0BA0 is #73F45F. Grayscale: #424242. Windows color (decimal): -7599200 or 10488716. OLE color: 10488716.
HSL color Cylindrical-coordinate representation of color #8C0BA0: hue angle of 291.95º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0BA0 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 11 | 160 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.37 |
| HSL | 291.95º | 0.87% | 0.34% | - |
| HSV(B) | 291.95º | 0.93% | 0.63% | - |
| XYZ | 17.28 | 8.35 | 33.96 | - |
| YUV | 66.56 | 180.74 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 160 | 0.12 | 0.93 | 0 | 0.37 | 291.95 | 0.87 | 0.34 |
| Hex | 8C | B | A0 | C | 5D | 0 | 25 | 124 | 57 | 22 |
| Octal | 214 | 13 | 240 | 14 | 135 | 0 | 45 | 444 | 127 | 42 |
| Binary | 10001100 | 1011 | 10100000 | 1100 | 1011101 | 0 | 100101 | 100100100 | 1010111 | 100010 |
Color Harmonies of #8C0BA0
Complementary color
Monochromatic Colors of #8C0BA0
Black with #8C0BA0
Text Example
Text Example
White with #8C0BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0BA0; }
p { color: rgb(140,11,160); }
H1.HeaderClassName
{
color: #8C0BA0;
}
.AnyTagClassName
{
color: #8C0BA0;
}
</style>
background-color css
<style>
a { background-color: #8C0BA0; }
a { background-color: rgb(140,11,160); }
div.DivClassName
{
background-color: #8C0BA0;
}
.BgClassName
{
background-color: #8C0BA0;
}
</style>
border-color css
<style>
span { border-color: #8C0BA0; }
span { border-color: rgb(140,11,160); }
td.TdClassName
{
border-color: #8C0BA0;
}
.TagClassName
{
border-color: #8C0BA0;
}
</style>