Shades of Eggplant #8B155C
Tints of Eggplant #8B155C
RGB
CMYK
RGB Variations
Color information
#8B155C (or 0x8B155C) is known color: Eggplant. HEX triplet: 8B, 15 and 5C. RGB value is (139,21,92). Sum of RGB (Red+Green+Blue) = 139+21+92=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B155C is #74EAA3. Grayscale: #404040. Windows color (decimal): -7662244 or 6034827. OLE color: 6034827.
HSL color Cylindrical-coordinate representation of color #8B155C: hue angle of 323.9º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B155C is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 21 | 92 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.45 |
| HSL | 323.9º | 0.74% | 0.31% | - |
| HSV(B) | 323.9º | 0.85% | 0.55% | - |
| XYZ | 12.85 | 6.8 | 10.76 | - |
| YUV | 64.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 21 | 92 | 0 | 0.85 | 0.34 | 0.45 | 323.9 | 0.74 | 0.31 |
| Hex | 8B | 15 | 5C | 0 | 55 | 22 | 2D | 144 | 4A | 1F |
| Octal | 213 | 25 | 134 | 0 | 125 | 42 | 55 | 504 | 112 | 37 |
| Binary | 10001011 | 10101 | 1011100 | 0 | 1010101 | 100010 | 101101 | 101000100 | 1001010 | 11111 |
Color Harmonies of #8B155C
Complementary color
Monochromatic Colors of #8B155C
Black with #8B155C
Text Example
Text Example
White with #8B155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B155C; }
p { color: rgb(139,21,92); }
H1.HeaderClassName
{
color: #8B155C;
}
.AnyTagClassName
{
color: #8B155C;
}
</style>
background-color css
<style>
a { background-color: #8B155C; }
a { background-color: rgb(139,21,92); }
div.DivClassName
{
background-color: #8B155C;
}
.BgClassName
{
background-color: #8B155C;
}
</style>
border-color css
<style>
span { border-color: #8B155C; }
span { border-color: rgb(139,21,92); }
td.TdClassName
{
border-color: #8B155C;
}
.TagClassName
{
border-color: #8B155C;
}
</style>