Shades of Eggplant #8F0872
Tints of Eggplant #8F0872
RGB
CMYK
RGB Variations
Color information
#8F0872 (or 0x8F0872) is known color: Eggplant. HEX triplet: 8F, 08 and 72. RGB value is (143,8,114). Sum of RGB (Red+Green+Blue) = 143+8+114=265 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.96% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0872 is #70F78D. Grayscale: #3C3C3C. Windows color (decimal): -7403406 or 7473295. OLE color: 7473295.
HSL color Cylindrical-coordinate representation of color #8F0872: hue angle of 312.89º 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 #8F0872 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 8 | 114 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.44 |
| HSL | 312.89º | 0.89% | 0.3% | - |
| HSV(B) | 312.89º | 0.94% | 0.56% | - |
| XYZ | 14.45 | 7.23 | 16.55 | - |
| YUV | 60.45 | 158.23 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 8 | 114 | 0 | 0.94 | 0.20 | 0.44 | 312.89 | 0.89 | 0.3 |
| Hex | 8F | 8 | 72 | 0 | 5E | 14 | 2C | 139 | 59 | 1E |
| Octal | 217 | 10 | 162 | 0 | 136 | 24 | 54 | 471 | 131 | 36 |
| Binary | 10001111 | 1000 | 1110010 | 0 | 1011110 | 10100 | 101100 | 100111001 | 1011001 | 11110 |
Color Harmonies of #8F0872
Complementary color
Monochromatic Colors of #8F0872
Black with #8F0872
Text Example
Text Example
White with #8F0872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0872; }
p { color: rgb(143,8,114); }
H1.HeaderClassName
{
color: #8F0872;
}
.AnyTagClassName
{
color: #8F0872;
}
</style>
background-color css
<style>
a { background-color: #8F0872; }
a { background-color: rgb(143,8,114); }
div.DivClassName
{
background-color: #8F0872;
}
.BgClassName
{
background-color: #8F0872;
}
</style>
border-color css
<style>
span { border-color: #8F0872; }
span { border-color: rgb(143,8,114); }
td.TdClassName
{
border-color: #8F0872;
}
.TagClassName
{
border-color: #8F0872;
}
</style>