Shades of Eggplant #8B165E
Tints of Eggplant #8B165E
RGB
CMYK
RGB Variations
Color information
#8B165E (or 0x8B165E) is known color: Eggplant. HEX triplet: 8B, 16 and 5E. RGB value is (139,22,94). Sum of RGB (Red+Green+Blue) = 139+22+94=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B165E is #74E9A1. Grayscale: #414141. Windows color (decimal): -7661986 or 6166155. OLE color: 6166155.
HSL color Cylindrical-coordinate representation of color #8B165E: hue angle of 323.08º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B165E is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 22 | 94 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.45 |
| HSL | 323.08º | 0.73% | 0.32% | - |
| HSV(B) | 323.08º | 0.84% | 0.55% | - |
| XYZ | 12.95 | 6.87 | 11.23 | - |
| YUV | 65.19 | 144.26 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 22 | 94 | 0 | 0.84 | 0.32 | 0.45 | 323.08 | 0.73 | 0.32 |
| Hex | 8B | 16 | 5E | 0 | 54 | 20 | 2D | 143 | 49 | 20 |
| Octal | 213 | 26 | 136 | 0 | 124 | 40 | 55 | 503 | 111 | 40 |
| Binary | 10001011 | 10110 | 1011110 | 0 | 1010100 | 100000 | 101101 | 101000011 | 1001001 | 100000 |
Color Harmonies of #8B165E
Complementary color
Monochromatic Colors of #8B165E
Black with #8B165E
Text Example
Text Example
White with #8B165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B165E; }
p { color: rgb(139,22,94); }
H1.HeaderClassName
{
color: #8B165E;
}
.AnyTagClassName
{
color: #8B165E;
}
</style>
background-color css
<style>
a { background-color: #8B165E; }
a { background-color: rgb(139,22,94); }
div.DivClassName
{
background-color: #8B165E;
}
.BgClassName
{
background-color: #8B165E;
}
</style>
border-color css
<style>
span { border-color: #8B165E; }
span { border-color: rgb(139,22,94); }
td.TdClassName
{
border-color: #8B165E;
}
.TagClassName
{
border-color: #8B165E;
}
</style>