Shades of Dark Magenta #8C15AB
Tints of Dark Magenta #8C15AB
RGB
CMYK
RGB Variations
Color information
#8C15AB (or 0x8C15AB) is known color: Dark Magenta. HEX triplet: 8C, 15 and AB. RGB value is (140,21,171). Sum of RGB (Red+Green+Blue) = 140+21+171=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C15AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C15AB is #73EA54. Grayscale: #494949. Windows color (decimal): -7596629 or 11212172. OLE color: 11212172.
HSL color Cylindrical-coordinate representation of color #8C15AB: hue angle of 287.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C15AB is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 21 | 171 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.33 |
| HSL | 287.6º | 0.78% | 0.38% | - |
| HSV(B) | 287.6º | 0.88% | 0.67% | - |
| XYZ | 18.43 | 9.05 | 39.3 | - |
| YUV | 73.68 | 182.92 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 21 | 171 | 0.18 | 0.88 | 0 | 0.33 | 287.6 | 0.78 | 0.38 |
| Hex | 8C | 15 | AB | 12 | 58 | 0 | 21 | 120 | 4E | 26 |
| Octal | 214 | 25 | 253 | 22 | 130 | 0 | 41 | 440 | 116 | 46 |
| Binary | 10001100 | 10101 | 10101011 | 10010 | 1011000 | 0 | 100001 | 100100000 | 1001110 | 100110 |
Color Harmonies of #8C15AB
Complementary color
Monochromatic Colors of #8C15AB
Black with #8C15AB
Text Example
Text Example
White with #8C15AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C15AB; }
p { color: rgb(140,21,171); }
H1.HeaderClassName
{
color: #8C15AB;
}
.AnyTagClassName
{
color: #8C15AB;
}
</style>
background-color css
<style>
a { background-color: #8C15AB; }
a { background-color: rgb(140,21,171); }
div.DivClassName
{
background-color: #8C15AB;
}
.BgClassName
{
background-color: #8C15AB;
}
</style>
border-color css
<style>
span { border-color: #8C15AB; }
span { border-color: rgb(140,21,171); }
td.TdClassName
{
border-color: #8C15AB;
}
.TagClassName
{
border-color: #8C15AB;
}
</style>