Shades of Eggplant #8F045E
Tints of Eggplant #8F045E
RGB
CMYK
RGB Variations
Color information
#8F045E (or 0x8F045E) is known color: Eggplant. HEX triplet: 8F, 04 and 5E. RGB value is (143,4,94). Sum of RGB (Red+Green+Blue) = 143+4+94=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F045E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F045E is #70FBA1. Grayscale: #373737. Windows color (decimal): -7404450 or 6161551. OLE color: 6161551.
HSL color Cylindrical-coordinate representation of color #8F045E: hue angle of 321.15º 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 #8F045E is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 4 | 94 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.44 |
| HSL | 321.15º | 0.95% | 0.29% | - |
| HSV(B) | 321.15º | 0.97% | 0.56% | - |
| XYZ | 13.39 | 6.73 | 11.18 | - |
| YUV | 55.82 | 149.55 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 94 | 0 | 0.97 | 0.34 | 0.44 | 321.15 | 0.95 | 0.29 |
| Hex | 8F | 4 | 5E | 0 | 61 | 22 | 2C | 141 | 5F | 1D |
| Octal | 217 | 4 | 136 | 0 | 141 | 42 | 54 | 501 | 137 | 35 |
| Binary | 10001111 | 100 | 1011110 | 0 | 1100001 | 100010 | 101100 | 101000001 | 1011111 | 11101 |
Color Harmonies of #8F045E
Complementary color
Monochromatic Colors of #8F045E
Black with #8F045E
Text Example
Text Example
White with #8F045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F045E; }
p { color: rgb(143,4,94); }
H1.HeaderClassName
{
color: #8F045E;
}
.AnyTagClassName
{
color: #8F045E;
}
</style>
background-color css
<style>
a { background-color: #8F045E; }
a { background-color: rgb(143,4,94); }
div.DivClassName
{
background-color: #8F045E;
}
.BgClassName
{
background-color: #8F045E;
}
</style>
border-color css
<style>
span { border-color: #8F045E; }
span { border-color: rgb(143,4,94); }
td.TdClassName
{
border-color: #8F045E;
}
.TagClassName
{
border-color: #8F045E;
}
</style>