Shades of Eggplant #8F0E70
Tints of Eggplant #8F0E70
RGB
CMYK
RGB Variations
Color information
#8F0E70 (or 0x8F0E70) is known color: Eggplant. HEX triplet: 8F, 0E and 70. RGB value is (143,14,112). Sum of RGB (Red+Green+Blue) = 143+14+112=269 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.16% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0E70 is #70F18F. Grayscale: #3F3F3F. Windows color (decimal): -7401872 or 7343759. OLE color: 7343759.
HSL color Cylindrical-coordinate representation of color #8F0E70: hue angle of 314.42º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0E70 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 14 | 112 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.44 |
| HSL | 314.42º | 0.82% | 0.31% | - |
| HSV(B) | 314.42º | 0.9% | 0.56% | - |
| XYZ | 14.41 | 7.32 | 15.98 | - |
| YUV | 63.74 | 155.24 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 112 | 0 | 0.90 | 0.22 | 0.44 | 314.42 | 0.82 | 0.31 |
| Hex | 8F | E | 70 | 0 | 5A | 16 | 2C | 13A | 52 | 1F |
| Octal | 217 | 16 | 160 | 0 | 132 | 26 | 54 | 472 | 122 | 37 |
| Binary | 10001111 | 1110 | 1110000 | 0 | 1011010 | 10110 | 101100 | 100111010 | 1010010 | 11111 |
Color Harmonies of #8F0E70
Complementary color
Monochromatic Colors of #8F0E70
Black with #8F0E70
Text Example
Text Example
White with #8F0E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0E70; }
p { color: rgb(143,14,112); }
H1.HeaderClassName
{
color: #8F0E70;
}
.AnyTagClassName
{
color: #8F0E70;
}
</style>
background-color css
<style>
a { background-color: #8F0E70; }
a { background-color: rgb(143,14,112); }
div.DivClassName
{
background-color: #8F0E70;
}
.BgClassName
{
background-color: #8F0E70;
}
</style>
border-color css
<style>
span { border-color: #8F0E70; }
span { border-color: rgb(143,14,112); }
td.TdClassName
{
border-color: #8F0E70;
}
.TagClassName
{
border-color: #8F0E70;
}
</style>