Shades of Eggplant #8F024F
Tints of Eggplant #8F024F
RGB
CMYK
RGB Variations
Color information
#8F024F (or 0x8F024F) is known color: Eggplant. HEX triplet: 8F, 02 and 4F. RGB value is (143,2,79). Sum of RGB (Red+Green+Blue) = 143+2+79=224 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.84% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 143 - color contains mainly: red. Hex color #8F024F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F024F is #70FDB0. Grayscale: #343434. Windows color (decimal): -7404977 or 5177999. OLE color: 5177999.
HSL color Cylindrical-coordinate representation of color #8F024F: hue angle of 327.23º 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 #8F024F is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 2 | 79 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.44 |
| HSL | 327.23º | 0.97% | 0.28% | - |
| HSV(B) | 327.23º | 0.99% | 0.56% | - |
| XYZ | 12.76 | 6.45 | 7.97 | - |
| YUV | 52.94 | 142.71 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 79 | 0 | 0.99 | 0.45 | 0.44 | 327.23 | 0.97 | 0.28 |
| Hex | 8F | 2 | 4F | 0 | 63 | 2D | 2C | 147 | 61 | 1C |
| Octal | 217 | 2 | 117 | 0 | 143 | 55 | 54 | 507 | 141 | 34 |
| Binary | 10001111 | 10 | 1001111 | 0 | 1100011 | 101101 | 101100 | 101000111 | 1100001 | 11100 |
Color Harmonies of #8F024F
Complementary color
Monochromatic Colors of #8F024F
Black with #8F024F
Text Example
Text Example
White with #8F024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F024F; }
p { color: rgb(143,2,79); }
H1.HeaderClassName
{
color: #8F024F;
}
.AnyTagClassName
{
color: #8F024F;
}
</style>
background-color css
<style>
a { background-color: #8F024F; }
a { background-color: rgb(143,2,79); }
div.DivClassName
{
background-color: #8F024F;
}
.BgClassName
{
background-color: #8F024F;
}
</style>
border-color css
<style>
span { border-color: #8F024F; }
span { border-color: rgb(143,2,79); }
td.TdClassName
{
border-color: #8F024F;
}
.TagClassName
{
border-color: #8F024F;
}
</style>