Shades of Eggplant #8F0E5E
Tints of Eggplant #8F0E5E
RGB
CMYK
RGB Variations
Color information
#8F0E5E (or 0x8F0E5E) is known color: Eggplant. HEX triplet: 8F, 0E and 5E. RGB value is (143,14,94). Sum of RGB (Red+Green+Blue) = 143+14+94=251 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.97% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0E5E is #70F1A1. Grayscale: #3D3D3D. Windows color (decimal): -7401890 or 6164111. OLE color: 6164111.
HSL color Cylindrical-coordinate representation of color #8F0E5E: hue angle of 322.79º 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 #8F0E5E is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 14 | 94 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.44 |
| HSL | 322.79º | 0.82% | 0.31% | - |
| HSV(B) | 322.79º | 0.9% | 0.56% | - |
| XYZ | 13.51 | 6.96 | 11.22 | - |
| YUV | 61.69 | 146.24 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 94 | 0 | 0.90 | 0.34 | 0.44 | 322.79 | 0.82 | 0.31 |
| Hex | 8F | E | 5E | 0 | 5A | 22 | 2C | 143 | 52 | 1F |
| Octal | 217 | 16 | 136 | 0 | 132 | 42 | 54 | 503 | 122 | 37 |
| Binary | 10001111 | 1110 | 1011110 | 0 | 1011010 | 100010 | 101100 | 101000011 | 1010010 | 11111 |
Color Harmonies of #8F0E5E
Complementary color
Monochromatic Colors of #8F0E5E
Black with #8F0E5E
Text Example
Text Example
White with #8F0E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0E5E; }
p { color: rgb(143,14,94); }
H1.HeaderClassName
{
color: #8F0E5E;
}
.AnyTagClassName
{
color: #8F0E5E;
}
</style>
background-color css
<style>
a { background-color: #8F0E5E; }
a { background-color: rgb(143,14,94); }
div.DivClassName
{
background-color: #8F0E5E;
}
.BgClassName
{
background-color: #8F0E5E;
}
</style>
border-color css
<style>
span { border-color: #8F0E5E; }
span { border-color: rgb(143,14,94); }
td.TdClassName
{
border-color: #8F0E5E;
}
.TagClassName
{
border-color: #8F0E5E;
}
</style>