Shades of Eggplant #8F016C
Tints of Eggplant #8F016C
RGB
CMYK
RGB Variations
Color information
#8F016C (or 0x8F016C) is known color: Eggplant. HEX triplet: 8F, 01 and 6C. RGB value is (143,1,108). Sum of RGB (Red+Green+Blue) = 143+1+108=252 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.75% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 143 - color contains mainly: red. Hex color #8F016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F016C is #70FE93. Grayscale: #373737. Windows color (decimal): -7405204 or 7078287. OLE color: 7078287.
HSL color Cylindrical-coordinate representation of color #8F016C: hue angle of 314.79º degrees, saturation: 0.99, 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 #8F016C is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.44 |
| HSL | 314.79º | 0.99% | 0.28% | - |
| HSV(B) | 314.79º | 0.99% | 0.56% | - |
| XYZ | 14.05 | 6.94 | 14.79 | - |
| YUV | 55.66 | 157.54 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 108 | 0 | 0.99 | 0.24 | 0.44 | 314.79 | 0.99 | 0.28 |
| Hex | 8F | 1 | 6C | 0 | 63 | 18 | 2C | 13B | 63 | 1C |
| Octal | 217 | 1 | 154 | 0 | 143 | 30 | 54 | 473 | 143 | 34 |
| Binary | 10001111 | 1 | 1101100 | 0 | 1100011 | 11000 | 101100 | 100111011 | 1100011 | 11100 |
Color Harmonies of #8F016C
Complementary color
Monochromatic Colors of #8F016C
Black with #8F016C
Text Example
Text Example
White with #8F016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F016C; }
p { color: rgb(143,1,108); }
H1.HeaderClassName
{
color: #8F016C;
}
.AnyTagClassName
{
color: #8F016C;
}
</style>
background-color css
<style>
a { background-color: #8F016C; }
a { background-color: rgb(143,1,108); }
div.DivClassName
{
background-color: #8F016C;
}
.BgClassName
{
background-color: #8F016C;
}
</style>
border-color css
<style>
span { border-color: #8F016C; }
span { border-color: rgb(143,1,108); }
td.TdClassName
{
border-color: #8F016C;
}
.TagClassName
{
border-color: #8F016C;
}
</style>