Shades of Dark Magenta #8C16AB
Tints of Dark Magenta #8C16AB
RGB
CMYK
RGB Variations
Color information
#8C16AB (or 0x8C16AB) is known color: Dark Magenta. HEX triplet: 8C, 16 and AB. RGB value is (140,22,171). Sum of RGB (Red+Green+Blue) = 140+22+171=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C16AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C16AB is #73E954. Grayscale: #494949. Windows color (decimal): -7596373 or 11212428. OLE color: 11212428.
HSL color Cylindrical-coordinate representation of color #8C16AB: hue angle of 287.52º degrees, saturation: 0.77, 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 #8C16AB is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 22 | 171 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.33 |
| HSL | 287.52º | 0.77% | 0.38% | - |
| HSV(B) | 287.52º | 0.87% | 0.67% | - |
| XYZ | 18.45 | 9.09 | 39.31 | - |
| YUV | 74.27 | 182.59 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 22 | 171 | 0.18 | 0.87 | 0 | 0.33 | 287.52 | 0.77 | 0.38 |
| Hex | 8C | 16 | AB | 12 | 57 | 0 | 21 | 120 | 4D | 26 |
| Octal | 214 | 26 | 253 | 22 | 127 | 0 | 41 | 440 | 115 | 46 |
| Binary | 10001100 | 10110 | 10101011 | 10010 | 1010111 | 0 | 100001 | 100100000 | 1001101 | 100110 |
Color Harmonies of #8C16AB
Complementary color
Monochromatic Colors of #8C16AB
Black with #8C16AB
Text Example
Text Example
White with #8C16AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C16AB; }
p { color: rgb(140,22,171); }
H1.HeaderClassName
{
color: #8C16AB;
}
.AnyTagClassName
{
color: #8C16AB;
}
</style>
background-color css
<style>
a { background-color: #8C16AB; }
a { background-color: rgb(140,22,171); }
div.DivClassName
{
background-color: #8C16AB;
}
.BgClassName
{
background-color: #8C16AB;
}
</style>
border-color css
<style>
span { border-color: #8C16AB; }
span { border-color: rgb(140,22,171); }
td.TdClassName
{
border-color: #8C16AB;
}
.TagClassName
{
border-color: #8C16AB;
}
</style>