Shades of Eggplant #8F026C
Tints of Eggplant #8F026C
RGB
CMYK
RGB Variations
Color information
#8F026C (or 0x8F026C) is known color: Eggplant. HEX triplet: 8F, 02 and 6C. RGB value is (143,2,108). Sum of RGB (Red+Green+Blue) = 143+2+108=253 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.52% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 143 - color contains mainly: red. Hex color #8F026C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F026C is #70FD93. Grayscale: #373737. Windows color (decimal): -7404948 or 7078543. OLE color: 7078543.
HSL color Cylindrical-coordinate representation of color #8F026C: hue angle of 314.89º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F026C is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.44 |
| HSL | 314.89º | 0.97% | 0.28% | - |
| HSV(B) | 314.89º | 0.99% | 0.56% | - |
| XYZ | 14.06 | 6.97 | 14.79 | - |
| YUV | 56.24 | 157.21 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 108 | 0 | 0.99 | 0.24 | 0.44 | 314.89 | 0.97 | 0.28 |
| Hex | 8F | 2 | 6C | 0 | 63 | 18 | 2C | 13B | 61 | 1C |
| Octal | 217 | 2 | 154 | 0 | 143 | 30 | 54 | 473 | 141 | 34 |
| Binary | 10001111 | 10 | 1101100 | 0 | 1100011 | 11000 | 101100 | 100111011 | 1100001 | 11100 |
Color Harmonies of #8F026C
Complementary color
Monochromatic Colors of #8F026C
Black with #8F026C
Text Example
Text Example
White with #8F026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F026C; }
p { color: rgb(143,2,108); }
H1.HeaderClassName
{
color: #8F026C;
}
.AnyTagClassName
{
color: #8F026C;
}
</style>
background-color css
<style>
a { background-color: #8F026C; }
a { background-color: rgb(143,2,108); }
div.DivClassName
{
background-color: #8F026C;
}
.BgClassName
{
background-color: #8F026C;
}
</style>
border-color css
<style>
span { border-color: #8F026C; }
span { border-color: rgb(143,2,108); }
td.TdClassName
{
border-color: #8F026C;
}
.TagClassName
{
border-color: #8F026C;
}
</style>