Shades of Eggplant #8F026D
Tints of Eggplant #8F026D
RGB
CMYK
RGB Variations
Color information
#8F026D (or 0x8F026D) is known color: Eggplant. HEX triplet: 8F, 02 and 6D. RGB value is (143,2,109). Sum of RGB (Red+Green+Blue) = 143+2+109=254 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.30% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 143 - color contains mainly: red. Hex color #8F026D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F026D is #70FD92. Grayscale: #383838. Windows color (decimal): -7404947 or 7144079. OLE color: 7144079.
HSL color Cylindrical-coordinate representation of color #8F026D: hue angle of 314.47º 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 #8F026D is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 2 | 109 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.44 |
| HSL | 314.47º | 0.97% | 0.28% | - |
| HSV(B) | 314.47º | 0.99% | 0.56% | - |
| XYZ | 14.11 | 6.99 | 15.07 | - |
| YUV | 56.36 | 157.71 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 109 | 0 | 0.99 | 0.24 | 0.44 | 314.47 | 0.97 | 0.28 |
| Hex | 8F | 2 | 6D | 0 | 63 | 18 | 2C | 13A | 61 | 1C |
| Octal | 217 | 2 | 155 | 0 | 143 | 30 | 54 | 472 | 141 | 34 |
| Binary | 10001111 | 10 | 1101101 | 0 | 1100011 | 11000 | 101100 | 100111010 | 1100001 | 11100 |
Color Harmonies of #8F026D
Complementary color
Monochromatic Colors of #8F026D
Black with #8F026D
Text Example
Text Example
White with #8F026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F026D; }
p { color: rgb(143,2,109); }
H1.HeaderClassName
{
color: #8F026D;
}
.AnyTagClassName
{
color: #8F026D;
}
</style>
background-color css
<style>
a { background-color: #8F026D; }
a { background-color: rgb(143,2,109); }
div.DivClassName
{
background-color: #8F026D;
}
.BgClassName
{
background-color: #8F026D;
}
</style>
border-color css
<style>
span { border-color: #8F026D; }
span { border-color: rgb(143,2,109); }
td.TdClassName
{
border-color: #8F026D;
}
.TagClassName
{
border-color: #8F026D;
}
</style>