Shades of Eggplant #8C135F
Tints of Eggplant #8C135F
RGB
CMYK
RGB Variations
Color information
#8C135F (or 0x8C135F) is known color: Eggplant. HEX triplet: 8C, 13 and 5F. RGB value is (140,19,95). Sum of RGB (Red+Green+Blue) = 140+19+95=254 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.12% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 140 - color contains mainly: red. Hex color #8C135F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C135F is #73ECA0. Grayscale: #3F3F3F. Windows color (decimal): -7597217 or 6230924. OLE color: 6230924.
HSL color Cylindrical-coordinate representation of color #8C135F: hue angle of 322.31º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C135F is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 19 | 95 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.45 |
| HSL | 322.31º | 0.76% | 0.31% | - |
| HSV(B) | 322.31º | 0.86% | 0.55% | - |
| XYZ | 13.11 | 6.87 | 11.46 | - |
| YUV | 63.84 | 145.59 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 19 | 95 | 0 | 0.86 | 0.32 | 0.45 | 322.31 | 0.76 | 0.31 |
| Hex | 8C | 13 | 5F | 0 | 56 | 20 | 2D | 142 | 4C | 1F |
| Octal | 214 | 23 | 137 | 0 | 126 | 40 | 55 | 502 | 114 | 37 |
| Binary | 10001100 | 10011 | 1011111 | 0 | 1010110 | 100000 | 101101 | 101000010 | 1001100 | 11111 |
Color Harmonies of #8C135F
Complementary color
Monochromatic Colors of #8C135F
Black with #8C135F
Text Example
Text Example
White with #8C135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C135F; }
p { color: rgb(140,19,95); }
H1.HeaderClassName
{
color: #8C135F;
}
.AnyTagClassName
{
color: #8C135F;
}
</style>
background-color css
<style>
a { background-color: #8C135F; }
a { background-color: rgb(140,19,95); }
div.DivClassName
{
background-color: #8C135F;
}
.BgClassName
{
background-color: #8C135F;
}
</style>
border-color css
<style>
span { border-color: #8C135F; }
span { border-color: rgb(140,19,95); }
td.TdClassName
{
border-color: #8C135F;
}
.TagClassName
{
border-color: #8C135F;
}
</style>