Shades of Dark Magenta #8C17AC
Tints of Dark Magenta #8C17AC
RGB
CMYK
RGB Variations
Color information
#8C17AC (or 0x8C17AC) is known color: Dark Magenta. HEX triplet: 8C, 17 and AC. RGB value is (140,23,172). Sum of RGB (Red+Green+Blue) = 140+23+172=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C17AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C17AC is #73E853. Grayscale: #4A4A4A. Windows color (decimal): -7596116 or 11278220. OLE color: 11278220.
HSL color Cylindrical-coordinate representation of color #8C17AC: hue angle of 287.11º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C17AC is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 23 | 172 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.33 |
| HSL | 287.11º | 0.76% | 0.38% | - |
| HSV(B) | 287.11º | 0.87% | 0.67% | - |
| XYZ | 18.57 | 9.17 | 39.82 | - |
| YUV | 74.97 | 182.76 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 172 | 0.19 | 0.87 | 0 | 0.33 | 287.11 | 0.76 | 0.38 |
| Hex | 8C | 17 | AC | 13 | 57 | 0 | 21 | 11F | 4C | 26 |
| Octal | 214 | 27 | 254 | 23 | 127 | 0 | 41 | 437 | 114 | 46 |
| Binary | 10001100 | 10111 | 10101100 | 10011 | 1010111 | 0 | 100001 | 100011111 | 1001100 | 100110 |
Color Harmonies of #8C17AC
Complementary color
Monochromatic Colors of #8C17AC
Black with #8C17AC
Text Example
Text Example
White with #8C17AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C17AC; }
p { color: rgb(140,23,172); }
H1.HeaderClassName
{
color: #8C17AC;
}
.AnyTagClassName
{
color: #8C17AC;
}
</style>
background-color css
<style>
a { background-color: #8C17AC; }
a { background-color: rgb(140,23,172); }
div.DivClassName
{
background-color: #8C17AC;
}
.BgClassName
{
background-color: #8C17AC;
}
</style>
border-color css
<style>
span { border-color: #8C17AC; }
span { border-color: rgb(140,23,172); }
td.TdClassName
{
border-color: #8C17AC;
}
.TagClassName
{
border-color: #8C17AC;
}
</style>