Shades of Eggplant #8F0160
Tints of Eggplant #8F0160
RGB
CMYK
RGB Variations
Color information
#8F0160 (or 0x8F0160) is known color: Eggplant. HEX triplet: 8F, 01 and 60. RGB value is (143,1,96). Sum of RGB (Red+Green+Blue) = 143+1+96=240 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.58% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0160 is #70FE9F. Grayscale: #363636. Windows color (decimal): -7405216 or 6291855. OLE color: 6291855.
HSL color Cylindrical-coordinate representation of color #8F0160: hue angle of 319.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F0160 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 1 | 96 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.44 |
| HSL | 319.86º | 0.99% | 0.28% | - |
| HSV(B) | 319.86º | 0.99% | 0.56% | - |
| XYZ | 13.45 | 6.71 | 11.65 | - |
| YUV | 54.29 | 151.54 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 96 | 0 | 0.99 | 0.33 | 0.44 | 319.86 | 0.99 | 0.28 |
| Hex | 8F | 1 | 60 | 0 | 63 | 21 | 2C | 140 | 63 | 1C |
| Octal | 217 | 1 | 140 | 0 | 143 | 41 | 54 | 500 | 143 | 34 |
| Binary | 10001111 | 1 | 1100000 | 0 | 1100011 | 100001 | 101100 | 101000000 | 1100011 | 11100 |
Color Harmonies of #8F0160
Complementary color
Monochromatic Colors of #8F0160
Black with #8F0160
Text Example
Text Example
White with #8F0160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0160; }
p { color: rgb(143,1,96); }
H1.HeaderClassName
{
color: #8F0160;
}
.AnyTagClassName
{
color: #8F0160;
}
</style>
background-color css
<style>
a { background-color: #8F0160; }
a { background-color: rgb(143,1,96); }
div.DivClassName
{
background-color: #8F0160;
}
.BgClassName
{
background-color: #8F0160;
}
</style>
border-color css
<style>
span { border-color: #8F0160; }
span { border-color: rgb(143,1,96); }
td.TdClassName
{
border-color: #8F0160;
}
.TagClassName
{
border-color: #8F0160;
}
</style>