Shades of Eggplant #8C1064
Tints of Eggplant #8C1064
RGB
CMYK
RGB Variations
Color information
#8C1064 (or 0x8C1064) is known color: Eggplant. HEX triplet: 8C, 10 and 64. RGB value is (140,16,100). Sum of RGB (Red+Green+Blue) = 140+16+100=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1064 is #73EF9B. Grayscale: #3E3E3E. Windows color (decimal): -7597980 or 6557836. OLE color: 6557836.
HSL color Cylindrical-coordinate representation of color #8C1064: hue angle of 319.35º 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 #8C1064 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 100 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.45 |
| HSL | 319.35º | 0.79% | 0.31% | - |
| HSV(B) | 319.35º | 0.89% | 0.55% | - |
| XYZ | 13.3 | 6.87 | 12.68 | - |
| YUV | 62.65 | 149.08 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 100 | 0 | 0.89 | 0.29 | 0.45 | 319.35 | 0.79 | 0.31 |
| Hex | 8C | 10 | 64 | 0 | 59 | 1D | 2D | 13F | 4F | 1F |
| Octal | 214 | 20 | 144 | 0 | 131 | 35 | 55 | 477 | 117 | 37 |
| Binary | 10001100 | 10000 | 1100100 | 0 | 1011001 | 11101 | 101101 | 100111111 | 1001111 | 11111 |
Color Harmonies of #8C1064
Complementary color
Monochromatic Colors of #8C1064
Black with #8C1064
Text Example
Text Example
White with #8C1064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1064; }
p { color: rgb(140,16,100); }
H1.HeaderClassName
{
color: #8C1064;
}
.AnyTagClassName
{
color: #8C1064;
}
</style>
background-color css
<style>
a { background-color: #8C1064; }
a { background-color: rgb(140,16,100); }
div.DivClassName
{
background-color: #8C1064;
}
.BgClassName
{
background-color: #8C1064;
}
</style>
border-color css
<style>
span { border-color: #8C1064; }
span { border-color: rgb(140,16,100); }
td.TdClassName
{
border-color: #8C1064;
}
.TagClassName
{
border-color: #8C1064;
}
</style>