Shades of Dark Magenta #8C179F
Tints of Dark Magenta #8C179F
RGB
CMYK
RGB Variations
Color information
#8C179F (or 0x8C179F) is known color: Dark Magenta. HEX triplet: 8C, 17 and 9F. RGB value is (140,23,159). Sum of RGB (Red+Green+Blue) = 140+23+159=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C179F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C179F is #73E860. Grayscale: #494949. Windows color (decimal): -7596129 or 10426252. OLE color: 10426252.
HSL color Cylindrical-coordinate representation of color #8C179F: hue angle of 291.62º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C179F is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 23 | 159 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.38 |
| HSL | 291.62º | 0.75% | 0.36% | - |
| HSV(B) | 291.62º | 0.86% | 0.62% | - |
| XYZ | 17.38 | 8.69 | 33.56 | - |
| YUV | 73.49 | 176.26 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 159 | 0.12 | 0.86 | 0 | 0.38 | 291.62 | 0.75 | 0.36 |
| Hex | 8C | 17 | 9F | C | 56 | 0 | 26 | 124 | 4B | 24 |
| Octal | 214 | 27 | 237 | 14 | 126 | 0 | 46 | 444 | 113 | 44 |
| Binary | 10001100 | 10111 | 10011111 | 1100 | 1010110 | 0 | 100110 | 100100100 | 1001011 | 100100 |
Color Harmonies of #8C179F
Complementary color
Monochromatic Colors of #8C179F
Black with #8C179F
Text Example
Text Example
White with #8C179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C179F; }
p { color: rgb(140,23,159); }
H1.HeaderClassName
{
color: #8C179F;
}
.AnyTagClassName
{
color: #8C179F;
}
</style>
background-color css
<style>
a { background-color: #8C179F; }
a { background-color: rgb(140,23,159); }
div.DivClassName
{
background-color: #8C179F;
}
.BgClassName
{
background-color: #8C179F;
}
</style>
border-color css
<style>
span { border-color: #8C179F; }
span { border-color: rgb(140,23,159); }
td.TdClassName
{
border-color: #8C179F;
}
.TagClassName
{
border-color: #8C179F;
}
</style>