Shades of Dark Magenta #8C13AC
Tints of Dark Magenta #8C13AC
RGB
CMYK
RGB Variations
Color information
#8C13AC (or 0x8C13AC) is known color: Dark Magenta. HEX triplet: 8C, 13 and AC. RGB value is (140,19,172). Sum of RGB (Red+Green+Blue) = 140+19+172=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C13AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C13AC is #73EC53. Grayscale: #484848. Windows color (decimal): -7597140 or 11277196. OLE color: 11277196.
HSL color Cylindrical-coordinate representation of color #8C13AC: hue angle of 287.45º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C13AC is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 19 | 172 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.33 |
| HSL | 287.45º | 0.8% | 0.37% | - |
| HSV(B) | 287.45º | 0.89% | 0.67% | - |
| XYZ | 18.49 | 9.02 | 39.8 | - |
| YUV | 72.62 | 184.09 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 19 | 172 | 0.19 | 0.89 | 0 | 0.33 | 287.45 | 0.8 | 0.37 |
| Hex | 8C | 13 | AC | 13 | 59 | 0 | 21 | 11F | 50 | 25 |
| Octal | 214 | 23 | 254 | 23 | 131 | 0 | 41 | 437 | 120 | 45 |
| Binary | 10001100 | 10011 | 10101100 | 10011 | 1011001 | 0 | 100001 | 100011111 | 1010000 | 100101 |
Color Harmonies of #8C13AC
Complementary color
Monochromatic Colors of #8C13AC
Black with #8C13AC
Text Example
Text Example
White with #8C13AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C13AC; }
p { color: rgb(140,19,172); }
H1.HeaderClassName
{
color: #8C13AC;
}
.AnyTagClassName
{
color: #8C13AC;
}
</style>
background-color css
<style>
a { background-color: #8C13AC; }
a { background-color: rgb(140,19,172); }
div.DivClassName
{
background-color: #8C13AC;
}
.BgClassName
{
background-color: #8C13AC;
}
</style>
border-color css
<style>
span { border-color: #8C13AC; }
span { border-color: rgb(140,19,172); }
td.TdClassName
{
border-color: #8C13AC;
}
.TagClassName
{
border-color: #8C13AC;
}
</style>