Shades of Eggplant #8F115F
Tints of Eggplant #8F115F
RGB
CMYK
RGB Variations
Color information
#8F115F (or 0x8F115F) is known color: Eggplant. HEX triplet: 8F, 11 and 5F. RGB value is (143,17,95). Sum of RGB (Red+Green+Blue) = 143+17+95=255 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.08% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 143 - color contains mainly: red. Hex color #8F115F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F115F is #70EEA0. Grayscale: #3F3F3F. Windows color (decimal): -7401121 or 6230415. OLE color: 6230415.
HSL color Cylindrical-coordinate representation of color #8F115F: hue angle of 322.86º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F115F is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 17 | 95 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.44 |
| HSL | 322.86º | 0.79% | 0.31% | - |
| HSV(B) | 322.86º | 0.88% | 0.56% | - |
| XYZ | 13.59 | 7.07 | 11.47 | - |
| YUV | 63.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 95 | 0 | 0.88 | 0.34 | 0.44 | 322.86 | 0.79 | 0.31 |
| Hex | 8F | 11 | 5F | 0 | 58 | 22 | 2C | 143 | 4F | 1F |
| Octal | 217 | 21 | 137 | 0 | 130 | 42 | 54 | 503 | 117 | 37 |
| Binary | 10001111 | 10001 | 1011111 | 0 | 1011000 | 100010 | 101100 | 101000011 | 1001111 | 11111 |
Color Harmonies of #8F115F
Complementary color
Monochromatic Colors of #8F115F
Black with #8F115F
Text Example
Text Example
White with #8F115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F115F; }
p { color: rgb(143,17,95); }
H1.HeaderClassName
{
color: #8F115F;
}
.AnyTagClassName
{
color: #8F115F;
}
</style>
background-color css
<style>
a { background-color: #8F115F; }
a { background-color: rgb(143,17,95); }
div.DivClassName
{
background-color: #8F115F;
}
.BgClassName
{
background-color: #8F115F;
}
</style>
border-color css
<style>
span { border-color: #8F115F; }
span { border-color: rgb(143,17,95); }
td.TdClassName
{
border-color: #8F115F;
}
.TagClassName
{
border-color: #8F115F;
}
</style>