Shades of Dark Magenta #8C17AA
Tints of Dark Magenta #8C17AA
RGB
CMYK
RGB Variations
Color information
#8C17AA (or 0x8C17AA) is known color: Dark Magenta. HEX triplet: 8C, 17 and AA. RGB value is (140,23,170). Sum of RGB (Red+Green+Blue) = 140+23+170=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C17AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C17AA is #73E855. Grayscale: #4A4A4A. Windows color (decimal): -7596118 or 11147148. OLE color: 11147148.
HSL color Cylindrical-coordinate representation of color #8C17AA: hue angle of 287.76º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C17AA is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 23 | 170 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.33 |
| HSL | 287.76º | 0.76% | 0.38% | - |
| HSV(B) | 287.76º | 0.86% | 0.67% | - |
| XYZ | 18.38 | 9.09 | 38.82 | - |
| YUV | 74.74 | 181.76 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 170 | 0.18 | 0.86 | 0 | 0.33 | 287.76 | 0.76 | 0.38 |
| Hex | 8C | 17 | AA | 12 | 56 | 0 | 21 | 120 | 4C | 26 |
| Octal | 214 | 27 | 252 | 22 | 126 | 0 | 41 | 440 | 114 | 46 |
| Binary | 10001100 | 10111 | 10101010 | 10010 | 1010110 | 0 | 100001 | 100100000 | 1001100 | 100110 |
Color Harmonies of #8C17AA
Complementary color
Monochromatic Colors of #8C17AA
Black with #8C17AA
Text Example
Text Example
White with #8C17AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C17AA; }
p { color: rgb(140,23,170); }
H1.HeaderClassName
{
color: #8C17AA;
}
.AnyTagClassName
{
color: #8C17AA;
}
</style>
background-color css
<style>
a { background-color: #8C17AA; }
a { background-color: rgb(140,23,170); }
div.DivClassName
{
background-color: #8C17AA;
}
.BgClassName
{
background-color: #8C17AA;
}
</style>
border-color css
<style>
span { border-color: #8C17AA; }
span { border-color: rgb(140,23,170); }
td.TdClassName
{
border-color: #8C17AA;
}
.TagClassName
{
border-color: #8C17AA;
}
</style>