Shades of Eggplant #8F1065
Tints of Eggplant #8F1065
RGB
CMYK
RGB Variations
Color information
#8F1065 (or 0x8F1065) is known color: Eggplant. HEX triplet: 8F, 10 and 65. RGB value is (143,16,101). Sum of RGB (Red+Green+Blue) = 143+16+101=260 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1065 is #70EF9A. Grayscale: #3F3F3F. Windows color (decimal): -7401371 or 6623375. OLE color: 6623375.
HSL color Cylindrical-coordinate representation of color #8F1065: hue angle of 319.84º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F1065 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 16 | 101 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.44 |
| HSL | 319.84º | 0.8% | 0.31% | - |
| HSV(B) | 319.84º | 0.89% | 0.56% | - |
| XYZ | 13.86 | 7.15 | 12.96 | - |
| YUV | 63.66 | 149.08 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 101 | 0 | 0.89 | 0.29 | 0.44 | 319.84 | 0.8 | 0.31 |
| Hex | 8F | 10 | 65 | 0 | 59 | 1D | 2C | 140 | 50 | 1F |
| Octal | 217 | 20 | 145 | 0 | 131 | 35 | 54 | 500 | 120 | 37 |
| Binary | 10001111 | 10000 | 1100101 | 0 | 1011001 | 11101 | 101100 | 101000000 | 1010000 | 11111 |
Color Harmonies of #8F1065
Complementary color
Monochromatic Colors of #8F1065
Black with #8F1065
Text Example
Text Example
White with #8F1065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1065; }
p { color: rgb(143,16,101); }
H1.HeaderClassName
{
color: #8F1065;
}
.AnyTagClassName
{
color: #8F1065;
}
</style>
background-color css
<style>
a { background-color: #8F1065; }
a { background-color: rgb(143,16,101); }
div.DivClassName
{
background-color: #8F1065;
}
.BgClassName
{
background-color: #8F1065;
}
</style>
border-color css
<style>
span { border-color: #8F1065; }
span { border-color: rgb(143,16,101); }
td.TdClassName
{
border-color: #8F1065;
}
.TagClassName
{
border-color: #8F1065;
}
</style>