Shades of Dark Magenta #8D16AB
Tints of Dark Magenta #8D16AB
RGB
CMYK
RGB Variations
Color information
#8D16AB (or 0x8D16AB) is known color: Dark Magenta. HEX triplet: 8D, 16 and AB. RGB value is (141,22,171). Sum of RGB (Red+Green+Blue) = 141+22+171=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D16AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D16AB is #72E954. Grayscale: #4A4A4A. Windows color (decimal): -7530837 or 11212429. OLE color: 11212429.
HSL color Cylindrical-coordinate representation of color #8D16AB: hue angle of 287.92º 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 #8D16AB is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 22 | 171 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.33 |
| HSL | 287.92º | 0.77% | 0.38% | - |
| HSV(B) | 287.92º | 0.87% | 0.67% | - |
| XYZ | 18.62 | 9.18 | 39.32 | - |
| YUV | 74.57 | 182.42 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 22 | 171 | 0.18 | 0.87 | 0 | 0.33 | 287.92 | 0.77 | 0.38 |
| Hex | 8D | 16 | AB | 12 | 57 | 0 | 21 | 120 | 4D | 26 |
| Octal | 215 | 26 | 253 | 22 | 127 | 0 | 41 | 440 | 115 | 46 |
| Binary | 10001101 | 10110 | 10101011 | 10010 | 1010111 | 0 | 100001 | 100100000 | 1001101 | 100110 |
Color Harmonies of #8D16AB
Complementary color
Monochromatic Colors of #8D16AB
Black with #8D16AB
Text Example
Text Example
White with #8D16AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D16AB; }
p { color: rgb(141,22,171); }
H1.HeaderClassName
{
color: #8D16AB;
}
.AnyTagClassName
{
color: #8D16AB;
}
</style>
background-color css
<style>
a { background-color: #8D16AB; }
a { background-color: rgb(141,22,171); }
div.DivClassName
{
background-color: #8D16AB;
}
.BgClassName
{
background-color: #8D16AB;
}
</style>
border-color css
<style>
span { border-color: #8D16AB; }
span { border-color: rgb(141,22,171); }
td.TdClassName
{
border-color: #8D16AB;
}
.TagClassName
{
border-color: #8D16AB;
}
</style>