Shades of Dark Magenta #8C06AB
Tints of Dark Magenta #8C06AB
RGB
CMYK
RGB Variations
Color information
#8C06AB (or 0x8C06AB) is known color: Dark Magenta. HEX triplet: 8C, 06 and AB. RGB value is (140,6,171). Sum of RGB (Red+Green+Blue) = 140+6+171=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C06AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C06AB is #73F954. Grayscale: #404040. Windows color (decimal): -7600469 or 11208332. OLE color: 11208332.
HSL color Cylindrical-coordinate representation of color #8C06AB: hue angle of 288.73º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C06AB is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 6 | 171 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.33 |
| HSL | 288.73º | 0.93% | 0.35% | - |
| HSV(B) | 288.73º | 0.96% | 0.67% | - |
| XYZ | 18.23 | 8.65 | 39.24 | - |
| YUV | 64.88 | 187.89 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 171 | 0.18 | 0.96 | 0 | 0.33 | 288.73 | 0.93 | 0.35 |
| Hex | 8C | 6 | AB | 12 | 60 | 0 | 21 | 121 | 5D | 23 |
| Octal | 214 | 6 | 253 | 22 | 140 | 0 | 41 | 441 | 135 | 43 |
| Binary | 10001100 | 110 | 10101011 | 10010 | 1100000 | 0 | 100001 | 100100001 | 1011101 | 100011 |
Color Harmonies of #8C06AB
Complementary color
Monochromatic Colors of #8C06AB
Black with #8C06AB
Text Example
Text Example
White with #8C06AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C06AB; }
p { color: rgb(140,6,171); }
H1.HeaderClassName
{
color: #8C06AB;
}
.AnyTagClassName
{
color: #8C06AB;
}
</style>
background-color css
<style>
a { background-color: #8C06AB; }
a { background-color: rgb(140,6,171); }
div.DivClassName
{
background-color: #8C06AB;
}
.BgClassName
{
background-color: #8C06AB;
}
</style>
border-color css
<style>
span { border-color: #8C06AB; }
span { border-color: rgb(140,6,171); }
td.TdClassName
{
border-color: #8C06AB;
}
.TagClassName
{
border-color: #8C06AB;
}
</style>