Shades of Eggplant #8F0E5B
Tints of Eggplant #8F0E5B
RGB
CMYK
RGB Variations
Color information
#8F0E5B (or 0x8F0E5B) is known color: Eggplant. HEX triplet: 8F, 0E and 5B. RGB value is (143,14,91). Sum of RGB (Red+Green+Blue) = 143+14+91=248 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.66% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0E5B is #70F1A4. Grayscale: #3D3D3D. Windows color (decimal): -7401893 or 5967503. OLE color: 5967503.
HSL color Cylindrical-coordinate representation of color #8F0E5B: hue angle of 324.19º 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 #8F0E5B is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 14 | 91 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.44 |
| HSL | 324.19º | 0.82% | 0.31% | - |
| HSV(B) | 324.19º | 0.9% | 0.56% | - |
| XYZ | 13.37 | 6.91 | 10.53 | - |
| YUV | 61.35 | 144.74 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 91 | 0 | 0.90 | 0.36 | 0.44 | 324.19 | 0.82 | 0.31 |
| Hex | 8F | E | 5B | 0 | 5A | 24 | 2C | 144 | 52 | 1F |
| Octal | 217 | 16 | 133 | 0 | 132 | 44 | 54 | 504 | 122 | 37 |
| Binary | 10001111 | 1110 | 1011011 | 0 | 1011010 | 100100 | 101100 | 101000100 | 1010010 | 11111 |
Color Harmonies of #8F0E5B
Complementary color
Monochromatic Colors of #8F0E5B
Black with #8F0E5B
Text Example
Text Example
White with #8F0E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0E5B; }
p { color: rgb(143,14,91); }
H1.HeaderClassName
{
color: #8F0E5B;
}
.AnyTagClassName
{
color: #8F0E5B;
}
</style>
background-color css
<style>
a { background-color: #8F0E5B; }
a { background-color: rgb(143,14,91); }
div.DivClassName
{
background-color: #8F0E5B;
}
.BgClassName
{
background-color: #8F0E5B;
}
</style>
border-color css
<style>
span { border-color: #8F0E5B; }
span { border-color: rgb(143,14,91); }
td.TdClassName
{
border-color: #8F0E5B;
}
.TagClassName
{
border-color: #8F0E5B;
}
</style>