Shades of Eggplant #8F095C
Tints of Eggplant #8F095C
RGB
CMYK
RGB Variations
Color information
#8F095C (or 0x8F095C) is known color: Eggplant. HEX triplet: 8F, 09 and 5C. RGB value is (143,9,92). Sum of RGB (Red+Green+Blue) = 143+9+92=244 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.61% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 143 - color contains mainly: red. Hex color #8F095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F095C is #70F6A3. Grayscale: #3A3A3A. Windows color (decimal): -7403172 or 6031759. OLE color: 6031759.
HSL color Cylindrical-coordinate representation of color #8F095C: hue angle of 322.84º 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 #8F095C is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 9 | 92 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.44 |
| HSL | 322.84º | 0.88% | 0.3% | - |
| HSV(B) | 322.84º | 0.94% | 0.56% | - |
| XYZ | 13.36 | 6.81 | 10.74 | - |
| YUV | 58.53 | 146.89 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 92 | 0 | 0.94 | 0.36 | 0.44 | 322.84 | 0.88 | 0.3 |
| Hex | 8F | 9 | 5C | 0 | 5E | 24 | 2C | 143 | 58 | 1E |
| Octal | 217 | 11 | 134 | 0 | 136 | 44 | 54 | 503 | 130 | 36 |
| Binary | 10001111 | 1001 | 1011100 | 0 | 1011110 | 100100 | 101100 | 101000011 | 1011000 | 11110 |
Color Harmonies of #8F095C
Complementary color
Monochromatic Colors of #8F095C
Black with #8F095C
Text Example
Text Example
White with #8F095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F095C; }
p { color: rgb(143,9,92); }
H1.HeaderClassName
{
color: #8F095C;
}
.AnyTagClassName
{
color: #8F095C;
}
</style>
background-color css
<style>
a { background-color: #8F095C; }
a { background-color: rgb(143,9,92); }
div.DivClassName
{
background-color: #8F095C;
}
.BgClassName
{
background-color: #8F095C;
}
</style>
border-color css
<style>
span { border-color: #8F095C; }
span { border-color: rgb(143,9,92); }
td.TdClassName
{
border-color: #8F095C;
}
.TagClassName
{
border-color: #8F095C;
}
</style>