Shades of Eggplant #8B0155
Tints of Eggplant #8B0155
RGB
CMYK
RGB Variations
Color information
#8B0155 (or 0x8B0155) is known color: Eggplant. HEX triplet: 8B, 01 and 55. RGB value is (139,1,85). Sum of RGB (Red+Green+Blue) = 139+1+85=225 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.78% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0155 is #74FEAA. Grayscale: #333333. Windows color (decimal): -7667371 or 5570955. OLE color: 5570955.
HSL color Cylindrical-coordinate representation of color #8B0155: hue angle of 323.48º 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 #8B0155 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 1 | 85 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.45 |
| HSL | 323.48º | 0.99% | 0.27% | - |
| HSV(B) | 323.48º | 0.99% | 0.55% | - |
| XYZ | 12.3 | 6.17 | 9.14 | - |
| YUV | 51.84 | 146.72 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 1 | 85 | 0 | 0.99 | 0.39 | 0.45 | 323.48 | 0.99 | 0.27 |
| Hex | 8B | 1 | 55 | 0 | 63 | 27 | 2D | 143 | 63 | 1B |
| Octal | 213 | 1 | 125 | 0 | 143 | 47 | 55 | 503 | 143 | 33 |
| Binary | 10001011 | 1 | 1010101 | 0 | 1100011 | 100111 | 101101 | 101000011 | 1100011 | 11011 |
Color Harmonies of #8B0155
Complementary color
Monochromatic Colors of #8B0155
Black with #8B0155
Text Example
Text Example
White with #8B0155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0155; }
p { color: rgb(139,1,85); }
H1.HeaderClassName
{
color: #8B0155;
}
.AnyTagClassName
{
color: #8B0155;
}
</style>
background-color css
<style>
a { background-color: #8B0155; }
a { background-color: rgb(139,1,85); }
div.DivClassName
{
background-color: #8B0155;
}
.BgClassName
{
background-color: #8B0155;
}
</style>
border-color css
<style>
span { border-color: #8B0155; }
span { border-color: rgb(139,1,85); }
td.TdClassName
{
border-color: #8B0155;
}
.TagClassName
{
border-color: #8B0155;
}
</style>