Shades of Eggplant #8C005C
Tints of Eggplant #8C005C
RGB
CMYK
RGB Variations
Color information
#8C005C (or 0x8C005C) is known color: Eggplant. HEX triplet: 8C, 00 and 5C. RGB value is (140,0,92). Sum of RGB (Red+Green+Blue) = 140+0+92=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C005C is #73FFA3. Grayscale: #343434. Windows color (decimal): -7602084 or 6029452. OLE color: 6029452.
HSL color Cylindrical-coordinate representation of color #8C005C: hue angle of 320.57º 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 #8C005C is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.34 | 0.45 |
| HSL | 320.57º | 1% | 0.27% | - |
| HSV(B) | 320.57º | 1% | 0.55% | - |
| XYZ | 12.75 | 6.35 | 10.68 | - |
| YUV | 52.35 | 150.38 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 92 | 0 | 1 | 0.34 | 0.45 | 320.57 | 1 | 0.27 |
| Hex | 8C | 0 | 5C | 0 | 64 | 22 | 2D | 141 | 64 | 1B |
| Octal | 214 | 0 | 134 | 0 | 144 | 42 | 55 | 501 | 144 | 33 |
| Binary | 10001100 | 0 | 1011100 | 0 | 1100100 | 100010 | 101101 | 101000001 | 1100100 | 11011 |
Color Harmonies of #8C005C
Complementary color
Monochromatic Colors of #8C005C
Black with #8C005C
Text Example
Text Example
White with #8C005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C005C; }
p { color: rgb(140,0,92); }
H1.HeaderClassName
{
color: #8C005C;
}
.AnyTagClassName
{
color: #8C005C;
}
</style>
background-color css
<style>
a { background-color: #8C005C; }
a { background-color: rgb(140,0,92); }
div.DivClassName
{
background-color: #8C005C;
}
.BgClassName
{
background-color: #8C005C;
}
</style>
border-color css
<style>
span { border-color: #8C005C; }
span { border-color: rgb(140,0,92); }
td.TdClassName
{
border-color: #8C005C;
}
.TagClassName
{
border-color: #8C005C;
}
</style>