Shades of Eggplant #8F115D
Tints of Eggplant #8F115D
RGB
CMYK
RGB Variations
Color information
#8F115D (or 0x8F115D) is known color: Eggplant. HEX triplet: 8F, 11 and 5D. RGB value is (143,17,93). Sum of RGB (Red+Green+Blue) = 143+17+93=253 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.52% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 143 - color contains mainly: red. Hex color #8F115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F115D is #70EEA2. Grayscale: #3F3F3F. Windows color (decimal): -7401123 or 6099343. OLE color: 6099343.
HSL color Cylindrical-coordinate representation of color #8F115D: hue angle of 323.81º 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 #8F115D is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 17 | 93 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.44 |
| HSL | 323.81º | 0.79% | 0.31% | - |
| HSV(B) | 323.81º | 0.88% | 0.56% | - |
| XYZ | 13.5 | 7.03 | 11 | - |
| YUV | 63.34 | 144.74 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 93 | 0 | 0.88 | 0.35 | 0.44 | 323.81 | 0.79 | 0.31 |
| Hex | 8F | 11 | 5D | 0 | 58 | 23 | 2C | 144 | 4F | 1F |
| Octal | 217 | 21 | 135 | 0 | 130 | 43 | 54 | 504 | 117 | 37 |
| Binary | 10001111 | 10001 | 1011101 | 0 | 1011000 | 100011 | 101100 | 101000100 | 1001111 | 11111 |
Color Harmonies of #8F115D
Complementary color
Monochromatic Colors of #8F115D
Black with #8F115D
Text Example
Text Example
White with #8F115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F115D; }
p { color: rgb(143,17,93); }
H1.HeaderClassName
{
color: #8F115D;
}
.AnyTagClassName
{
color: #8F115D;
}
</style>
background-color css
<style>
a { background-color: #8F115D; }
a { background-color: rgb(143,17,93); }
div.DivClassName
{
background-color: #8F115D;
}
.BgClassName
{
background-color: #8F115D;
}
</style>
border-color css
<style>
span { border-color: #8F115D; }
span { border-color: rgb(143,17,93); }
td.TdClassName
{
border-color: #8F115D;
}
.TagClassName
{
border-color: #8F115D;
}
</style>