Shades of Eggplant #8B065E
Tints of Eggplant #8B065E
RGB
CMYK
RGB Variations
Color information
#8B065E (or 0x8B065E) is known color: Eggplant. HEX triplet: 8B, 06 and 5E. RGB value is (139,6,94). Sum of RGB (Red+Green+Blue) = 139+6+94=239 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.16% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 139 - color contains mainly: red. Hex color #8B065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B065E is #74F9A1. Grayscale: #373737. Windows color (decimal): -7666082 or 6162059. OLE color: 6162059.
HSL color Cylindrical-coordinate representation of color #8B065E: hue angle of 320.3º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B065E is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 6 | 94 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.45 |
| HSL | 320.3º | 0.92% | 0.28% | - |
| HSV(B) | 320.3º | 0.96% | 0.55% | - |
| XYZ | 12.73 | 6.43 | 11.16 | - |
| YUV | 55.8 | 149.56 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 94 | 0 | 0.96 | 0.32 | 0.45 | 320.3 | 0.92 | 0.28 |
| Hex | 8B | 6 | 5E | 0 | 60 | 20 | 2D | 140 | 5C | 1C |
| Octal | 213 | 6 | 136 | 0 | 140 | 40 | 55 | 500 | 134 | 34 |
| Binary | 10001011 | 110 | 1011110 | 0 | 1100000 | 100000 | 101101 | 101000000 | 1011100 | 11100 |
Color Harmonies of #8B065E
Complementary color
Monochromatic Colors of #8B065E
Black with #8B065E
Text Example
Text Example
White with #8B065E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B065E; }
p { color: rgb(139,6,94); }
H1.HeaderClassName
{
color: #8B065E;
}
.AnyTagClassName
{
color: #8B065E;
}
</style>
background-color css
<style>
a { background-color: #8B065E; }
a { background-color: rgb(139,6,94); }
div.DivClassName
{
background-color: #8B065E;
}
.BgClassName
{
background-color: #8B065E;
}
</style>
border-color css
<style>
span { border-color: #8B065E; }
span { border-color: rgb(139,6,94); }
td.TdClassName
{
border-color: #8B065E;
}
.TagClassName
{
border-color: #8B065E;
}
</style>