Shades of Eggplant #8F004F
Tints of Eggplant #8F004F
RGB
CMYK
RGB Variations
Color information
#8F004F (or 0x8F004F) is known color: Eggplant. HEX triplet: 8F, 00 and 4F. RGB value is (143,0,79). Sum of RGB (Red+Green+Blue) = 143+0+79=222 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.41% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 143 - color contains mainly: red. Hex color #8F004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F004F is #70FFB0. Grayscale: #333333. Windows color (decimal): -7405489 or 5177487. OLE color: 5177487.
HSL color Cylindrical-coordinate representation of color #8F004F: hue angle of 326.85º 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 #8F004F is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.45 | 0.44 |
| HSL | 326.85º | 1% | 0.28% | - |
| HSV(B) | 326.85º | 1% | 0.56% | - |
| XYZ | 12.74 | 6.4 | 7.96 | - |
| YUV | 51.76 | 143.38 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 0 | 79 | 0 | 1 | 0.45 | 0.44 | 326.85 | 1 | 0.28 |
| Hex | 8F | 0 | 4F | 0 | 64 | 2D | 2C | 147 | 64 | 1C |
| Octal | 217 | 0 | 117 | 0 | 144 | 55 | 54 | 507 | 144 | 34 |
| Binary | 10001111 | 0 | 1001111 | 0 | 1100100 | 101101 | 101100 | 101000111 | 1100100 | 11100 |
Color Harmonies of #8F004F
Complementary color
Monochromatic Colors of #8F004F
Black with #8F004F
Text Example
Text Example
White with #8F004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F004F; }
p { color: rgb(143,0,79); }
H1.HeaderClassName
{
color: #8F004F;
}
.AnyTagClassName
{
color: #8F004F;
}
</style>
background-color css
<style>
a { background-color: #8F004F; }
a { background-color: rgb(143,0,79); }
div.DivClassName
{
background-color: #8F004F;
}
.BgClassName
{
background-color: #8F004F;
}
</style>
border-color css
<style>
span { border-color: #8F004F; }
span { border-color: rgb(143,0,79); }
td.TdClassName
{
border-color: #8F004F;
}
.TagClassName
{
border-color: #8F004F;
}
</style>