Shades of Eggplant #8F026A
Tints of Eggplant #8F026A
RGB
CMYK
RGB Variations
Color information
#8F026A (or 0x8F026A) is known color: Eggplant. HEX triplet: 8F, 02 and 6A. RGB value is (143,2,106). Sum of RGB (Red+Green+Blue) = 143+2+106=251 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.97% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 143 - color contains mainly: red. Hex color #8F026A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F026A is #70FD95. Grayscale: #373737. Windows color (decimal): -7404950 or 6947471. OLE color: 6947471.
HSL color Cylindrical-coordinate representation of color #8F026A: hue angle of 315.74º 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 #8F026A is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 2 | 106 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.44 |
| HSL | 315.74º | 0.97% | 0.28% | - |
| HSV(B) | 315.74º | 0.99% | 0.56% | - |
| XYZ | 13.95 | 6.92 | 14.24 | - |
| YUV | 56.02 | 156.21 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 106 | 0 | 0.99 | 0.26 | 0.44 | 315.74 | 0.97 | 0.28 |
| Hex | 8F | 2 | 6A | 0 | 63 | 1A | 2C | 13C | 61 | 1C |
| Octal | 217 | 2 | 152 | 0 | 143 | 32 | 54 | 474 | 141 | 34 |
| Binary | 10001111 | 10 | 1101010 | 0 | 1100011 | 11010 | 101100 | 100111100 | 1100001 | 11100 |
Color Harmonies of #8F026A
Complementary color
Monochromatic Colors of #8F026A
Black with #8F026A
Text Example
Text Example
White with #8F026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F026A; }
p { color: rgb(143,2,106); }
H1.HeaderClassName
{
color: #8F026A;
}
.AnyTagClassName
{
color: #8F026A;
}
</style>
background-color css
<style>
a { background-color: #8F026A; }
a { background-color: rgb(143,2,106); }
div.DivClassName
{
background-color: #8F026A;
}
.BgClassName
{
background-color: #8F026A;
}
</style>
border-color css
<style>
span { border-color: #8F026A; }
span { border-color: rgb(143,2,106); }
td.TdClassName
{
border-color: #8F026A;
}
.TagClassName
{
border-color: #8F026A;
}
</style>