Shades of Dark Magenta #8F06AC
Tints of Dark Magenta #8F06AC
RGB
CMYK
RGB Variations
Color information
#8F06AC (or 0x8F06AC) is known color: Dark Magenta. HEX triplet: 8F, 06 and AC. RGB value is (143,6,172). Sum of RGB (Red+Green+Blue) = 143+6+172=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F06AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F06AC is #70F953. Grayscale: #414141. Windows color (decimal): -7403860 or 11273871. OLE color: 11273871.
HSL color Cylindrical-coordinate representation of color #8F06AC: hue angle of 289.52º 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 #8F06AC is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 6 | 172 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.33 |
| HSL | 289.52º | 0.93% | 0.35% | - |
| HSV(B) | 289.52º | 0.97% | 0.67% | - |
| XYZ | 18.84 | 8.95 | 39.76 | - |
| YUV | 65.89 | 187.89 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 172 | 0.17 | 0.97 | 0 | 0.33 | 289.52 | 0.93 | 0.35 |
| Hex | 8F | 6 | AC | 11 | 61 | 0 | 21 | 122 | 5D | 23 |
| Octal | 217 | 6 | 254 | 21 | 141 | 0 | 41 | 442 | 135 | 43 |
| Binary | 10001111 | 110 | 10101100 | 10001 | 1100001 | 0 | 100001 | 100100010 | 1011101 | 100011 |
Color Harmonies of #8F06AC
Complementary color
Monochromatic Colors of #8F06AC
Black with #8F06AC
Text Example
Text Example
White with #8F06AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F06AC; }
p { color: rgb(143,6,172); }
H1.HeaderClassName
{
color: #8F06AC;
}
.AnyTagClassName
{
color: #8F06AC;
}
</style>
background-color css
<style>
a { background-color: #8F06AC; }
a { background-color: rgb(143,6,172); }
div.DivClassName
{
background-color: #8F06AC;
}
.BgClassName
{
background-color: #8F06AC;
}
</style>
border-color css
<style>
span { border-color: #8F06AC; }
span { border-color: rgb(143,6,172); }
td.TdClassName
{
border-color: #8F06AC;
}
.TagClassName
{
border-color: #8F06AC;
}
</style>