Shades of Eggplant #8F106C
Tints of Eggplant #8F106C
RGB
CMYK
RGB Variations
Color information
#8F106C (or 0x8F106C) is known color: Eggplant. HEX triplet: 8F, 10 and 6C. RGB value is (143,16,108). Sum of RGB (Red+Green+Blue) = 143+16+108=267 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.56% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 143 - color contains mainly: red. Hex color #8F106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F106C is #70EF93. Grayscale: #404040. Windows color (decimal): -7401364 or 7082127. OLE color: 7082127.
HSL color Cylindrical-coordinate representation of color #8F106C: hue angle of 316.54º 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 #8F106C is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 16 | 108 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.44 |
| HSL | 316.54º | 0.8% | 0.31% | - |
| HSV(B) | 316.54º | 0.89% | 0.56% | - |
| XYZ | 14.22 | 7.29 | 14.85 | - |
| YUV | 64.46 | 152.58 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 108 | 0 | 0.89 | 0.24 | 0.44 | 316.54 | 0.8 | 0.31 |
| Hex | 8F | 10 | 6C | 0 | 59 | 18 | 2C | 13D | 50 | 1F |
| Octal | 217 | 20 | 154 | 0 | 131 | 30 | 54 | 475 | 120 | 37 |
| Binary | 10001111 | 10000 | 1101100 | 0 | 1011001 | 11000 | 101100 | 100111101 | 1010000 | 11111 |
Color Harmonies of #8F106C
Complementary color
Monochromatic Colors of #8F106C
Black with #8F106C
Text Example
Text Example
White with #8F106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F106C; }
p { color: rgb(143,16,108); }
H1.HeaderClassName
{
color: #8F106C;
}
.AnyTagClassName
{
color: #8F106C;
}
</style>
background-color css
<style>
a { background-color: #8F106C; }
a { background-color: rgb(143,16,108); }
div.DivClassName
{
background-color: #8F106C;
}
.BgClassName
{
background-color: #8F106C;
}
</style>
border-color css
<style>
span { border-color: #8F106C; }
span { border-color: rgb(143,16,108); }
td.TdClassName
{
border-color: #8F106C;
}
.TagClassName
{
border-color: #8F106C;
}
</style>