Shades of Dark Magenta #8C06AC
Tints of Dark Magenta #8C06AC
RGB
CMYK
RGB Variations
Color information
#8C06AC (or 0x8C06AC) is known color: Dark Magenta. HEX triplet: 8C, 06 and AC. RGB value is (140,6,172). Sum of RGB (Red+Green+Blue) = 140+6+172=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C06AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C06AC is #73F953. Grayscale: #404040. Windows color (decimal): -7600468 or 11273868. OLE color: 11273868.
HSL color Cylindrical-coordinate representation of color #8C06AC: hue angle of 288.43º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C06AC is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 6 | 172 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.33 |
| HSL | 288.43º | 0.93% | 0.35% | - |
| HSV(B) | 288.43º | 0.97% | 0.67% | - |
| XYZ | 18.33 | 8.68 | 39.74 | - |
| YUV | 64.99 | 188.39 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 172 | 0.19 | 0.97 | 0 | 0.33 | 288.43 | 0.93 | 0.35 |
| Hex | 8C | 6 | AC | 13 | 61 | 0 | 21 | 120 | 5D | 23 |
| Octal | 214 | 6 | 254 | 23 | 141 | 0 | 41 | 440 | 135 | 43 |
| Binary | 10001100 | 110 | 10101100 | 10011 | 1100001 | 0 | 100001 | 100100000 | 1011101 | 100011 |
Color Harmonies of #8C06AC
Complementary color
Monochromatic Colors of #8C06AC
Black with #8C06AC
Text Example
Text Example
White with #8C06AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C06AC; }
p { color: rgb(140,6,172); }
H1.HeaderClassName
{
color: #8C06AC;
}
.AnyTagClassName
{
color: #8C06AC;
}
</style>
background-color css
<style>
a { background-color: #8C06AC; }
a { background-color: rgb(140,6,172); }
div.DivClassName
{
background-color: #8C06AC;
}
.BgClassName
{
background-color: #8C06AC;
}
</style>
border-color css
<style>
span { border-color: #8C06AC; }
span { border-color: rgb(140,6,172); }
td.TdClassName
{
border-color: #8C06AC;
}
.TagClassName
{
border-color: #8C06AC;
}
</style>