Shades of Eggplant #8F004E
Tints of Eggplant #8F004E
RGB
CMYK
RGB Variations
Color information
#8F004E (or 0x8F004E) is known color: Eggplant. HEX triplet: 8F, 00 and 4E. RGB value is (143,0,78). Sum of RGB (Red+Green+Blue) = 143+0+78=221 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.71% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 143 - color contains mainly: red. Hex color #8F004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F004E is #70FFB1. Grayscale: #333333. Windows color (decimal): -7405490 or 5111951. OLE color: 5111951.
HSL color Cylindrical-coordinate representation of color #8F004E: hue angle of 327.27º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F004E is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.45 | 0.44 |
| HSL | 327.27º | 1% | 0.28% | - |
| HSV(B) | 327.27º | 1% | 0.56% | - |
| XYZ | 12.7 | 6.39 | 7.77 | - |
| YUV | 51.65 | 142.88 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 0 | 78 | 0 | 1 | 0.45 | 0.44 | 327.27 | 1 | 0.28 |
| Hex | 8F | 0 | 4E | 0 | 64 | 2D | 2C | 147 | 64 | 1C |
| Octal | 217 | 0 | 116 | 0 | 144 | 55 | 54 | 507 | 144 | 34 |
| Binary | 10001111 | 0 | 1001110 | 0 | 1100100 | 101101 | 101100 | 101000111 | 1100100 | 11100 |
Color Harmonies of #8F004E
Complementary color
Monochromatic Colors of #8F004E
Black with #8F004E
Text Example
Text Example
White with #8F004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F004E; }
p { color: rgb(143,0,78); }
H1.HeaderClassName
{
color: #8F004E;
}
.AnyTagClassName
{
color: #8F004E;
}
</style>
background-color css
<style>
a { background-color: #8F004E; }
a { background-color: rgb(143,0,78); }
div.DivClassName
{
background-color: #8F004E;
}
.BgClassName
{
background-color: #8F004E;
}
</style>
border-color css
<style>
span { border-color: #8F004E; }
span { border-color: rgb(143,0,78); }
td.TdClassName
{
border-color: #8F004E;
}
.TagClassName
{
border-color: #8F004E;
}
</style>