Shades of Eggplant #8C065C
Tints of Eggplant #8C065C
RGB
CMYK
RGB Variations
Color information
#8C065C (or 0x8C065C) is known color: Eggplant. HEX triplet: 8C, 06 and 5C. RGB value is (140,6,92). Sum of RGB (Red+Green+Blue) = 140+6+92=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C065C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C065C is #73F9A3. Grayscale: #373737. Windows color (decimal): -7600548 or 6030988. OLE color: 6030988.
HSL color Cylindrical-coordinate representation of color #8C065C: hue angle of 321.49º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C065C is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 92 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.45 |
| HSL | 321.49º | 0.92% | 0.29% | - |
| HSV(B) | 321.49º | 0.96% | 0.55% | - |
| XYZ | 12.81 | 6.48 | 10.7 | - |
| YUV | 55.87 | 148.39 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 92 | 0 | 0.96 | 0.34 | 0.45 | 321.49 | 0.92 | 0.29 |
| Hex | 8C | 6 | 5C | 0 | 60 | 22 | 2D | 141 | 5C | 1D |
| Octal | 214 | 6 | 134 | 0 | 140 | 42 | 55 | 501 | 134 | 35 |
| Binary | 10001100 | 110 | 1011100 | 0 | 1100000 | 100010 | 101101 | 101000001 | 1011100 | 11101 |
Color Harmonies of #8C065C
Complementary color
Monochromatic Colors of #8C065C
Black with #8C065C
Text Example
Text Example
White with #8C065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C065C; }
p { color: rgb(140,6,92); }
H1.HeaderClassName
{
color: #8C065C;
}
.AnyTagClassName
{
color: #8C065C;
}
</style>
background-color css
<style>
a { background-color: #8C065C; }
a { background-color: rgb(140,6,92); }
div.DivClassName
{
background-color: #8C065C;
}
.BgClassName
{
background-color: #8C065C;
}
</style>
border-color css
<style>
span { border-color: #8C065C; }
span { border-color: rgb(140,6,92); }
td.TdClassName
{
border-color: #8C065C;
}
.TagClassName
{
border-color: #8C065C;
}
</style>