Shades of Eggplant #8F0873
Tints of Eggplant #8F0873
RGB
CMYK
RGB Variations
Color information
#8F0873 (or 0x8F0873) is known color: Eggplant. HEX triplet: 8F, 08 and 73. RGB value is (143,8,115). Sum of RGB (Red+Green+Blue) = 143+8+115=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0873 is #70F78C. Grayscale: #3C3C3C. Windows color (decimal): -7403405 or 7538831. OLE color: 7538831.
HSL color Cylindrical-coordinate representation of color #8F0873: hue angle of 312.44º 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 #8F0873 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 8 | 115 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.44 |
| HSL | 312.44º | 0.89% | 0.3% | - |
| HSV(B) | 312.44º | 0.94% | 0.56% | - |
| XYZ | 14.51 | 7.25 | 16.85 | - |
| YUV | 60.56 | 158.73 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 8 | 115 | 0 | 0.94 | 0.20 | 0.44 | 312.44 | 0.89 | 0.3 |
| Hex | 8F | 8 | 73 | 0 | 5E | 14 | 2C | 138 | 59 | 1E |
| Octal | 217 | 10 | 163 | 0 | 136 | 24 | 54 | 470 | 131 | 36 |
| Binary | 10001111 | 1000 | 1110011 | 0 | 1011110 | 10100 | 101100 | 100111000 | 1011001 | 11110 |
Color Harmonies of #8F0873
Complementary color
Monochromatic Colors of #8F0873
Black with #8F0873
Text Example
Text Example
White with #8F0873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0873; }
p { color: rgb(143,8,115); }
H1.HeaderClassName
{
color: #8F0873;
}
.AnyTagClassName
{
color: #8F0873;
}
</style>
background-color css
<style>
a { background-color: #8F0873; }
a { background-color: rgb(143,8,115); }
div.DivClassName
{
background-color: #8F0873;
}
.BgClassName
{
background-color: #8F0873;
}
</style>
border-color css
<style>
span { border-color: #8F0873; }
span { border-color: rgb(143,8,115); }
td.TdClassName
{
border-color: #8F0873;
}
.TagClassName
{
border-color: #8F0873;
}
</style>