Shades of Eggplant #8F086B
Tints of Eggplant #8F086B
RGB
CMYK
RGB Variations
Color information
#8F086B (or 0x8F086B) is known color: Eggplant. HEX triplet: 8F, 08 and 6B. RGB value is (143,8,107). Sum of RGB (Red+Green+Blue) = 143+8+107=258 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.43% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 143 - color contains mainly: red. Hex color #8F086B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F086B is #70F794. Grayscale: #3B3B3B. Windows color (decimal): -7403413 or 7014543. OLE color: 7014543.
HSL color Cylindrical-coordinate representation of color #8F086B: hue angle of 316º 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 #8F086B is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 8 | 107 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.44 |
| HSL | 316º | 0.89% | 0.3% | - |
| HSV(B) | 316º | 0.94% | 0.56% | - |
| XYZ | 14.07 | 7.07 | 14.53 | - |
| YUV | 59.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 8 | 107 | 0 | 0.94 | 0.25 | 0.44 | 316 | 0.89 | 0.3 |
| Hex | 8F | 8 | 6B | 0 | 5E | 19 | 2C | 13C | 59 | 1E |
| Octal | 217 | 10 | 153 | 0 | 136 | 31 | 54 | 474 | 131 | 36 |
| Binary | 10001111 | 1000 | 1101011 | 0 | 1011110 | 11001 | 101100 | 100111100 | 1011001 | 11110 |
Color Harmonies of #8F086B
Complementary color
Monochromatic Colors of #8F086B
Black with #8F086B
Text Example
Text Example
White with #8F086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F086B; }
p { color: rgb(143,8,107); }
H1.HeaderClassName
{
color: #8F086B;
}
.AnyTagClassName
{
color: #8F086B;
}
</style>
background-color css
<style>
a { background-color: #8F086B; }
a { background-color: rgb(143,8,107); }
div.DivClassName
{
background-color: #8F086B;
}
.BgClassName
{
background-color: #8F086B;
}
</style>
border-color css
<style>
span { border-color: #8F086B; }
span { border-color: rgb(143,8,107); }
td.TdClassName
{
border-color: #8F086B;
}
.TagClassName
{
border-color: #8F086B;
}
</style>