Shades of Eggplant #8F0876
Tints of Eggplant #8F0876
RGB
CMYK
RGB Variations
Color information
#8F0876 (or 0x8F0876) is known color: Eggplant. HEX triplet: 8F, 08 and 76. RGB value is (143,8,118). Sum of RGB (Red+Green+Blue) = 143+8+118=269 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.16% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0876 is #70F789. Grayscale: #3C3C3C. Windows color (decimal): -7403402 or 7735439. OLE color: 7735439.
HSL color Cylindrical-coordinate representation of color #8F0876: hue angle of 311.11º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0876 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 8 | 118 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.44 |
| HSL | 311.11º | 0.89% | 0.3% | - |
| HSV(B) | 311.11º | 0.94% | 0.56% | - |
| XYZ | 14.68 | 7.32 | 17.78 | - |
| YUV | 60.91 | 160.23 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 8 | 118 | 0 | 0.94 | 0.17 | 0.44 | 311.11 | 0.89 | 0.3 |
| Hex | 8F | 8 | 76 | 0 | 5E | 11 | 2C | 137 | 59 | 1E |
| Octal | 217 | 10 | 166 | 0 | 136 | 21 | 54 | 467 | 131 | 36 |
| Binary | 10001111 | 1000 | 1110110 | 0 | 1011110 | 10001 | 101100 | 100110111 | 1011001 | 11110 |
Color Harmonies of #8F0876
Complementary color
Monochromatic Colors of #8F0876
Black with #8F0876
Text Example
Text Example
White with #8F0876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0876; }
p { color: rgb(143,8,118); }
H1.HeaderClassName
{
color: #8F0876;
}
.AnyTagClassName
{
color: #8F0876;
}
</style>
background-color css
<style>
a { background-color: #8F0876; }
a { background-color: rgb(143,8,118); }
div.DivClassName
{
background-color: #8F0876;
}
.BgClassName
{
background-color: #8F0876;
}
</style>
border-color css
<style>
span { border-color: #8F0876; }
span { border-color: rgb(143,8,118); }
td.TdClassName
{
border-color: #8F0876;
}
.TagClassName
{
border-color: #8F0876;
}
</style>