Shades of Eggplant #8F106D
Tints of Eggplant #8F106D
RGB
CMYK
RGB Variations
Color information
#8F106D (or 0x8F106D) is known color: Eggplant. HEX triplet: 8F, 10 and 6D. RGB value is (143,16,109). Sum of RGB (Red+Green+Blue) = 143+16+109=268 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.36% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 143 - color contains mainly: red. Hex color #8F106D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F106D is #70EF92. Grayscale: #404040. Windows color (decimal): -7401363 or 7147663. OLE color: 7147663.
HSL color Cylindrical-coordinate representation of color #8F106D: hue angle of 316.06º 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 #8F106D is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 16 | 109 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.44 |
| HSL | 316.06º | 0.8% | 0.31% | - |
| HSV(B) | 316.06º | 0.89% | 0.56% | - |
| XYZ | 14.27 | 7.31 | 15.13 | - |
| YUV | 64.58 | 153.08 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 109 | 0 | 0.89 | 0.24 | 0.44 | 316.06 | 0.8 | 0.31 |
| Hex | 8F | 10 | 6D | 0 | 59 | 18 | 2C | 13C | 50 | 1F |
| Octal | 217 | 20 | 155 | 0 | 131 | 30 | 54 | 474 | 120 | 37 |
| Binary | 10001111 | 10000 | 1101101 | 0 | 1011001 | 11000 | 101100 | 100111100 | 1010000 | 11111 |
Color Harmonies of #8F106D
Complementary color
Monochromatic Colors of #8F106D
Black with #8F106D
Text Example
Text Example
White with #8F106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F106D; }
p { color: rgb(143,16,109); }
H1.HeaderClassName
{
color: #8F106D;
}
.AnyTagClassName
{
color: #8F106D;
}
</style>
background-color css
<style>
a { background-color: #8F106D; }
a { background-color: rgb(143,16,109); }
div.DivClassName
{
background-color: #8F106D;
}
.BgClassName
{
background-color: #8F106D;
}
</style>
border-color css
<style>
span { border-color: #8F106D; }
span { border-color: rgb(143,16,109); }
td.TdClassName
{
border-color: #8F106D;
}
.TagClassName
{
border-color: #8F106D;
}
</style>