Shades of Eggplant #8F0C70
Tints of Eggplant #8F0C70
RGB
CMYK
RGB Variations
Color information
#8F0C70 (or 0x8F0C70) is known color: Eggplant. HEX triplet: 8F, 0C and 70. RGB value is (143,12,112). Sum of RGB (Red+Green+Blue) = 143+12+112=267 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.56% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0C70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0C70 is #70F38F. Grayscale: #3E3E3E. Windows color (decimal): -7402384 or 7343247. OLE color: 7343247.
HSL color Cylindrical-coordinate representation of color #8F0C70: hue angle of 314.2º 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 #8F0C70 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 12 | 112 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.44 |
| HSL | 314.2º | 0.85% | 0.3% | - |
| HSV(B) | 314.2º | 0.92% | 0.56% | - |
| XYZ | 14.38 | 7.27 | 15.97 | - |
| YUV | 62.57 | 155.9 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 112 | 0 | 0.92 | 0.22 | 0.44 | 314.2 | 0.85 | 0.3 |
| Hex | 8F | C | 70 | 0 | 5C | 16 | 2C | 13A | 55 | 1E |
| Octal | 217 | 14 | 160 | 0 | 134 | 26 | 54 | 472 | 125 | 36 |
| Binary | 10001111 | 1100 | 1110000 | 0 | 1011100 | 10110 | 101100 | 100111010 | 1010101 | 11110 |
Color Harmonies of #8F0C70
Complementary color
Monochromatic Colors of #8F0C70
Black with #8F0C70
Text Example
Text Example
White with #8F0C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0C70; }
p { color: rgb(143,12,112); }
H1.HeaderClassName
{
color: #8F0C70;
}
.AnyTagClassName
{
color: #8F0C70;
}
</style>
background-color css
<style>
a { background-color: #8F0C70; }
a { background-color: rgb(143,12,112); }
div.DivClassName
{
background-color: #8F0C70;
}
.BgClassName
{
background-color: #8F0C70;
}
</style>
border-color css
<style>
span { border-color: #8F0C70; }
span { border-color: rgb(143,12,112); }
td.TdClassName
{
border-color: #8F0C70;
}
.TagClassName
{
border-color: #8F0C70;
}
</style>