Shades of Dark Magenta #8C16AD
Tints of Dark Magenta #8C16AD
RGB
CMYK
RGB Variations
Color information
#8C16AD (or 0x8C16AD) is known color: Dark Magenta. HEX triplet: 8C, 16 and AD. RGB value is (140,22,173). Sum of RGB (Red+Green+Blue) = 140+22+173=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C16AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C16AD is #73E952. Grayscale: #4A4A4A. Windows color (decimal): -7596371 or 11343500. OLE color: 11343500.
HSL color Cylindrical-coordinate representation of color #8C16AD: hue angle of 286.89º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C16AD is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 22 | 173 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.32 |
| HSL | 286.89º | 0.77% | 0.38% | - |
| HSV(B) | 286.89º | 0.87% | 0.68% | - |
| XYZ | 18.64 | 9.17 | 40.32 | - |
| YUV | 74.5 | 183.59 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 22 | 173 | 0.19 | 0.87 | 0 | 0.32 | 286.89 | 0.77 | 0.38 |
| Hex | 8C | 16 | AD | 13 | 57 | 0 | 20 | 11F | 4D | 26 |
| Octal | 214 | 26 | 255 | 23 | 127 | 0 | 40 | 437 | 115 | 46 |
| Binary | 10001100 | 10110 | 10101101 | 10011 | 1010111 | 0 | 100000 | 100011111 | 1001101 | 100110 |
Color Harmonies of #8C16AD
Complementary color
Monochromatic Colors of #8C16AD
Black with #8C16AD
Text Example
Text Example
White with #8C16AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C16AD; }
p { color: rgb(140,22,173); }
H1.HeaderClassName
{
color: #8C16AD;
}
.AnyTagClassName
{
color: #8C16AD;
}
</style>
background-color css
<style>
a { background-color: #8C16AD; }
a { background-color: rgb(140,22,173); }
div.DivClassName
{
background-color: #8C16AD;
}
.BgClassName
{
background-color: #8C16AD;
}
</style>
border-color css
<style>
span { border-color: #8C16AD; }
span { border-color: rgb(140,22,173); }
td.TdClassName
{
border-color: #8C16AD;
}
.TagClassName
{
border-color: #8C16AD;
}
</style>