Shades of Eggplant #8F056E
Tints of Eggplant #8F056E
RGB
CMYK
RGB Variations
Color information
#8F056E (or 0x8F056E) is known color: Eggplant. HEX triplet: 8F, 05 and 6E. RGB value is (143,5,110). Sum of RGB (Red+Green+Blue) = 143+5+110=258 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.43% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 143 - color contains mainly: red. Hex color #8F056E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F056E is #70FA91. Grayscale: #393939. Windows color (decimal): -7404178 or 7210383. OLE color: 7210383.
HSL color Cylindrical-coordinate representation of color #8F056E: hue angle of 314.35º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F056E is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 5 | 110 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.44 |
| HSL | 314.35º | 0.93% | 0.29% | - |
| HSV(B) | 314.35º | 0.97% | 0.56% | - |
| XYZ | 14.2 | 7.07 | 15.37 | - |
| YUV | 58.23 | 157.22 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 110 | 0 | 0.97 | 0.23 | 0.44 | 314.35 | 0.93 | 0.29 |
| Hex | 8F | 5 | 6E | 0 | 61 | 17 | 2C | 13A | 5D | 1D |
| Octal | 217 | 5 | 156 | 0 | 141 | 27 | 54 | 472 | 135 | 35 |
| Binary | 10001111 | 101 | 1101110 | 0 | 1100001 | 10111 | 101100 | 100111010 | 1011101 | 11101 |
Color Harmonies of #8F056E
Complementary color
Monochromatic Colors of #8F056E
Black with #8F056E
Text Example
Text Example
White with #8F056E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F056E; }
p { color: rgb(143,5,110); }
H1.HeaderClassName
{
color: #8F056E;
}
.AnyTagClassName
{
color: #8F056E;
}
</style>
background-color css
<style>
a { background-color: #8F056E; }
a { background-color: rgb(143,5,110); }
div.DivClassName
{
background-color: #8F056E;
}
.BgClassName
{
background-color: #8F056E;
}
</style>
border-color css
<style>
span { border-color: #8F056E; }
span { border-color: rgb(143,5,110); }
td.TdClassName
{
border-color: #8F056E;
}
.TagClassName
{
border-color: #8F056E;
}
</style>