Shades of Dark Magenta #8F0AAC
Tints of Dark Magenta #8F0AAC
RGB
CMYK
RGB Variations
Color information
#8F0AAC (or 0x8F0AAC) is known color: Dark Magenta. HEX triplet: 8F, 0A and AC. RGB value is (143,10,172). Sum of RGB (Red+Green+Blue) = 143+10+172=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F0AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0AAC is #70F553. Grayscale: #434343. Windows color (decimal): -7402836 or 11274895. OLE color: 11274895.
HSL color Cylindrical-coordinate representation of color #8F0AAC: hue angle of 289.26º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0AAC is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 10 | 172 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.33 |
| HSL | 289.26º | 0.89% | 0.36% | - |
| HSV(B) | 289.26º | 0.94% | 0.67% | - |
| XYZ | 18.88 | 9.04 | 39.78 | - |
| YUV | 68.24 | 186.56 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 10 | 172 | 0.17 | 0.94 | 0 | 0.33 | 289.26 | 0.89 | 0.36 |
| Hex | 8F | A | AC | 11 | 5E | 0 | 21 | 121 | 59 | 24 |
| Octal | 217 | 12 | 254 | 21 | 136 | 0 | 41 | 441 | 131 | 44 |
| Binary | 10001111 | 1010 | 10101100 | 10001 | 1011110 | 0 | 100001 | 100100001 | 1011001 | 100100 |
Color Harmonies of #8F0AAC
Complementary color
Monochromatic Colors of #8F0AAC
Black with #8F0AAC
Text Example
Text Example
White with #8F0AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0AAC; }
p { color: rgb(143,10,172); }
H1.HeaderClassName
{
color: #8F0AAC;
}
.AnyTagClassName
{
color: #8F0AAC;
}
</style>
background-color css
<style>
a { background-color: #8F0AAC; }
a { background-color: rgb(143,10,172); }
div.DivClassName
{
background-color: #8F0AAC;
}
.BgClassName
{
background-color: #8F0AAC;
}
</style>
border-color css
<style>
span { border-color: #8F0AAC; }
span { border-color: rgb(143,10,172); }
td.TdClassName
{
border-color: #8F0AAC;
}
.TagClassName
{
border-color: #8F0AAC;
}
</style>