Shades of Eggplant #8C0F6C
Tints of Eggplant #8C0F6C
RGB
CMYK
RGB Variations
Color information
#8C0F6C (or 0x8C0F6C) is known color: Eggplant. HEX triplet: 8C, 0F and 6C. RGB value is (140,15,108). Sum of RGB (Red+Green+Blue) = 140+15+108=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0F6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0F6C is #73F093. Grayscale: #3E3E3E. Windows color (decimal): -7598228 or 7081868. OLE color: 7081868.
HSL color Cylindrical-coordinate representation of color #8C0F6C: hue angle of 315.36º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C0F6C is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 15 | 108 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.45 |
| HSL | 315.36º | 0.81% | 0.3% | - |
| HSV(B) | 315.36º | 0.89% | 0.55% | - |
| XYZ | 13.69 | 7 | 14.82 | - |
| YUV | 62.98 | 153.41 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 15 | 108 | 0 | 0.89 | 0.23 | 0.45 | 315.36 | 0.81 | 0.3 |
| Hex | 8C | F | 6C | 0 | 59 | 17 | 2D | 13B | 51 | 1E |
| Octal | 214 | 17 | 154 | 0 | 131 | 27 | 55 | 473 | 121 | 36 |
| Binary | 10001100 | 1111 | 1101100 | 0 | 1011001 | 10111 | 101101 | 100111011 | 1010001 | 11110 |
Color Harmonies of #8C0F6C
Complementary color
Monochromatic Colors of #8C0F6C
Black with #8C0F6C
Text Example
Text Example
White with #8C0F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0F6C; }
p { color: rgb(140,15,108); }
H1.HeaderClassName
{
color: #8C0F6C;
}
.AnyTagClassName
{
color: #8C0F6C;
}
</style>
background-color css
<style>
a { background-color: #8C0F6C; }
a { background-color: rgb(140,15,108); }
div.DivClassName
{
background-color: #8C0F6C;
}
.BgClassName
{
background-color: #8C0F6C;
}
</style>
border-color css
<style>
span { border-color: #8C0F6C; }
span { border-color: rgb(140,15,108); }
td.TdClassName
{
border-color: #8C0F6C;
}
.TagClassName
{
border-color: #8C0F6C;
}
</style>