Shades of Eggplant #8F0F68
Tints of Eggplant #8F0F68
RGB
CMYK
RGB Variations
Color information
#8F0F68 (or 0x8F0F68) is known color: Eggplant. HEX triplet: 8F, 0F and 68. RGB value is (143,15,104). Sum of RGB (Red+Green+Blue) = 143+15+104=262 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.58% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0F68 is #70F097. Grayscale: #3F3F3F. Windows color (decimal): -7401624 or 6819727. OLE color: 6819727.
HSL color Cylindrical-coordinate representation of color #8F0F68: hue angle of 318.28º degrees, saturation: 0.81, 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 #8F0F68 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 15 | 104 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.44 |
| HSL | 318.28º | 0.81% | 0.31% | - |
| HSV(B) | 318.28º | 0.9% | 0.56% | - |
| XYZ | 14 | 7.18 | 13.75 | - |
| YUV | 63.42 | 150.91 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 15 | 104 | 0 | 0.90 | 0.27 | 0.44 | 318.28 | 0.81 | 0.31 |
| Hex | 8F | F | 68 | 0 | 5A | 1B | 2C | 13E | 51 | 1F |
| Octal | 217 | 17 | 150 | 0 | 132 | 33 | 54 | 476 | 121 | 37 |
| Binary | 10001111 | 1111 | 1101000 | 0 | 1011010 | 11011 | 101100 | 100111110 | 1010001 | 11111 |
Color Harmonies of #8F0F68
Complementary color
Monochromatic Colors of #8F0F68
Black with #8F0F68
Text Example
Text Example
White with #8F0F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0F68; }
p { color: rgb(143,15,104); }
H1.HeaderClassName
{
color: #8F0F68;
}
.AnyTagClassName
{
color: #8F0F68;
}
</style>
background-color css
<style>
a { background-color: #8F0F68; }
a { background-color: rgb(143,15,104); }
div.DivClassName
{
background-color: #8F0F68;
}
.BgClassName
{
background-color: #8F0F68;
}
</style>
border-color css
<style>
span { border-color: #8F0F68; }
span { border-color: rgb(143,15,104); }
td.TdClassName
{
border-color: #8F0F68;
}
.TagClassName
{
border-color: #8F0F68;
}
</style>