Shades of Eggplant #8F0C65
Tints of Eggplant #8F0C65
RGB
CMYK
RGB Variations
Color information
#8F0C65 (or 0x8F0C65) is known color: Eggplant. HEX triplet: 8F, 0C and 65. RGB value is (143,12,101). Sum of RGB (Red+Green+Blue) = 143+12+101=256 (33% of max value = 765). Red value is 143 (56.25% from 255 or 55.86% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0C65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0C65 is #70F39A. Grayscale: #3D3D3D. Windows color (decimal): -7402395 or 6622351. OLE color: 6622351.
HSL color Cylindrical-coordinate representation of color #8F0C65: hue angle of 319.24º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F0C65 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 12 | 101 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.44 |
| HSL | 319.24º | 0.85% | 0.3% | - |
| HSV(B) | 319.24º | 0.92% | 0.56% | - |
| XYZ | 13.81 | 7.04 | 12.94 | - |
| YUV | 61.32 | 150.4 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 101 | 0 | 0.92 | 0.29 | 0.44 | 319.24 | 0.85 | 0.3 |
| Hex | 8F | C | 65 | 0 | 5C | 1D | 2C | 13F | 55 | 1E |
| Octal | 217 | 14 | 145 | 0 | 134 | 35 | 54 | 477 | 125 | 36 |
| Binary | 10001111 | 1100 | 1100101 | 0 | 1011100 | 11101 | 101100 | 100111111 | 1010101 | 11110 |
Color Harmonies of #8F0C65
Complementary color
Monochromatic Colors of #8F0C65
Black with #8F0C65
Text Example
Text Example
White with #8F0C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0C65; }
p { color: rgb(143,12,101); }
H1.HeaderClassName
{
color: #8F0C65;
}
.AnyTagClassName
{
color: #8F0C65;
}
</style>
background-color css
<style>
a { background-color: #8F0C65; }
a { background-color: rgb(143,12,101); }
div.DivClassName
{
background-color: #8F0C65;
}
.BgClassName
{
background-color: #8F0C65;
}
</style>
border-color css
<style>
span { border-color: #8F0C65; }
span { border-color: rgb(143,12,101); }
td.TdClassName
{
border-color: #8F0C65;
}
.TagClassName
{
border-color: #8F0C65;
}
</style>