Shades of Eggplant #8F0562
Tints of Eggplant #8F0562
RGB
CMYK
RGB Variations
Color information
#8F0562 (or 0x8F0562) is known color: Eggplant. HEX triplet: 8F, 05 and 62. RGB value is (143,5,98). Sum of RGB (Red+Green+Blue) = 143+5+98=246 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.13% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0562 is #70FA9D. Grayscale: #383838. Windows color (decimal): -7404190 or 6423951. OLE color: 6423951.
HSL color Cylindrical-coordinate representation of color #8F0562: hue angle of 319.57º 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 #8F0562 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 5 | 98 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.44 |
| HSL | 319.57º | 0.93% | 0.29% | - |
| HSV(B) | 319.57º | 0.97% | 0.56% | - |
| XYZ | 13.59 | 6.83 | 12.16 | - |
| YUV | 56.86 | 151.22 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 98 | 0 | 0.97 | 0.31 | 0.44 | 319.57 | 0.93 | 0.29 |
| Hex | 8F | 5 | 62 | 0 | 61 | 1F | 2C | 140 | 5D | 1D |
| Octal | 217 | 5 | 142 | 0 | 141 | 37 | 54 | 500 | 135 | 35 |
| Binary | 10001111 | 101 | 1100010 | 0 | 1100001 | 11111 | 101100 | 101000000 | 1011101 | 11101 |
Color Harmonies of #8F0562
Complementary color
Monochromatic Colors of #8F0562
Black with #8F0562
Text Example
Text Example
White with #8F0562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0562; }
p { color: rgb(143,5,98); }
H1.HeaderClassName
{
color: #8F0562;
}
.AnyTagClassName
{
color: #8F0562;
}
</style>
background-color css
<style>
a { background-color: #8F0562; }
a { background-color: rgb(143,5,98); }
div.DivClassName
{
background-color: #8F0562;
}
.BgClassName
{
background-color: #8F0562;
}
</style>
border-color css
<style>
span { border-color: #8F0562; }
span { border-color: rgb(143,5,98); }
td.TdClassName
{
border-color: #8F0562;
}
.TagClassName
{
border-color: #8F0562;
}
</style>