Shades of Eggplant #8F095F
Tints of Eggplant #8F095F
RGB
CMYK
RGB Variations
Color information
#8F095F (or 0x8F095F) is known color: Eggplant. HEX triplet: 8F, 09 and 5F. RGB value is (143,9,95). Sum of RGB (Red+Green+Blue) = 143+9+95=247 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.89% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 143 - color contains mainly: red. Hex color #8F095F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F095F is #70F6A0. Grayscale: #3A3A3A. Windows color (decimal): -7403169 or 6228367. OLE color: 6228367.
HSL color Cylindrical-coordinate representation of color #8F095F: hue angle of 321.49º degrees, saturation: 0.88, 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 #8F095F is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 9 | 95 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.44 |
| HSL | 321.49º | 0.88% | 0.3% | - |
| HSV(B) | 321.49º | 0.94% | 0.56% | - |
| XYZ | 13.49 | 6.86 | 11.44 | - |
| YUV | 58.87 | 148.39 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 95 | 0 | 0.94 | 0.34 | 0.44 | 321.49 | 0.88 | 0.3 |
| Hex | 8F | 9 | 5F | 0 | 5E | 22 | 2C | 141 | 58 | 1E |
| Octal | 217 | 11 | 137 | 0 | 136 | 42 | 54 | 501 | 130 | 36 |
| Binary | 10001111 | 1001 | 1011111 | 0 | 1011110 | 100010 | 101100 | 101000001 | 1011000 | 11110 |
Color Harmonies of #8F095F
Complementary color
Monochromatic Colors of #8F095F
Black with #8F095F
Text Example
Text Example
White with #8F095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F095F; }
p { color: rgb(143,9,95); }
H1.HeaderClassName
{
color: #8F095F;
}
.AnyTagClassName
{
color: #8F095F;
}
</style>
background-color css
<style>
a { background-color: #8F095F; }
a { background-color: rgb(143,9,95); }
div.DivClassName
{
background-color: #8F095F;
}
.BgClassName
{
background-color: #8F095F;
}
</style>
border-color css
<style>
span { border-color: #8F095F; }
span { border-color: rgb(143,9,95); }
td.TdClassName
{
border-color: #8F095F;
}
.TagClassName
{
border-color: #8F095F;
}
</style>