Shades of Eggplant #8C0164
Tints of Eggplant #8C0164
RGB
CMYK
RGB Variations
Color information
#8C0164 (or 0x8C0164) is known color: Eggplant. HEX triplet: 8C, 01 and 64. RGB value is (140,1,100). Sum of RGB (Red+Green+Blue) = 140+1+100=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0164 is #73FE9B. Grayscale: #353535. Windows color (decimal): -7601820 or 6553996. OLE color: 6553996.
HSL color Cylindrical-coordinate representation of color #8C0164: hue angle of 317.27º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C0164 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 100 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.45 |
| HSL | 317.27º | 0.99% | 0.28% | - |
| HSV(B) | 317.27º | 0.99% | 0.55% | - |
| XYZ | 13.13 | 6.52 | 12.62 | - |
| YUV | 53.85 | 154.05 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 100 | 0 | 0.99 | 0.29 | 0.45 | 317.27 | 0.99 | 0.28 |
| Hex | 8C | 1 | 64 | 0 | 63 | 1D | 2D | 13D | 63 | 1C |
| Octal | 214 | 1 | 144 | 0 | 143 | 35 | 55 | 475 | 143 | 34 |
| Binary | 10001100 | 1 | 1100100 | 0 | 1100011 | 11101 | 101101 | 100111101 | 1100011 | 11100 |
Color Harmonies of #8C0164
Complementary color
Monochromatic Colors of #8C0164
Black with #8C0164
Text Example
Text Example
White with #8C0164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0164; }
p { color: rgb(140,1,100); }
H1.HeaderClassName
{
color: #8C0164;
}
.AnyTagClassName
{
color: #8C0164;
}
</style>
background-color css
<style>
a { background-color: #8C0164; }
a { background-color: rgb(140,1,100); }
div.DivClassName
{
background-color: #8C0164;
}
.BgClassName
{
background-color: #8C0164;
}
</style>
border-color css
<style>
span { border-color: #8C0164; }
span { border-color: rgb(140,1,100); }
td.TdClassName
{
border-color: #8C0164;
}
.TagClassName
{
border-color: #8C0164;
}
</style>