Shades of Eggplant #8F1161
Tints of Eggplant #8F1161
RGB
CMYK
RGB Variations
Color information
#8F1161 (or 0x8F1161) is known color: Eggplant. HEX triplet: 8F, 11 and 61. RGB value is (143,17,97). Sum of RGB (Red+Green+Blue) = 143+17+97=257 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.64% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1161 is #70EE9E. Grayscale: #3F3F3F. Windows color (decimal): -7401119 or 6361487. OLE color: 6361487.
HSL color Cylindrical-coordinate representation of color #8F1161: hue angle of 321.9º 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 #8F1161 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 17 | 97 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.44 |
| HSL | 321.9º | 0.79% | 0.31% | - |
| HSV(B) | 321.9º | 0.88% | 0.56% | - |
| XYZ | 13.69 | 7.1 | 11.96 | - |
| YUV | 63.79 | 146.74 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 97 | 0 | 0.88 | 0.32 | 0.44 | 321.9 | 0.79 | 0.31 |
| Hex | 8F | 11 | 61 | 0 | 58 | 20 | 2C | 142 | 4F | 1F |
| Octal | 217 | 21 | 141 | 0 | 130 | 40 | 54 | 502 | 117 | 37 |
| Binary | 10001111 | 10001 | 1100001 | 0 | 1011000 | 100000 | 101100 | 101000010 | 1001111 | 11111 |
Color Harmonies of #8F1161
Complementary color
Monochromatic Colors of #8F1161
Black with #8F1161
Text Example
Text Example
White with #8F1161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1161; }
p { color: rgb(143,17,97); }
H1.HeaderClassName
{
color: #8F1161;
}
.AnyTagClassName
{
color: #8F1161;
}
</style>
background-color css
<style>
a { background-color: #8F1161; }
a { background-color: rgb(143,17,97); }
div.DivClassName
{
background-color: #8F1161;
}
.BgClassName
{
background-color: #8F1161;
}
</style>
border-color css
<style>
span { border-color: #8F1161; }
span { border-color: rgb(143,17,97); }
td.TdClassName
{
border-color: #8F1161;
}
.TagClassName
{
border-color: #8F1161;
}
</style>