Shades of Eggplant #8C1069
Tints of Eggplant #8C1069
RGB
CMYK
RGB Variations
Color information
#8C1069 (or 0x8C1069) is known color: Eggplant. HEX triplet: 8C, 10 and 69. RGB value is (140,16,105). Sum of RGB (Red+Green+Blue) = 140+16+105=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1069 is #73EF96. Grayscale: #3E3E3E. Windows color (decimal): -7597975 or 6885516. OLE color: 6885516.
HSL color Cylindrical-coordinate representation of color #8C1069: hue angle of 316.94º 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 #8C1069 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 105 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.45 |
| HSL | 316.94º | 0.79% | 0.31% | - |
| HSV(B) | 316.94º | 0.89% | 0.55% | - |
| XYZ | 13.55 | 6.97 | 13.99 | - |
| YUV | 63.22 | 151.58 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 105 | 0 | 0.89 | 0.25 | 0.45 | 316.94 | 0.79 | 0.31 |
| Hex | 8C | 10 | 69 | 0 | 59 | 19 | 2D | 13D | 4F | 1F |
| Octal | 214 | 20 | 151 | 0 | 131 | 31 | 55 | 475 | 117 | 37 |
| Binary | 10001100 | 10000 | 1101001 | 0 | 1011001 | 11001 | 101101 | 100111101 | 1001111 | 11111 |
Color Harmonies of #8C1069
Complementary color
Monochromatic Colors of #8C1069
Black with #8C1069
Text Example
Text Example
White with #8C1069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1069; }
p { color: rgb(140,16,105); }
H1.HeaderClassName
{
color: #8C1069;
}
.AnyTagClassName
{
color: #8C1069;
}
</style>
background-color css
<style>
a { background-color: #8C1069; }
a { background-color: rgb(140,16,105); }
div.DivClassName
{
background-color: #8C1069;
}
.BgClassName
{
background-color: #8C1069;
}
</style>
border-color css
<style>
span { border-color: #8C1069; }
span { border-color: rgb(140,16,105); }
td.TdClassName
{
border-color: #8C1069;
}
.TagClassName
{
border-color: #8C1069;
}
</style>