Shades of Eggplant #8B015E
Tints of Eggplant #8B015E
RGB
CMYK
RGB Variations
Color information
#8B015E (or 0x8B015E) is known color: Eggplant. HEX triplet: 8B, 01 and 5E. RGB value is (139,1,94). Sum of RGB (Red+Green+Blue) = 139+1+94=234 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.40% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 139 - color contains mainly: red. Hex color #8B015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B015E is #74FEA1. Grayscale: #343434. Windows color (decimal): -7667362 or 6160779. OLE color: 6160779.
HSL color Cylindrical-coordinate representation of color #8B015E: hue angle of 319.57º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B015E is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.45 |
| HSL | 319.57º | 0.99% | 0.27% | - |
| HSV(B) | 319.57º | 0.99% | 0.55% | - |
| XYZ | 12.68 | 6.32 | 11.14 | - |
| YUV | 52.86 | 151.22 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 1 | 94 | 0 | 0.99 | 0.32 | 0.45 | 319.57 | 0.99 | 0.27 |
| Hex | 8B | 1 | 5E | 0 | 63 | 20 | 2D | 140 | 63 | 1B |
| Octal | 213 | 1 | 136 | 0 | 143 | 40 | 55 | 500 | 143 | 33 |
| Binary | 10001011 | 1 | 1011110 | 0 | 1100011 | 100000 | 101101 | 101000000 | 1100011 | 11011 |
Color Harmonies of #8B015E
Complementary color
Monochromatic Colors of #8B015E
Black with #8B015E
Text Example
Text Example
White with #8B015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B015E; }
p { color: rgb(139,1,94); }
H1.HeaderClassName
{
color: #8B015E;
}
.AnyTagClassName
{
color: #8B015E;
}
</style>
background-color css
<style>
a { background-color: #8B015E; }
a { background-color: rgb(139,1,94); }
div.DivClassName
{
background-color: #8B015E;
}
.BgClassName
{
background-color: #8B015E;
}
</style>
border-color css
<style>
span { border-color: #8B015E; }
span { border-color: rgb(139,1,94); }
td.TdClassName
{
border-color: #8B015E;
}
.TagClassName
{
border-color: #8B015E;
}
</style>