Shades of Eggplant #8F0F6C
Tints of Eggplant #8F0F6C
RGB
CMYK
RGB Variations
Color information
#8F0F6C (or 0x8F0F6C) is known color: Eggplant. HEX triplet: 8F, 0F and 6C. RGB value is (143,15,108). Sum of RGB (Red+Green+Blue) = 143+15+108=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0F6C is #70F093. Grayscale: #3F3F3F. Windows color (decimal): -7401620 or 7081871. OLE color: 7081871.
HSL color Cylindrical-coordinate representation of color #8F0F6C: hue angle of 316.41º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0F6C is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 15 | 108 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.44 |
| HSL | 316.41º | 0.81% | 0.31% | - |
| HSV(B) | 316.41º | 0.9% | 0.56% | - |
| XYZ | 14.21 | 7.26 | 14.84 | - |
| YUV | 63.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 15 | 108 | 0 | 0.90 | 0.24 | 0.44 | 316.41 | 0.81 | 0.31 |
| Hex | 8F | F | 6C | 0 | 5A | 18 | 2C | 13C | 51 | 1F |
| Octal | 217 | 17 | 154 | 0 | 132 | 30 | 54 | 474 | 121 | 37 |
| Binary | 10001111 | 1111 | 1101100 | 0 | 1011010 | 11000 | 101100 | 100111100 | 1010001 | 11111 |
Color Harmonies of #8F0F6C
Complementary color
Monochromatic Colors of #8F0F6C
Black with #8F0F6C
Text Example
Text Example
White with #8F0F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0F6C; }
p { color: rgb(143,15,108); }
H1.HeaderClassName
{
color: #8F0F6C;
}
.AnyTagClassName
{
color: #8F0F6C;
}
</style>
background-color css
<style>
a { background-color: #8F0F6C; }
a { background-color: rgb(143,15,108); }
div.DivClassName
{
background-color: #8F0F6C;
}
.BgClassName
{
background-color: #8F0F6C;
}
</style>
border-color css
<style>
span { border-color: #8F0F6C; }
span { border-color: rgb(143,15,108); }
td.TdClassName
{
border-color: #8F0F6C;
}
.TagClassName
{
border-color: #8F0F6C;
}
</style>