Shades of Dark Magenta #8C14AC
Tints of Dark Magenta #8C14AC
RGB
CMYK
RGB Variations
Color information
#8C14AC (or 0x8C14AC) is known color: Dark Magenta. HEX triplet: 8C, 14 and AC. RGB value is (140,20,172). Sum of RGB (Red+Green+Blue) = 140+20+172=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C14AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C14AC is #73EB53. Grayscale: #484848. Windows color (decimal): -7596884 or 11277452. OLE color: 11277452.
HSL color Cylindrical-coordinate representation of color #8C14AC: hue angle of 287.37º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C14AC is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 20 | 172 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.33 |
| HSL | 287.37º | 0.79% | 0.38% | - |
| HSV(B) | 287.37º | 0.88% | 0.67% | - |
| XYZ | 18.51 | 9.05 | 39.8 | - |
| YUV | 73.21 | 183.76 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 20 | 172 | 0.19 | 0.88 | 0 | 0.33 | 287.37 | 0.79 | 0.38 |
| Hex | 8C | 14 | AC | 13 | 58 | 0 | 21 | 11F | 4F | 26 |
| Octal | 214 | 24 | 254 | 23 | 130 | 0 | 41 | 437 | 117 | 46 |
| Binary | 10001100 | 10100 | 10101100 | 10011 | 1011000 | 0 | 100001 | 100011111 | 1001111 | 100110 |
Color Harmonies of #8C14AC
Complementary color
Monochromatic Colors of #8C14AC
Black with #8C14AC
Text Example
Text Example
White with #8C14AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C14AC; }
p { color: rgb(140,20,172); }
H1.HeaderClassName
{
color: #8C14AC;
}
.AnyTagClassName
{
color: #8C14AC;
}
</style>
background-color css
<style>
a { background-color: #8C14AC; }
a { background-color: rgb(140,20,172); }
div.DivClassName
{
background-color: #8C14AC;
}
.BgClassName
{
background-color: #8C14AC;
}
</style>
border-color css
<style>
span { border-color: #8C14AC; }
span { border-color: rgb(140,20,172); }
td.TdClassName
{
border-color: #8C14AC;
}
.TagClassName
{
border-color: #8C14AC;
}
</style>