Shades of Eggplant #8F085A
Tints of Eggplant #8F085A
RGB
CMYK
RGB Variations
Color information
#8F085A (or 0x8F085A) is known color: Eggplant. HEX triplet: 8F, 08 and 5A. RGB value is (143,8,90). Sum of RGB (Red+Green+Blue) = 143+8+90=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F085A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F085A is #70F7A5. Grayscale: #393939. Windows color (decimal): -7403430 or 5900431. OLE color: 5900431.
HSL color Cylindrical-coordinate representation of color #8F085A: hue angle of 323.56º 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 #8F085A is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 8 | 90 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.44 |
| HSL | 323.56º | 0.89% | 0.3% | - |
| HSV(B) | 323.56º | 0.94% | 0.56% | - |
| XYZ | 13.26 | 6.75 | 10.28 | - |
| YUV | 57.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 8 | 90 | 0 | 0.94 | 0.37 | 0.44 | 323.56 | 0.89 | 0.3 |
| Hex | 8F | 8 | 5A | 0 | 5E | 25 | 2C | 144 | 59 | 1E |
| Octal | 217 | 10 | 132 | 0 | 136 | 45 | 54 | 504 | 131 | 36 |
| Binary | 10001111 | 1000 | 1011010 | 0 | 1011110 | 100101 | 101100 | 101000100 | 1011001 | 11110 |
Color Harmonies of #8F085A
Complementary color
Monochromatic Colors of #8F085A
Black with #8F085A
Text Example
Text Example
White with #8F085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F085A; }
p { color: rgb(143,8,90); }
H1.HeaderClassName
{
color: #8F085A;
}
.AnyTagClassName
{
color: #8F085A;
}
</style>
background-color css
<style>
a { background-color: #8F085A; }
a { background-color: rgb(143,8,90); }
div.DivClassName
{
background-color: #8F085A;
}
.BgClassName
{
background-color: #8F085A;
}
</style>
border-color css
<style>
span { border-color: #8F085A; }
span { border-color: rgb(143,8,90); }
td.TdClassName
{
border-color: #8F085A;
}
.TagClassName
{
border-color: #8F085A;
}
</style>