Shades of Eggplant #8B085E
Tints of Eggplant #8B085E
RGB
CMYK
RGB Variations
Color information
#8B085E (or 0x8B085E) is known color: Eggplant. HEX triplet: 8B, 08 and 5E. RGB value is (139,8,94). Sum of RGB (Red+Green+Blue) = 139+8+94=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B085E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B085E is #74F7A1. Grayscale: #383838. Windows color (decimal): -7665570 or 6162571. OLE color: 6162571.
HSL color Cylindrical-coordinate representation of color #8B085E: hue angle of 320.61º 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 #8B085E is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 8 | 94 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.45 |
| HSL | 320.61º | 0.89% | 0.29% | - |
| HSV(B) | 320.61º | 0.94% | 0.55% | - |
| XYZ | 12.75 | 6.47 | 11.17 | - |
| YUV | 56.97 | 148.9 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 8 | 94 | 0 | 0.94 | 0.32 | 0.45 | 320.61 | 0.89 | 0.29 |
| Hex | 8B | 8 | 5E | 0 | 5E | 20 | 2D | 141 | 59 | 1D |
| Octal | 213 | 10 | 136 | 0 | 136 | 40 | 55 | 501 | 131 | 35 |
| Binary | 10001011 | 1000 | 1011110 | 0 | 1011110 | 100000 | 101101 | 101000001 | 1011001 | 11101 |
Color Harmonies of #8B085E
Complementary color
Monochromatic Colors of #8B085E
Black with #8B085E
Text Example
Text Example
White with #8B085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B085E; }
p { color: rgb(139,8,94); }
H1.HeaderClassName
{
color: #8B085E;
}
.AnyTagClassName
{
color: #8B085E;
}
</style>
background-color css
<style>
a { background-color: #8B085E; }
a { background-color: rgb(139,8,94); }
div.DivClassName
{
background-color: #8B085E;
}
.BgClassName
{
background-color: #8B085E;
}
</style>
border-color css
<style>
span { border-color: #8B085E; }
span { border-color: rgb(139,8,94); }
td.TdClassName
{
border-color: #8B085E;
}
.TagClassName
{
border-color: #8B085E;
}
</style>