Shades of Eggplant #8F0556
Tints of Eggplant #8F0556
RGB
CMYK
RGB Variations
Color information
#8F0556 (or 0x8F0556) is known color: Eggplant. HEX triplet: 8F, 05 and 56. RGB value is (143,5,86). Sum of RGB (Red+Green+Blue) = 143+5+86=234 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.11% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0556 is #70FAA9. Grayscale: #373737. Windows color (decimal): -7404202 or 5637519. OLE color: 5637519.
HSL color Cylindrical-coordinate representation of color #8F0556: hue angle of 324.78º 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 #8F0556 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 5 | 86 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.44 |
| HSL | 324.78º | 0.93% | 0.29% | - |
| HSV(B) | 324.78º | 0.97% | 0.56% | - |
| XYZ | 13.06 | 6.62 | 9.39 | - |
| YUV | 55.5 | 145.22 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 86 | 0 | 0.97 | 0.40 | 0.44 | 324.78 | 0.93 | 0.29 |
| Hex | 8F | 5 | 56 | 0 | 61 | 28 | 2C | 145 | 5D | 1D |
| Octal | 217 | 5 | 126 | 0 | 141 | 50 | 54 | 505 | 135 | 35 |
| Binary | 10001111 | 101 | 1010110 | 0 | 1100001 | 101000 | 101100 | 101000101 | 1011101 | 11101 |
Color Harmonies of #8F0556
Complementary color
Monochromatic Colors of #8F0556
Black with #8F0556
Text Example
Text Example
White with #8F0556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0556; }
p { color: rgb(143,5,86); }
H1.HeaderClassName
{
color: #8F0556;
}
.AnyTagClassName
{
color: #8F0556;
}
</style>
background-color css
<style>
a { background-color: #8F0556; }
a { background-color: rgb(143,5,86); }
div.DivClassName
{
background-color: #8F0556;
}
.BgClassName
{
background-color: #8F0556;
}
</style>
border-color css
<style>
span { border-color: #8F0556; }
span { border-color: rgb(143,5,86); }
td.TdClassName
{
border-color: #8F0556;
}
.TagClassName
{
border-color: #8F0556;
}
</style>