Shades of Dark Magenta #8C0AAA
Tints of Dark Magenta #8C0AAA
RGB
CMYK
RGB Variations
Color information
#8C0AAA (or 0x8C0AAA) is known color: Dark Magenta. HEX triplet: 8C, 0A and AA. RGB value is (140,10,170). Sum of RGB (Red+Green+Blue) = 140+10+170=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C0AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0AAA is #73F555. Grayscale: #424242. Windows color (decimal): -7599446 or 11143820. OLE color: 11143820.
HSL color Cylindrical-coordinate representation of color #8C0AAA: hue angle of 288.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0AAA is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 10 | 170 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.33 |
| HSL | 288.75º | 0.89% | 0.35% | - |
| HSV(B) | 288.75º | 0.94% | 0.67% | - |
| XYZ | 18.18 | 8.69 | 38.75 | - |
| YUV | 67.11 | 186.07 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 170 | 0.18 | 0.94 | 0 | 0.33 | 288.75 | 0.89 | 0.35 |
| Hex | 8C | A | AA | 12 | 5E | 0 | 21 | 121 | 59 | 23 |
| Octal | 214 | 12 | 252 | 22 | 136 | 0 | 41 | 441 | 131 | 43 |
| Binary | 10001100 | 1010 | 10101010 | 10010 | 1011110 | 0 | 100001 | 100100001 | 1011001 | 100011 |
Color Harmonies of #8C0AAA
Complementary color
Monochromatic Colors of #8C0AAA
Black with #8C0AAA
Text Example
Text Example
White with #8C0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0AAA; }
p { color: rgb(140,10,170); }
H1.HeaderClassName
{
color: #8C0AAA;
}
.AnyTagClassName
{
color: #8C0AAA;
}
</style>
background-color css
<style>
a { background-color: #8C0AAA; }
a { background-color: rgb(140,10,170); }
div.DivClassName
{
background-color: #8C0AAA;
}
.BgClassName
{
background-color: #8C0AAA;
}
</style>
border-color css
<style>
span { border-color: #8C0AAA; }
span { border-color: rgb(140,10,170); }
td.TdClassName
{
border-color: #8C0AAA;
}
.TagClassName
{
border-color: #8C0AAA;
}
</style>