Shades of Dark Magenta #8C13AB
Tints of Dark Magenta #8C13AB
RGB
CMYK
RGB Variations
Color information
#8C13AB (or 0x8C13AB) is known color: Dark Magenta. HEX triplet: 8C, 13 and AB. RGB value is (140,19,171). Sum of RGB (Red+Green+Blue) = 140+19+171=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C13AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C13AB is #73EC54. Grayscale: #484848. Windows color (decimal): -7597141 or 11211660. OLE color: 11211660.
HSL color Cylindrical-coordinate representation of color #8C13AB: hue angle of 287.76º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C13AB is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 19 | 171 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.33 |
| HSL | 287.76º | 0.8% | 0.37% | - |
| HSV(B) | 287.76º | 0.89% | 0.67% | - |
| XYZ | 18.4 | 8.98 | 39.29 | - |
| YUV | 72.51 | 183.59 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 19 | 171 | 0.18 | 0.89 | 0 | 0.33 | 287.76 | 0.8 | 0.37 |
| Hex | 8C | 13 | AB | 12 | 59 | 0 | 21 | 120 | 50 | 25 |
| Octal | 214 | 23 | 253 | 22 | 131 | 0 | 41 | 440 | 120 | 45 |
| Binary | 10001100 | 10011 | 10101011 | 10010 | 1011001 | 0 | 100001 | 100100000 | 1010000 | 100101 |
Color Harmonies of #8C13AB
Complementary color
Monochromatic Colors of #8C13AB
Black with #8C13AB
Text Example
Text Example
White with #8C13AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C13AB; }
p { color: rgb(140,19,171); }
H1.HeaderClassName
{
color: #8C13AB;
}
.AnyTagClassName
{
color: #8C13AB;
}
</style>
background-color css
<style>
a { background-color: #8C13AB; }
a { background-color: rgb(140,19,171); }
div.DivClassName
{
background-color: #8C13AB;
}
.BgClassName
{
background-color: #8C13AB;
}
</style>
border-color css
<style>
span { border-color: #8C13AB; }
span { border-color: rgb(140,19,171); }
td.TdClassName
{
border-color: #8C13AB;
}
.TagClassName
{
border-color: #8C13AB;
}
</style>