Shades of Eggplant #8F0E6E
Tints of Eggplant #8F0E6E
RGB
CMYK
RGB Variations
Color information
#8F0E6E (or 0x8F0E6E) is known color: Eggplant. HEX triplet: 8F, 0E and 6E. RGB value is (143,14,110). Sum of RGB (Red+Green+Blue) = 143+14+110=267 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.56% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0E6E is #70F191. Grayscale: #3F3F3F. Windows color (decimal): -7401874 or 7212687. OLE color: 7212687.
HSL color Cylindrical-coordinate representation of color #8F0E6E: hue angle of 315.35º 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 #8F0E6E is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 14 | 110 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.44 |
| HSL | 315.35º | 0.82% | 0.31% | - |
| HSV(B) | 315.35º | 0.9% | 0.56% | - |
| XYZ | 14.3 | 7.28 | 15.4 | - |
| YUV | 63.52 | 154.24 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 110 | 0 | 0.90 | 0.23 | 0.44 | 315.35 | 0.82 | 0.31 |
| Hex | 8F | E | 6E | 0 | 5A | 17 | 2C | 13B | 52 | 1F |
| Octal | 217 | 16 | 156 | 0 | 132 | 27 | 54 | 473 | 122 | 37 |
| Binary | 10001111 | 1110 | 1101110 | 0 | 1011010 | 10111 | 101100 | 100111011 | 1010010 | 11111 |
Color Harmonies of #8F0E6E
Complementary color
Monochromatic Colors of #8F0E6E
Black with #8F0E6E
Text Example
Text Example
White with #8F0E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0E6E; }
p { color: rgb(143,14,110); }
H1.HeaderClassName
{
color: #8F0E6E;
}
.AnyTagClassName
{
color: #8F0E6E;
}
</style>
background-color css
<style>
a { background-color: #8F0E6E; }
a { background-color: rgb(143,14,110); }
div.DivClassName
{
background-color: #8F0E6E;
}
.BgClassName
{
background-color: #8F0E6E;
}
</style>
border-color css
<style>
span { border-color: #8F0E6E; }
span { border-color: rgb(143,14,110); }
td.TdClassName
{
border-color: #8F0E6E;
}
.TagClassName
{
border-color: #8F0E6E;
}
</style>