Shades of Eggplant #8F055D
Tints of Eggplant #8F055D
RGB
CMYK
RGB Variations
Color information
#8F055D (or 0x8F055D) is known color: Eggplant. HEX triplet: 8F, 05 and 5D. RGB value is (143,5,93). Sum of RGB (Red+Green+Blue) = 143+5+93=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F055D is #70FAA2. Grayscale: #383838. Windows color (decimal): -7404195 or 6096271. OLE color: 6096271.
HSL color Cylindrical-coordinate representation of color #8F055D: hue angle of 321.74º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F055D is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 5 | 93 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.44 |
| HSL | 321.74º | 0.93% | 0.29% | - |
| HSV(B) | 321.74º | 0.97% | 0.56% | - |
| XYZ | 13.36 | 6.74 | 10.95 | - |
| YUV | 56.29 | 148.72 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 93 | 0 | 0.97 | 0.35 | 0.44 | 321.74 | 0.93 | 0.29 |
| Hex | 8F | 5 | 5D | 0 | 61 | 23 | 2C | 142 | 5D | 1D |
| Octal | 217 | 5 | 135 | 0 | 141 | 43 | 54 | 502 | 135 | 35 |
| Binary | 10001111 | 101 | 1011101 | 0 | 1100001 | 100011 | 101100 | 101000010 | 1011101 | 11101 |
Color Harmonies of #8F055D
Complementary color
Monochromatic Colors of #8F055D
Black with #8F055D
Text Example
Text Example
White with #8F055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F055D; }
p { color: rgb(143,5,93); }
H1.HeaderClassName
{
color: #8F055D;
}
.AnyTagClassName
{
color: #8F055D;
}
</style>
background-color css
<style>
a { background-color: #8F055D; }
a { background-color: rgb(143,5,93); }
div.DivClassName
{
background-color: #8F055D;
}
.BgClassName
{
background-color: #8F055D;
}
</style>
border-color css
<style>
span { border-color: #8F055D; }
span { border-color: rgb(143,5,93); }
td.TdClassName
{
border-color: #8F055D;
}
.TagClassName
{
border-color: #8F055D;
}
</style>