Shades of Eggplant #8F045F
Tints of Eggplant #8F045F
RGB
CMYK
RGB Variations
Color information
#8F045F (or 0x8F045F) is known color: Eggplant. HEX triplet: 8F, 04 and 5F. RGB value is (143,4,95). Sum of RGB (Red+Green+Blue) = 143+4+95=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F045F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F045F is #70FBA0. Grayscale: #373737. Windows color (decimal): -7404449 or 6227087. OLE color: 6227087.
HSL color Cylindrical-coordinate representation of color #8F045F: hue angle of 320.72º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F045F is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 4 | 95 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.44 |
| HSL | 320.72º | 0.95% | 0.29% | - |
| HSV(B) | 320.72º | 0.97% | 0.56% | - |
| XYZ | 13.44 | 6.75 | 11.42 | - |
| YUV | 55.94 | 150.05 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 95 | 0 | 0.97 | 0.34 | 0.44 | 320.72 | 0.95 | 0.29 |
| Hex | 8F | 4 | 5F | 0 | 61 | 22 | 2C | 141 | 5F | 1D |
| Octal | 217 | 4 | 137 | 0 | 141 | 42 | 54 | 501 | 137 | 35 |
| Binary | 10001111 | 100 | 1011111 | 0 | 1100001 | 100010 | 101100 | 101000001 | 1011111 | 11101 |
Color Harmonies of #8F045F
Complementary color
Monochromatic Colors of #8F045F
Black with #8F045F
Text Example
Text Example
White with #8F045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F045F; }
p { color: rgb(143,4,95); }
H1.HeaderClassName
{
color: #8F045F;
}
.AnyTagClassName
{
color: #8F045F;
}
</style>
background-color css
<style>
a { background-color: #8F045F; }
a { background-color: rgb(143,4,95); }
div.DivClassName
{
background-color: #8F045F;
}
.BgClassName
{
background-color: #8F045F;
}
</style>
border-color css
<style>
span { border-color: #8F045F; }
span { border-color: rgb(143,4,95); }
td.TdClassName
{
border-color: #8F045F;
}
.TagClassName
{
border-color: #8F045F;
}
</style>