Shades of Dark Magenta #8C0CA4
Tints of Dark Magenta #8C0CA4
RGB
CMYK
RGB Variations
Color information
#8C0CA4 (or 0x8C0CA4) is known color: Dark Magenta. HEX triplet: 8C, 0C and A4. RGB value is (140,12,164). Sum of RGB (Red+Green+Blue) = 140+12+164=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 164 (64.45% from 255 or 51.90% from 316); Max value from RGB is 164 - color contains mainly: blue. Hex color #8C0CA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0CA4 is #73F35B. Grayscale: #434343. Windows color (decimal): -7598940 or 10751116. OLE color: 10751116.
HSL color Cylindrical-coordinate representation of color #8C0CA4: hue angle of 290.53º 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 #8C0CA4 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 12 | 164 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.36 |
| HSL | 290.53º | 0.86% | 0.35% | - |
| HSV(B) | 290.53º | 0.93% | 0.64% | - |
| XYZ | 17.65 | 8.52 | 35.84 | - |
| YUV | 67.6 | 182.41 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 12 | 164 | 0.15 | 0.93 | 0 | 0.36 | 290.53 | 0.86 | 0.35 |
| Hex | 8C | C | A4 | F | 5D | 0 | 24 | 123 | 56 | 23 |
| Octal | 214 | 14 | 244 | 17 | 135 | 0 | 44 | 443 | 126 | 43 |
| Binary | 10001100 | 1100 | 10100100 | 1111 | 1011101 | 0 | 100100 | 100100011 | 1010110 | 100011 |
Color Harmonies of #8C0CA4
Complementary color
Monochromatic Colors of #8C0CA4
Black with #8C0CA4
Text Example
Text Example
White with #8C0CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0CA4; }
p { color: rgb(140,12,164); }
H1.HeaderClassName
{
color: #8C0CA4;
}
.AnyTagClassName
{
color: #8C0CA4;
}
</style>
background-color css
<style>
a { background-color: #8C0CA4; }
a { background-color: rgb(140,12,164); }
div.DivClassName
{
background-color: #8C0CA4;
}
.BgClassName
{
background-color: #8C0CA4;
}
</style>
border-color css
<style>
span { border-color: #8C0CA4; }
span { border-color: rgb(140,12,164); }
td.TdClassName
{
border-color: #8C0CA4;
}
.TagClassName
{
border-color: #8C0CA4;
}
</style>