Shades of Eggplant #8F005A
Tints of Eggplant #8F005A
RGB
CMYK
RGB Variations
Color information
#8F005A (or 0x8F005A) is known color: Eggplant. HEX triplet: 8F, 00 and 5A. RGB value is (143,0,90). Sum of RGB (Red+Green+Blue) = 143+0+90=233 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.37% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 143 - color contains mainly: red. Hex color #8F005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F005A is #70FFA5. Grayscale: #343434. Windows color (decimal): -7405478 or 5898383. OLE color: 5898383.
HSL color Cylindrical-coordinate representation of color #8F005A: hue angle of 322.24º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F005A is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.37 | 0.44 |
| HSL | 322.24º | 1% | 0.28% | - |
| HSV(B) | 322.24º | 1% | 0.56% | - |
| XYZ | 13.17 | 6.58 | 10.25 | - |
| YUV | 53.02 | 148.88 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 0 | 90 | 0 | 1 | 0.37 | 0.44 | 322.24 | 1 | 0.28 |
| Hex | 8F | 0 | 5A | 0 | 64 | 25 | 2C | 142 | 64 | 1C |
| Octal | 217 | 0 | 132 | 0 | 144 | 45 | 54 | 502 | 144 | 34 |
| Binary | 10001111 | 0 | 1011010 | 0 | 1100100 | 100101 | 101100 | 101000010 | 1100100 | 11100 |
Color Harmonies of #8F005A
Complementary color
Monochromatic Colors of #8F005A
Black with #8F005A
Text Example
Text Example
White with #8F005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F005A; }
p { color: rgb(143,0,90); }
H1.HeaderClassName
{
color: #8F005A;
}
.AnyTagClassName
{
color: #8F005A;
}
</style>
background-color css
<style>
a { background-color: #8F005A; }
a { background-color: rgb(143,0,90); }
div.DivClassName
{
background-color: #8F005A;
}
.BgClassName
{
background-color: #8F005A;
}
</style>
border-color css
<style>
span { border-color: #8F005A; }
span { border-color: rgb(143,0,90); }
td.TdClassName
{
border-color: #8F005A;
}
.TagClassName
{
border-color: #8F005A;
}
</style>