Shades of Eggplant #8F1260
Tints of Eggplant #8F1260
RGB
CMYK
RGB Variations
Color information
#8F1260 (or 0x8F1260) is known color: Eggplant. HEX triplet: 8F, 12 and 60. RGB value is (143,18,96). Sum of RGB (Red+Green+Blue) = 143+18+96=257 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.64% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1260 is #70ED9F. Grayscale: #404040. Windows color (decimal): -7400864 or 6296207. OLE color: 6296207.
HSL color Cylindrical-coordinate representation of color #8F1260: hue angle of 322.56º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F1260 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 18 | 96 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.44 |
| HSL | 322.56º | 0.78% | 0.32% | - |
| HSV(B) | 322.56º | 0.87% | 0.56% | - |
| XYZ | 13.66 | 7.12 | 11.72 | - |
| YUV | 64.27 | 145.91 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 18 | 96 | 0 | 0.87 | 0.33 | 0.44 | 322.56 | 0.78 | 0.32 |
| Hex | 8F | 12 | 60 | 0 | 57 | 21 | 2C | 143 | 4E | 20 |
| Octal | 217 | 22 | 140 | 0 | 127 | 41 | 54 | 503 | 116 | 40 |
| Binary | 10001111 | 10010 | 1100000 | 0 | 1010111 | 100001 | 101100 | 101000011 | 1001110 | 100000 |
Color Harmonies of #8F1260
Complementary color
Monochromatic Colors of #8F1260
Black with #8F1260
Text Example
Text Example
White with #8F1260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1260; }
p { color: rgb(143,18,96); }
H1.HeaderClassName
{
color: #8F1260;
}
.AnyTagClassName
{
color: #8F1260;
}
</style>
background-color css
<style>
a { background-color: #8F1260; }
a { background-color: rgb(143,18,96); }
div.DivClassName
{
background-color: #8F1260;
}
.BgClassName
{
background-color: #8F1260;
}
</style>
border-color css
<style>
span { border-color: #8F1260; }
span { border-color: rgb(143,18,96); }
td.TdClassName
{
border-color: #8F1260;
}
.TagClassName
{
border-color: #8F1260;
}
</style>