Shades of Dark Magenta #8C17A3
Tints of Dark Magenta #8C17A3
RGB
CMYK
RGB Variations
Color information
#8C17A3 (or 0x8C17A3) is known color: Dark Magenta. HEX triplet: 8C, 17 and A3. RGB value is (140,23,163). Sum of RGB (Red+Green+Blue) = 140+23+163=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 163 (64.06% from 255 or 50% from 326); Max value from RGB is 163 - color contains mainly: blue. Hex color #8C17A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C17A3 is #73E85C. Grayscale: #494949. Windows color (decimal): -7596125 or 10688396. OLE color: 10688396.
HSL color Cylindrical-coordinate representation of color #8C17A3: hue angle of 290.14º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C17A3 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 23 | 163 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.36 |
| HSL | 290.14º | 0.75% | 0.36% | - |
| HSV(B) | 290.14º | 0.86% | 0.64% | - |
| XYZ | 17.73 | 8.83 | 35.42 | - |
| YUV | 73.94 | 178.26 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 163 | 0.14 | 0.86 | 0 | 0.36 | 290.14 | 0.75 | 0.36 |
| Hex | 8C | 17 | A3 | E | 56 | 0 | 24 | 122 | 4B | 24 |
| Octal | 214 | 27 | 243 | 16 | 126 | 0 | 44 | 442 | 113 | 44 |
| Binary | 10001100 | 10111 | 10100011 | 1110 | 1010110 | 0 | 100100 | 100100010 | 1001011 | 100100 |
Color Harmonies of #8C17A3
Complementary color
Monochromatic Colors of #8C17A3
Black with #8C17A3
Text Example
Text Example
White with #8C17A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C17A3; }
p { color: rgb(140,23,163); }
H1.HeaderClassName
{
color: #8C17A3;
}
.AnyTagClassName
{
color: #8C17A3;
}
</style>
background-color css
<style>
a { background-color: #8C17A3; }
a { background-color: rgb(140,23,163); }
div.DivClassName
{
background-color: #8C17A3;
}
.BgClassName
{
background-color: #8C17A3;
}
</style>
border-color css
<style>
span { border-color: #8C17A3; }
span { border-color: rgb(140,23,163); }
td.TdClassName
{
border-color: #8C17A3;
}
.TagClassName
{
border-color: #8C17A3;
}
</style>