Shades of Dark Magenta #8D10AB
Tints of Dark Magenta #8D10AB
RGB
CMYK
RGB Variations
Color information
#8D10AB (or 0x8D10AB) is known color: Dark Magenta. HEX triplet: 8D, 10 and AB. RGB value is (141,16,171). Sum of RGB (Red+Green+Blue) = 141+16+171=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D10AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D10AB is #72EF54. Grayscale: #464646. Windows color (decimal): -7532373 or 11210893. OLE color: 11210893.
HSL color Cylindrical-coordinate representation of color #8D10AB: hue angle of 288.39º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D10AB is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 16 | 171 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.33 |
| HSL | 288.39º | 0.83% | 0.37% | - |
| HSV(B) | 288.39º | 0.91% | 0.67% | - |
| XYZ | 18.52 | 8.97 | 39.28 | - |
| YUV | 71.05 | 184.41 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 16 | 171 | 0.18 | 0.91 | 0 | 0.33 | 288.39 | 0.83 | 0.37 |
| Hex | 8D | 10 | AB | 12 | 5B | 0 | 21 | 120 | 53 | 25 |
| Octal | 215 | 20 | 253 | 22 | 133 | 0 | 41 | 440 | 123 | 45 |
| Binary | 10001101 | 10000 | 10101011 | 10010 | 1011011 | 0 | 100001 | 100100000 | 1010011 | 100101 |
Color Harmonies of #8D10AB
Complementary color
Monochromatic Colors of #8D10AB
Black with #8D10AB
Text Example
Text Example
White with #8D10AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D10AB; }
p { color: rgb(141,16,171); }
H1.HeaderClassName
{
color: #8D10AB;
}
.AnyTagClassName
{
color: #8D10AB;
}
</style>
background-color css
<style>
a { background-color: #8D10AB; }
a { background-color: rgb(141,16,171); }
div.DivClassName
{
background-color: #8D10AB;
}
.BgClassName
{
background-color: #8D10AB;
}
</style>
border-color css
<style>
span { border-color: #8D10AB; }
span { border-color: rgb(141,16,171); }
td.TdClassName
{
border-color: #8D10AB;
}
.TagClassName
{
border-color: #8D10AB;
}
</style>