Shades of Eggplant #8F135E
Tints of Eggplant #8F135E
RGB
CMYK
RGB Variations
Color information
#8F135E (or 0x8F135E) is known color: Eggplant. HEX triplet: 8F, 13 and 5E. RGB value is (143,19,94). Sum of RGB (Red+Green+Blue) = 143+19+94=256 (33% of max value = 765). Red value is 143 (56.25% from 255 or 55.86% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 143 - color contains mainly: red. Hex color #8F135E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F135E is #70ECA1. Grayscale: #404040. Windows color (decimal): -7400610 or 6165391. OLE color: 6165391.
HSL color Cylindrical-coordinate representation of color #8F135E: hue angle of 323.71º degrees, saturation: 0.77, 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 #8F135E is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 19 | 94 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.44 |
| HSL | 323.71º | 0.77% | 0.32% | - |
| HSV(B) | 323.71º | 0.87% | 0.56% | - |
| XYZ | 13.58 | 7.11 | 11.25 | - |
| YUV | 64.63 | 144.58 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 94 | 0 | 0.87 | 0.34 | 0.44 | 323.71 | 0.77 | 0.32 |
| Hex | 8F | 13 | 5E | 0 | 57 | 22 | 2C | 144 | 4D | 20 |
| Octal | 217 | 23 | 136 | 0 | 127 | 42 | 54 | 504 | 115 | 40 |
| Binary | 10001111 | 10011 | 1011110 | 0 | 1010111 | 100010 | 101100 | 101000100 | 1001101 | 100000 |
Color Harmonies of #8F135E
Complementary color
Monochromatic Colors of #8F135E
Black with #8F135E
Text Example
Text Example
White with #8F135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F135E; }
p { color: rgb(143,19,94); }
H1.HeaderClassName
{
color: #8F135E;
}
.AnyTagClassName
{
color: #8F135E;
}
</style>
background-color css
<style>
a { background-color: #8F135E; }
a { background-color: rgb(143,19,94); }
div.DivClassName
{
background-color: #8F135E;
}
.BgClassName
{
background-color: #8F135E;
}
</style>
border-color css
<style>
span { border-color: #8F135E; }
span { border-color: rgb(143,19,94); }
td.TdClassName
{
border-color: #8F135E;
}
.TagClassName
{
border-color: #8F135E;
}
</style>