Shades of Eggplant #8B0859
Tints of Eggplant #8B0859
RGB
CMYK
RGB Variations
Color information
#8B0859 (or 0x8B0859) is known color: Eggplant. HEX triplet: 8B, 08 and 59. RGB value is (139,8,89). Sum of RGB (Red+Green+Blue) = 139+8+89=236 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.90% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0859 is #74F7A6. Grayscale: #383838. Windows color (decimal): -7665575 or 5834891. OLE color: 5834891.
HSL color Cylindrical-coordinate representation of color #8B0859: hue angle of 322.9º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0859 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 8 | 89 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.45 |
| HSL | 322.9º | 0.89% | 0.29% | - |
| HSV(B) | 322.9º | 0.94% | 0.55% | - |
| XYZ | 12.54 | 6.38 | 10.02 | - |
| YUV | 56.4 | 146.4 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 8 | 89 | 0 | 0.94 | 0.36 | 0.45 | 322.9 | 0.89 | 0.29 |
| Hex | 8B | 8 | 59 | 0 | 5E | 24 | 2D | 143 | 59 | 1D |
| Octal | 213 | 10 | 131 | 0 | 136 | 44 | 55 | 503 | 131 | 35 |
| Binary | 10001011 | 1000 | 1011001 | 0 | 1011110 | 100100 | 101101 | 101000011 | 1011001 | 11101 |
Color Harmonies of #8B0859
Complementary color
Monochromatic Colors of #8B0859
Black with #8B0859
Text Example
Text Example
White with #8B0859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0859; }
p { color: rgb(139,8,89); }
H1.HeaderClassName
{
color: #8B0859;
}
.AnyTagClassName
{
color: #8B0859;
}
</style>
background-color css
<style>
a { background-color: #8B0859; }
a { background-color: rgb(139,8,89); }
div.DivClassName
{
background-color: #8B0859;
}
.BgClassName
{
background-color: #8B0859;
}
</style>
border-color css
<style>
span { border-color: #8B0859; }
span { border-color: rgb(139,8,89); }
td.TdClassName
{
border-color: #8B0859;
}
.TagClassName
{
border-color: #8B0859;
}
</style>