Shades of Eggplant #8F0464
Tints of Eggplant #8F0464
RGB
CMYK
RGB Variations
Color information
#8F0464 (or 0x8F0464) is known color: Eggplant. HEX triplet: 8F, 04 and 64. RGB value is (143,4,100). Sum of RGB (Red+Green+Blue) = 143+4+100=247 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.89% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0464 is #70FB9B. Grayscale: #383838. Windows color (decimal): -7404444 or 6554767. OLE color: 6554767.
HSL color Cylindrical-coordinate representation of color #8F0464: hue angle of 318.56º 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 #8F0464 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 4 | 100 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.44 |
| HSL | 318.56º | 0.95% | 0.29% | - |
| HSV(B) | 318.56º | 0.97% | 0.56% | - |
| XYZ | 13.67 | 6.85 | 12.66 | - |
| YUV | 56.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 100 | 0 | 0.97 | 0.30 | 0.44 | 318.56 | 0.95 | 0.29 |
| Hex | 8F | 4 | 64 | 0 | 61 | 1E | 2C | 13F | 5F | 1D |
| Octal | 217 | 4 | 144 | 0 | 141 | 36 | 54 | 477 | 137 | 35 |
| Binary | 10001111 | 100 | 1100100 | 0 | 1100001 | 11110 | 101100 | 100111111 | 1011111 | 11101 |
Color Harmonies of #8F0464
Complementary color
Monochromatic Colors of #8F0464
Black with #8F0464
Text Example
Text Example
White with #8F0464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0464; }
p { color: rgb(143,4,100); }
H1.HeaderClassName
{
color: #8F0464;
}
.AnyTagClassName
{
color: #8F0464;
}
</style>
background-color css
<style>
a { background-color: #8F0464; }
a { background-color: rgb(143,4,100); }
div.DivClassName
{
background-color: #8F0464;
}
.BgClassName
{
background-color: #8F0464;
}
</style>
border-color css
<style>
span { border-color: #8F0464; }
span { border-color: rgb(143,4,100); }
td.TdClassName
{
border-color: #8F0464;
}
.TagClassName
{
border-color: #8F0464;
}
</style>