Shades of Eggplant #8F0E63
Tints of Eggplant #8F0E63
RGB
CMYK
RGB Variations
Color information
#8F0E63 (or 0x8F0E63) is known color: Eggplant. HEX triplet: 8F, 0E and 63. RGB value is (143,14,99). Sum of RGB (Red+Green+Blue) = 143+14+99=256 (33% of max value = 765). Red value is 143 (56.25% from 255 or 55.86% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0E63 is #70F19C. Grayscale: #3E3E3E. Windows color (decimal): -7401885 or 6491791. OLE color: 6491791.
HSL color Cylindrical-coordinate representation of color #8F0E63: hue angle of 320.47º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0E63 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 14 | 99 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.44 |
| HSL | 320.47º | 0.82% | 0.31% | - |
| HSV(B) | 320.47º | 0.9% | 0.56% | - |
| XYZ | 13.74 | 7.05 | 12.44 | - |
| YUV | 62.26 | 148.74 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 99 | 0 | 0.90 | 0.31 | 0.44 | 320.47 | 0.82 | 0.31 |
| Hex | 8F | E | 63 | 0 | 5A | 1F | 2C | 140 | 52 | 1F |
| Octal | 217 | 16 | 143 | 0 | 132 | 37 | 54 | 500 | 122 | 37 |
| Binary | 10001111 | 1110 | 1100011 | 0 | 1011010 | 11111 | 101100 | 101000000 | 1010010 | 11111 |
Color Harmonies of #8F0E63
Complementary color
Monochromatic Colors of #8F0E63
Black with #8F0E63
Text Example
Text Example
White with #8F0E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0E63; }
p { color: rgb(143,14,99); }
H1.HeaderClassName
{
color: #8F0E63;
}
.AnyTagClassName
{
color: #8F0E63;
}
</style>
background-color css
<style>
a { background-color: #8F0E63; }
a { background-color: rgb(143,14,99); }
div.DivClassName
{
background-color: #8F0E63;
}
.BgClassName
{
background-color: #8F0E63;
}
</style>
border-color css
<style>
span { border-color: #8F0E63; }
span { border-color: rgb(143,14,99); }
td.TdClassName
{
border-color: #8F0E63;
}
.TagClassName
{
border-color: #8F0E63;
}
</style>