Shades of Eggplant #8C0165
Tints of Eggplant #8C0165
RGB
CMYK
RGB Variations
Color information
#8C0165 (or 0x8C0165) is known color: Eggplant. HEX triplet: 8C, 01 and 65. RGB value is (140,1,101). Sum of RGB (Red+Green+Blue) = 140+1+101=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0165 is #73FE9A. Grayscale: #353535. Windows color (decimal): -7601819 or 6619532. OLE color: 6619532.
HSL color Cylindrical-coordinate representation of color #8C0165: hue angle of 316.83º 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 #8C0165 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 101 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.45 |
| HSL | 316.83º | 0.99% | 0.28% | - |
| HSV(B) | 316.83º | 0.99% | 0.55% | - |
| XYZ | 13.18 | 6.54 | 12.88 | - |
| YUV | 53.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 101 | 0 | 0.99 | 0.28 | 0.45 | 316.83 | 0.99 | 0.28 |
| Hex | 8C | 1 | 65 | 0 | 63 | 1C | 2D | 13D | 63 | 1C |
| Octal | 214 | 1 | 145 | 0 | 143 | 34 | 55 | 475 | 143 | 34 |
| Binary | 10001100 | 1 | 1100101 | 0 | 1100011 | 11100 | 101101 | 100111101 | 1100011 | 11100 |
Color Harmonies of #8C0165
Complementary color
Monochromatic Colors of #8C0165
Black with #8C0165
Text Example
Text Example
White with #8C0165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0165; }
p { color: rgb(140,1,101); }
H1.HeaderClassName
{
color: #8C0165;
}
.AnyTagClassName
{
color: #8C0165;
}
</style>
background-color css
<style>
a { background-color: #8C0165; }
a { background-color: rgb(140,1,101); }
div.DivClassName
{
background-color: #8C0165;
}
.BgClassName
{
background-color: #8C0165;
}
</style>
border-color css
<style>
span { border-color: #8C0165; }
span { border-color: rgb(140,1,101); }
td.TdClassName
{
border-color: #8C0165;
}
.TagClassName
{
border-color: #8C0165;
}
</style>