Shades of Eggplant #8F0472
Tints of Eggplant #8F0472
RGB
CMYK
RGB Variations
Color information
#8F0472 (or 0x8F0472) is known color: Eggplant. HEX triplet: 8F, 04 and 72. RGB value is (143,4,114). Sum of RGB (Red+Green+Blue) = 143+4+114=261 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.79% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0472 is #70FB8D. Grayscale: #393939. Windows color (decimal): -7404430 or 7472271. OLE color: 7472271.
HSL color Cylindrical-coordinate representation of color #8F0472: hue angle of 312.52º 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 #8F0472 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 4 | 114 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.44 |
| HSL | 312.52º | 0.95% | 0.29% | - |
| HSV(B) | 312.52º | 0.97% | 0.56% | - |
| XYZ | 14.41 | 7.14 | 16.54 | - |
| YUV | 58.1 | 159.55 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 114 | 0 | 0.97 | 0.20 | 0.44 | 312.52 | 0.95 | 0.29 |
| Hex | 8F | 4 | 72 | 0 | 61 | 14 | 2C | 139 | 5F | 1D |
| Octal | 217 | 4 | 162 | 0 | 141 | 24 | 54 | 471 | 137 | 35 |
| Binary | 10001111 | 100 | 1110010 | 0 | 1100001 | 10100 | 101100 | 100111001 | 1011111 | 11101 |
Color Harmonies of #8F0472
Complementary color
Monochromatic Colors of #8F0472
Black with #8F0472
Text Example
Text Example
White with #8F0472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0472; }
p { color: rgb(143,4,114); }
H1.HeaderClassName
{
color: #8F0472;
}
.AnyTagClassName
{
color: #8F0472;
}
</style>
background-color css
<style>
a { background-color: #8F0472; }
a { background-color: rgb(143,4,114); }
div.DivClassName
{
background-color: #8F0472;
}
.BgClassName
{
background-color: #8F0472;
}
</style>
border-color css
<style>
span { border-color: #8F0472; }
span { border-color: rgb(143,4,114); }
td.TdClassName
{
border-color: #8F0472;
}
.TagClassName
{
border-color: #8F0472;
}
</style>