Shades of Eggplant #8C175E
Tints of Eggplant #8C175E
RGB
CMYK
RGB Variations
Color information
#8C175E (or 0x8C175E) is known color: Eggplant. HEX triplet: 8C, 17 and 5E. RGB value is (140,23,94). Sum of RGB (Red+Green+Blue) = 140+23+94=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C175E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C175E is #73E8A1. Grayscale: #414141. Windows color (decimal): -7596194 or 6166412. OLE color: 6166412.
HSL color Cylindrical-coordinate representation of color #8C175E: hue angle of 323.59º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C175E is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 23 | 94 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.45 |
| HSL | 323.59º | 0.72% | 0.32% | - |
| HSV(B) | 323.59º | 0.84% | 0.55% | - |
| XYZ | 13.14 | 7 | 11.25 | - |
| YUV | 66.08 | 143.76 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 94 | 0 | 0.84 | 0.33 | 0.45 | 323.59 | 0.72 | 0.32 |
| Hex | 8C | 17 | 5E | 0 | 54 | 21 | 2D | 144 | 48 | 20 |
| Octal | 214 | 27 | 136 | 0 | 124 | 41 | 55 | 504 | 110 | 40 |
| Binary | 10001100 | 10111 | 1011110 | 0 | 1010100 | 100001 | 101101 | 101000100 | 1001000 | 100000 |
Color Harmonies of #8C175E
Complementary color
Monochromatic Colors of #8C175E
Black with #8C175E
Text Example
Text Example
White with #8C175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C175E; }
p { color: rgb(140,23,94); }
H1.HeaderClassName
{
color: #8C175E;
}
.AnyTagClassName
{
color: #8C175E;
}
</style>
background-color css
<style>
a { background-color: #8C175E; }
a { background-color: rgb(140,23,94); }
div.DivClassName
{
background-color: #8C175E;
}
.BgClassName
{
background-color: #8C175E;
}
</style>
border-color css
<style>
span { border-color: #8C175E; }
span { border-color: rgb(140,23,94); }
td.TdClassName
{
border-color: #8C175E;
}
.TagClassName
{
border-color: #8C175E;
}
</style>