Shades of Eggplant #8C1068
Tints of Eggplant #8C1068
RGB
CMYK
RGB Variations
Color information
#8C1068 (or 0x8C1068) is known color: Eggplant. HEX triplet: 8C, 10 and 68. RGB value is (140,16,104). Sum of RGB (Red+Green+Blue) = 140+16+104=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1068 is #73EF97. Grayscale: #3E3E3E. Windows color (decimal): -7597976 or 6819980. OLE color: 6819980.
HSL color Cylindrical-coordinate representation of color #8C1068: hue angle of 317.42º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C1068 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 104 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.45 |
| HSL | 317.42º | 0.79% | 0.31% | - |
| HSV(B) | 317.42º | 0.89% | 0.55% | - |
| XYZ | 13.5 | 6.95 | 13.73 | - |
| YUV | 63.11 | 151.08 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 104 | 0 | 0.89 | 0.26 | 0.45 | 317.42 | 0.79 | 0.31 |
| Hex | 8C | 10 | 68 | 0 | 59 | 1A | 2D | 13D | 4F | 1F |
| Octal | 214 | 20 | 150 | 0 | 131 | 32 | 55 | 475 | 117 | 37 |
| Binary | 10001100 | 10000 | 1101000 | 0 | 1011001 | 11010 | 101101 | 100111101 | 1001111 | 11111 |
Color Harmonies of #8C1068
Complementary color
Monochromatic Colors of #8C1068
Black with #8C1068
Text Example
Text Example
White with #8C1068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1068; }
p { color: rgb(140,16,104); }
H1.HeaderClassName
{
color: #8C1068;
}
.AnyTagClassName
{
color: #8C1068;
}
</style>
background-color css
<style>
a { background-color: #8C1068; }
a { background-color: rgb(140,16,104); }
div.DivClassName
{
background-color: #8C1068;
}
.BgClassName
{
background-color: #8C1068;
}
</style>
border-color css
<style>
span { border-color: #8C1068; }
span { border-color: rgb(140,16,104); }
td.TdClassName
{
border-color: #8C1068;
}
.TagClassName
{
border-color: #8C1068;
}
</style>