Shades of Eggplant #8C005F
Tints of Eggplant #8C005F
RGB
CMYK
RGB Variations
Color information
#8C005F (or 0x8C005F) is known color: Eggplant. HEX triplet: 8C, 00 and 5F. RGB value is (140,0,95). Sum of RGB (Red+Green+Blue) = 140+0+95=235 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.57% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 140 - color contains mainly: red. Hex color #8C005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C005F is #73FFA0. Grayscale: #343434. Windows color (decimal): -7602081 or 6226060. OLE color: 6226060.
HSL color Cylindrical-coordinate representation of color #8C005F: hue angle of 319.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C005F is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.32 | 0.45 |
| HSL | 319.29º | 1% | 0.27% | - |
| HSV(B) | 319.29º | 1% | 0.55% | - |
| XYZ | 12.88 | 6.4 | 11.38 | - |
| YUV | 52.69 | 151.88 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 95 | 0 | 1 | 0.32 | 0.45 | 319.29 | 1 | 0.27 |
| Hex | 8C | 0 | 5F | 0 | 64 | 20 | 2D | 13F | 64 | 1B |
| Octal | 214 | 0 | 137 | 0 | 144 | 40 | 55 | 477 | 144 | 33 |
| Binary | 10001100 | 0 | 1011111 | 0 | 1100100 | 100000 | 101101 | 100111111 | 1100100 | 11011 |
Color Harmonies of #8C005F
Complementary color
Monochromatic Colors of #8C005F
Black with #8C005F
Text Example
Text Example
White with #8C005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C005F; }
p { color: rgb(140,0,95); }
H1.HeaderClassName
{
color: #8C005F;
}
.AnyTagClassName
{
color: #8C005F;
}
</style>
background-color css
<style>
a { background-color: #8C005F; }
a { background-color: rgb(140,0,95); }
div.DivClassName
{
background-color: #8C005F;
}
.BgClassName
{
background-color: #8C005F;
}
</style>
border-color css
<style>
span { border-color: #8C005F; }
span { border-color: rgb(140,0,95); }
td.TdClassName
{
border-color: #8C005F;
}
.TagClassName
{
border-color: #8C005F;
}
</style>