Shades of Eggplant #8F015F
Tints of Eggplant #8F015F
RGB
CMYK
RGB Variations
Color information
#8F015F (or 0x8F015F) is known color: Eggplant. HEX triplet: 8F, 01 and 5F. RGB value is (143,1,95). Sum of RGB (Red+Green+Blue) = 143+1+95=239 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.83% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 143 - color contains mainly: red. Hex color #8F015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F015F is #70FEA0. Grayscale: #353535. Windows color (decimal): -7405217 or 6226319. OLE color: 6226319.
HSL color Cylindrical-coordinate representation of color #8F015F: hue angle of 320.28º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F015F is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 1 | 95 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.44 |
| HSL | 320.28º | 0.99% | 0.28% | - |
| HSV(B) | 320.28º | 0.99% | 0.56% | - |
| XYZ | 13.4 | 6.69 | 11.41 | - |
| YUV | 54.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 95 | 0 | 0.99 | 0.34 | 0.44 | 320.28 | 0.99 | 0.28 |
| Hex | 8F | 1 | 5F | 0 | 63 | 22 | 2C | 140 | 63 | 1C |
| Octal | 217 | 1 | 137 | 0 | 143 | 42 | 54 | 500 | 143 | 34 |
| Binary | 10001111 | 1 | 1011111 | 0 | 1100011 | 100010 | 101100 | 101000000 | 1100011 | 11100 |
Color Harmonies of #8F015F
Complementary color
Monochromatic Colors of #8F015F
Black with #8F015F
Text Example
Text Example
White with #8F015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F015F; }
p { color: rgb(143,1,95); }
H1.HeaderClassName
{
color: #8F015F;
}
.AnyTagClassName
{
color: #8F015F;
}
</style>
background-color css
<style>
a { background-color: #8F015F; }
a { background-color: rgb(143,1,95); }
div.DivClassName
{
background-color: #8F015F;
}
.BgClassName
{
background-color: #8F015F;
}
</style>
border-color css
<style>
span { border-color: #8F015F; }
span { border-color: rgb(143,1,95); }
td.TdClassName
{
border-color: #8F015F;
}
.TagClassName
{
border-color: #8F015F;
}
</style>