Shades of Dark Magenta #8C0CAB
Tints of Dark Magenta #8C0CAB
RGB
CMYK
RGB Variations
Color information
#8C0CAB (or 0x8C0CAB) is known color: Dark Magenta. HEX triplet: 8C, 0C and AB. RGB value is (140,12,171). Sum of RGB (Red+Green+Blue) = 140+12+171=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C0CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0CAB is #73F354. Grayscale: #434343. Windows color (decimal): -7598933 or 11209868. OLE color: 11209868.
HSL color Cylindrical-coordinate representation of color #8C0CAB: hue angle of 288.3º 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 #8C0CAB is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 12 | 171 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.33 |
| HSL | 288.3º | 0.87% | 0.36% | - |
| HSV(B) | 288.3º | 0.93% | 0.67% | - |
| XYZ | 18.3 | 8.78 | 39.26 | - |
| YUV | 68.4 | 185.91 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 12 | 171 | 0.18 | 0.93 | 0 | 0.33 | 288.3 | 0.87 | 0.36 |
| Hex | 8C | C | AB | 12 | 5D | 0 | 21 | 120 | 57 | 24 |
| Octal | 214 | 14 | 253 | 22 | 135 | 0 | 41 | 440 | 127 | 44 |
| Binary | 10001100 | 1100 | 10101011 | 10010 | 1011101 | 0 | 100001 | 100100000 | 1010111 | 100100 |
Color Harmonies of #8C0CAB
Complementary color
Monochromatic Colors of #8C0CAB
Black with #8C0CAB
Text Example
Text Example
White with #8C0CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0CAB; }
p { color: rgb(140,12,171); }
H1.HeaderClassName
{
color: #8C0CAB;
}
.AnyTagClassName
{
color: #8C0CAB;
}
</style>
background-color css
<style>
a { background-color: #8C0CAB; }
a { background-color: rgb(140,12,171); }
div.DivClassName
{
background-color: #8C0CAB;
}
.BgClassName
{
background-color: #8C0CAB;
}
</style>
border-color css
<style>
span { border-color: #8C0CAB; }
span { border-color: rgb(140,12,171); }
td.TdClassName
{
border-color: #8C0CAB;
}
.TagClassName
{
border-color: #8C0CAB;
}
</style>