Shades of Eggplant #8C185F
Tints of Eggplant #8C185F
RGB
CMYK
RGB Variations
Color information
#8C185F (or 0x8C185F) is known color: Eggplant. HEX triplet: 8C, 18 and 5F. RGB value is (140,24,95). Sum of RGB (Red+Green+Blue) = 140+24+95=259 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.05% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 140 - color contains mainly: red. Hex color #8C185F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C185F is #73E7A0. Grayscale: #424242. Windows color (decimal): -7595937 or 6232204. OLE color: 6232204.
HSL color Cylindrical-coordinate representation of color #8C185F: hue angle of 323.28º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C185F is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 24 | 95 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.45 |
| HSL | 323.28º | 0.71% | 0.32% | - |
| HSV(B) | 323.28º | 0.83% | 0.55% | - |
| XYZ | 13.21 | 7.05 | 11.49 | - |
| YUV | 66.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 95 | 0 | 0.83 | 0.32 | 0.45 | 323.28 | 0.71 | 0.32 |
| Hex | 8C | 18 | 5F | 0 | 53 | 20 | 2D | 143 | 47 | 20 |
| Octal | 214 | 30 | 137 | 0 | 123 | 40 | 55 | 503 | 107 | 40 |
| Binary | 10001100 | 11000 | 1011111 | 0 | 1010011 | 100000 | 101101 | 101000011 | 1000111 | 100000 |
Color Harmonies of #8C185F
Complementary color
Monochromatic Colors of #8C185F
Black with #8C185F
Text Example
Text Example
White with #8C185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C185F; }
p { color: rgb(140,24,95); }
H1.HeaderClassName
{
color: #8C185F;
}
.AnyTagClassName
{
color: #8C185F;
}
</style>
background-color css
<style>
a { background-color: #8C185F; }
a { background-color: rgb(140,24,95); }
div.DivClassName
{
background-color: #8C185F;
}
.BgClassName
{
background-color: #8C185F;
}
</style>
border-color css
<style>
span { border-color: #8C185F; }
span { border-color: rgb(140,24,95); }
td.TdClassName
{
border-color: #8C185F;
}
.TagClassName
{
border-color: #8C185F;
}
</style>