Shades of Eggplant #8C066B
Tints of Eggplant #8C066B
RGB
CMYK
RGB Variations
Color information
#8C066B (or 0x8C066B) is known color: Eggplant. HEX triplet: 8C, 06 and 6B. RGB value is (140,6,107). Sum of RGB (Red+Green+Blue) = 140+6+107=253 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.34% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 140 - color contains mainly: red. Hex color #8C066B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C066B is #73F994. Grayscale: #393939. Windows color (decimal): -7600533 or 7014028. OLE color: 7014028.
HSL color Cylindrical-coordinate representation of color #8C066B: hue angle of 314.78º 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 #8C066B is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 107 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.45 |
| HSL | 314.78º | 0.92% | 0.29% | - |
| HSV(B) | 314.78º | 0.96% | 0.55% | - |
| XYZ | 13.53 | 6.77 | 14.5 | - |
| YUV | 57.58 | 155.89 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 107 | 0 | 0.96 | 0.24 | 0.45 | 314.78 | 0.92 | 0.29 |
| Hex | 8C | 6 | 6B | 0 | 60 | 18 | 2D | 13B | 5C | 1D |
| Octal | 214 | 6 | 153 | 0 | 140 | 30 | 55 | 473 | 134 | 35 |
| Binary | 10001100 | 110 | 1101011 | 0 | 1100000 | 11000 | 101101 | 100111011 | 1011100 | 11101 |
Color Harmonies of #8C066B
Complementary color
Monochromatic Colors of #8C066B
Black with #8C066B
Text Example
Text Example
White with #8C066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C066B; }
p { color: rgb(140,6,107); }
H1.HeaderClassName
{
color: #8C066B;
}
.AnyTagClassName
{
color: #8C066B;
}
</style>
background-color css
<style>
a { background-color: #8C066B; }
a { background-color: rgb(140,6,107); }
div.DivClassName
{
background-color: #8C066B;
}
.BgClassName
{
background-color: #8C066B;
}
</style>
border-color css
<style>
span { border-color: #8C066B; }
span { border-color: rgb(140,6,107); }
td.TdClassName
{
border-color: #8C066B;
}
.TagClassName
{
border-color: #8C066B;
}
</style>