Shades of Eggplant #8B155F
Tints of Eggplant #8B155F
RGB
CMYK
RGB Variations
Color information
#8B155F (or 0x8B155F) is known color: Eggplant. HEX triplet: 8B, 15 and 5F. RGB value is (139,21,95). Sum of RGB (Red+Green+Blue) = 139+21+95=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B155F is #74EAA0. Grayscale: #404040. Windows color (decimal): -7662241 or 6231435. OLE color: 6231435.
HSL color Cylindrical-coordinate representation of color #8B155F: hue angle of 322.37º 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 #8B155F is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 21 | 95 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.45 |
| HSL | 322.37º | 0.74% | 0.31% | - |
| HSV(B) | 322.37º | 0.85% | 0.55% | - |
| XYZ | 12.98 | 6.85 | 11.46 | - |
| YUV | 64.72 | 145.09 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 21 | 95 | 0 | 0.85 | 0.32 | 0.45 | 322.37 | 0.74 | 0.31 |
| Hex | 8B | 15 | 5F | 0 | 55 | 20 | 2D | 142 | 4A | 1F |
| Octal | 213 | 25 | 137 | 0 | 125 | 40 | 55 | 502 | 112 | 37 |
| Binary | 10001011 | 10101 | 1011111 | 0 | 1010101 | 100000 | 101101 | 101000010 | 1001010 | 11111 |
Color Harmonies of #8B155F
Complementary color
Monochromatic Colors of #8B155F
Black with #8B155F
Text Example
Text Example
White with #8B155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B155F; }
p { color: rgb(139,21,95); }
H1.HeaderClassName
{
color: #8B155F;
}
.AnyTagClassName
{
color: #8B155F;
}
</style>
background-color css
<style>
a { background-color: #8B155F; }
a { background-color: rgb(139,21,95); }
div.DivClassName
{
background-color: #8B155F;
}
.BgClassName
{
background-color: #8B155F;
}
</style>
border-color css
<style>
span { border-color: #8B155F; }
span { border-color: rgb(139,21,95); }
td.TdClassName
{
border-color: #8B155F;
}
.TagClassName
{
border-color: #8B155F;
}
</style>