Shades of Dark Magenta #8C15AC
Tints of Dark Magenta #8C15AC
RGB
CMYK
RGB Variations
Color information
#8C15AC (or 0x8C15AC) is known color: Dark Magenta. HEX triplet: 8C, 15 and AC. RGB value is (140,21,172). Sum of RGB (Red+Green+Blue) = 140+21+172=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C15AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C15AC is #73EA53. Grayscale: #494949. Windows color (decimal): -7596628 or 11277708. OLE color: 11277708.
HSL color Cylindrical-coordinate representation of color #8C15AC: hue angle of 287.28º degrees, saturation: 0.78, 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 #8C15AC is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 21 | 172 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.33 |
| HSL | 287.28º | 0.78% | 0.38% | - |
| HSV(B) | 287.28º | 0.88% | 0.67% | - |
| XYZ | 18.53 | 9.09 | 39.81 | - |
| YUV | 73.8 | 183.42 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 21 | 172 | 0.19 | 0.88 | 0 | 0.33 | 287.28 | 0.78 | 0.38 |
| Hex | 8C | 15 | AC | 13 | 58 | 0 | 21 | 11F | 4E | 26 |
| Octal | 214 | 25 | 254 | 23 | 130 | 0 | 41 | 437 | 116 | 46 |
| Binary | 10001100 | 10101 | 10101100 | 10011 | 1011000 | 0 | 100001 | 100011111 | 1001110 | 100110 |
Color Harmonies of #8C15AC
Complementary color
Monochromatic Colors of #8C15AC
Black with #8C15AC
Text Example
Text Example
White with #8C15AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C15AC; }
p { color: rgb(140,21,172); }
H1.HeaderClassName
{
color: #8C15AC;
}
.AnyTagClassName
{
color: #8C15AC;
}
</style>
background-color css
<style>
a { background-color: #8C15AC; }
a { background-color: rgb(140,21,172); }
div.DivClassName
{
background-color: #8C15AC;
}
.BgClassName
{
background-color: #8C15AC;
}
</style>
border-color css
<style>
span { border-color: #8C15AC; }
span { border-color: rgb(140,21,172); }
td.TdClassName
{
border-color: #8C15AC;
}
.TagClassName
{
border-color: #8C15AC;
}
</style>