Shades of Eggplant #8B086E
Tints of Eggplant #8B086E
RGB
CMYK
RGB Variations
Color information
#8B086E (or 0x8B086E) is known color: Eggplant. HEX triplet: 8B, 08 and 6E. RGB value is (139,8,110). Sum of RGB (Red+Green+Blue) = 139+8+110=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B086E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B086E is #74F791. Grayscale: #3A3A3A. Windows color (decimal): -7665554 or 7211147. OLE color: 7211147.
HSL color Cylindrical-coordinate representation of color #8B086E: hue angle of 313.28º 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 #8B086E is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 8 | 110 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.45 |
| HSL | 313.28º | 0.89% | 0.29% | - |
| HSV(B) | 313.28º | 0.94% | 0.55% | - |
| XYZ | 13.55 | 6.79 | 15.35 | - |
| YUV | 58.8 | 156.9 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 8 | 110 | 0 | 0.94 | 0.21 | 0.45 | 313.28 | 0.89 | 0.29 |
| Hex | 8B | 8 | 6E | 0 | 5E | 15 | 2D | 139 | 59 | 1D |
| Octal | 213 | 10 | 156 | 0 | 136 | 25 | 55 | 471 | 131 | 35 |
| Binary | 10001011 | 1000 | 1101110 | 0 | 1011110 | 10101 | 101101 | 100111001 | 1011001 | 11101 |
Color Harmonies of #8B086E
Complementary color
Monochromatic Colors of #8B086E
Black with #8B086E
Text Example
Text Example
White with #8B086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B086E; }
p { color: rgb(139,8,110); }
H1.HeaderClassName
{
color: #8B086E;
}
.AnyTagClassName
{
color: #8B086E;
}
</style>
background-color css
<style>
a { background-color: #8B086E; }
a { background-color: rgb(139,8,110); }
div.DivClassName
{
background-color: #8B086E;
}
.BgClassName
{
background-color: #8B086E;
}
</style>
border-color css
<style>
span { border-color: #8B086E; }
span { border-color: rgb(139,8,110); }
td.TdClassName
{
border-color: #8B086E;
}
.TagClassName
{
border-color: #8B086E;
}
</style>