Shades of Eggplant #8C1664
Tints of Eggplant #8C1664
RGB
CMYK
RGB Variations
Color information
#8C1664 (or 0x8C1664) is known color: Eggplant. HEX triplet: 8C, 16 and 64. RGB value is (140,22,100). Sum of RGB (Red+Green+Blue) = 140+22+100=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1664 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1664 is #73E99B. Grayscale: #414141. Windows color (decimal): -7596444 or 6559372. OLE color: 6559372.
HSL color Cylindrical-coordinate representation of color #8C1664: hue angle of 320.34º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C1664 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 22 | 100 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.45 |
| HSL | 320.34º | 0.73% | 0.32% | - |
| HSV(B) | 320.34º | 0.84% | 0.55% | - |
| XYZ | 13.4 | 7.07 | 12.71 | - |
| YUV | 66.17 | 147.09 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 22 | 100 | 0 | 0.84 | 0.29 | 0.45 | 320.34 | 0.73 | 0.32 |
| Hex | 8C | 16 | 64 | 0 | 54 | 1D | 2D | 140 | 49 | 20 |
| Octal | 214 | 26 | 144 | 0 | 124 | 35 | 55 | 500 | 111 | 40 |
| Binary | 10001100 | 10110 | 1100100 | 0 | 1010100 | 11101 | 101101 | 101000000 | 1001001 | 100000 |
Color Harmonies of #8C1664
Complementary color
Monochromatic Colors of #8C1664
Black with #8C1664
Text Example
Text Example
White with #8C1664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1664; }
p { color: rgb(140,22,100); }
H1.HeaderClassName
{
color: #8C1664;
}
.AnyTagClassName
{
color: #8C1664;
}
</style>
background-color css
<style>
a { background-color: #8C1664; }
a { background-color: rgb(140,22,100); }
div.DivClassName
{
background-color: #8C1664;
}
.BgClassName
{
background-color: #8C1664;
}
</style>
border-color css
<style>
span { border-color: #8C1664; }
span { border-color: rgb(140,22,100); }
td.TdClassName
{
border-color: #8C1664;
}
.TagClassName
{
border-color: #8C1664;
}
</style>