Shades of Dark Magenta #8C10AB
Tints of Dark Magenta #8C10AB
RGB
CMYK
RGB Variations
Color information
#8C10AB (or 0x8C10AB) is known color: Dark Magenta. HEX triplet: 8C, 10 and AB. RGB value is (140,16,171). Sum of RGB (Red+Green+Blue) = 140+16+171=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C10AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C10AB is #73EF54. Grayscale: #464646. Windows color (decimal): -7597909 or 11210892. OLE color: 11210892.
HSL color Cylindrical-coordinate representation of color #8C10AB: hue angle of 288º 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 #8C10AB is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 16 | 171 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.33 |
| HSL | 288º | 0.83% | 0.37% | - |
| HSV(B) | 288º | 0.91% | 0.67% | - |
| XYZ | 18.35 | 8.89 | 39.28 | - |
| YUV | 70.75 | 184.58 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 171 | 0.18 | 0.91 | 0 | 0.33 | 288 | 0.83 | 0.37 |
| Hex | 8C | 10 | AB | 12 | 5B | 0 | 21 | 120 | 53 | 25 |
| Octal | 214 | 20 | 253 | 22 | 133 | 0 | 41 | 440 | 123 | 45 |
| Binary | 10001100 | 10000 | 10101011 | 10010 | 1011011 | 0 | 100001 | 100100000 | 1010011 | 100101 |
Color Harmonies of #8C10AB
Complementary color
Monochromatic Colors of #8C10AB
Black with #8C10AB
Text Example
Text Example
White with #8C10AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C10AB; }
p { color: rgb(140,16,171); }
H1.HeaderClassName
{
color: #8C10AB;
}
.AnyTagClassName
{
color: #8C10AB;
}
</style>
background-color css
<style>
a { background-color: #8C10AB; }
a { background-color: rgb(140,16,171); }
div.DivClassName
{
background-color: #8C10AB;
}
.BgClassName
{
background-color: #8C10AB;
}
</style>
border-color css
<style>
span { border-color: #8C10AB; }
span { border-color: rgb(140,16,171); }
td.TdClassName
{
border-color: #8C10AB;
}
.TagClassName
{
border-color: #8C10AB;
}
</style>