Shades of Eggplant #8B096B
Tints of Eggplant #8B096B
RGB
CMYK
RGB Variations
Color information
#8B096B (or 0x8B096B) is known color: Eggplant. HEX triplet: 8B, 09 and 6B. RGB value is (139,9,107). Sum of RGB (Red+Green+Blue) = 139+9+107=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B096B is #74F694. Grayscale: #3A3A3A. Windows color (decimal): -7665301 or 7014795. OLE color: 7014795.
HSL color Cylindrical-coordinate representation of color #8B096B: hue angle of 314.77º degrees, saturation: 0.88, 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 #8B096B is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 9 | 107 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.45 |
| HSL | 314.77º | 0.88% | 0.29% | - |
| HSV(B) | 314.77º | 0.94% | 0.55% | - |
| XYZ | 13.4 | 6.75 | 14.51 | - |
| YUV | 59.04 | 155.07 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 9 | 107 | 0 | 0.94 | 0.23 | 0.45 | 314.77 | 0.88 | 0.29 |
| Hex | 8B | 9 | 6B | 0 | 5E | 17 | 2D | 13B | 58 | 1D |
| Octal | 213 | 11 | 153 | 0 | 136 | 27 | 55 | 473 | 130 | 35 |
| Binary | 10001011 | 1001 | 1101011 | 0 | 1011110 | 10111 | 101101 | 100111011 | 1011000 | 11101 |
Color Harmonies of #8B096B
Complementary color
Monochromatic Colors of #8B096B
Black with #8B096B
Text Example
Text Example
White with #8B096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B096B; }
p { color: rgb(139,9,107); }
H1.HeaderClassName
{
color: #8B096B;
}
.AnyTagClassName
{
color: #8B096B;
}
</style>
background-color css
<style>
a { background-color: #8B096B; }
a { background-color: rgb(139,9,107); }
div.DivClassName
{
background-color: #8B096B;
}
.BgClassName
{
background-color: #8B096B;
}
</style>
border-color css
<style>
span { border-color: #8B096B; }
span { border-color: rgb(139,9,107); }
td.TdClassName
{
border-color: #8B096B;
}
.TagClassName
{
border-color: #8B096B;
}
</style>