Shades of Dark Magenta #8F0AA6
Tints of Dark Magenta #8F0AA6
RGB
CMYK
RGB Variations
Color information
#8F0AA6 (or 0x8F0AA6) is known color: Dark Magenta. HEX triplet: 8F, 0A and A6. RGB value is (143,10,166). Sum of RGB (Red+Green+Blue) = 143+10+166=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 166 (65.23% from 255 or 52.04% from 319); Max value from RGB is 166 - color contains mainly: blue. Hex color #8F0AA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0AA6 is #70F559. Grayscale: #434343. Windows color (decimal): -7402842 or 10881679. OLE color: 10881679.
HSL color Cylindrical-coordinate representation of color #8F0AA6: hue angle of 291.15º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0AA6 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 10 | 166 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.35 |
| HSL | 291.15º | 0.89% | 0.35% | - |
| HSV(B) | 291.15º | 0.94% | 0.65% | - |
| XYZ | 18.32 | 8.81 | 36.81 | - |
| YUV | 67.55 | 183.56 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 10 | 166 | 0.14 | 0.94 | 0 | 0.35 | 291.15 | 0.89 | 0.35 |
| Hex | 8F | A | A6 | E | 5E | 0 | 23 | 123 | 59 | 23 |
| Octal | 217 | 12 | 246 | 16 | 136 | 0 | 43 | 443 | 131 | 43 |
| Binary | 10001111 | 1010 | 10100110 | 1110 | 1011110 | 0 | 100011 | 100100011 | 1011001 | 100011 |
Color Harmonies of #8F0AA6
Complementary color
Monochromatic Colors of #8F0AA6
Black with #8F0AA6
Text Example
Text Example
White with #8F0AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0AA6; }
p { color: rgb(143,10,166); }
H1.HeaderClassName
{
color: #8F0AA6;
}
.AnyTagClassName
{
color: #8F0AA6;
}
</style>
background-color css
<style>
a { background-color: #8F0AA6; }
a { background-color: rgb(143,10,166); }
div.DivClassName
{
background-color: #8F0AA6;
}
.BgClassName
{
background-color: #8F0AA6;
}
</style>
border-color css
<style>
span { border-color: #8F0AA6; }
span { border-color: rgb(143,10,166); }
td.TdClassName
{
border-color: #8F0AA6;
}
.TagClassName
{
border-color: #8F0AA6;
}
</style>