Shades of Eggplant #8B005B
Tints of Eggplant #8B005B
RGB
CMYK
RGB Variations
Color information
#8B005B (or 0x8B005B) is known color: Eggplant. HEX triplet: 8B, 00 and 5B. RGB value is (139,0,91). Sum of RGB (Red+Green+Blue) = 139+0+91=230 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.43% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 139 - color contains mainly: red. Hex color #8B005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B005B is #74FFA4. Grayscale: #333333. Windows color (decimal): -7667621 or 5963915. OLE color: 5963915.
HSL color Cylindrical-coordinate representation of color #8B005B: hue angle of 320.72º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B005B is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.35 | 0.45 |
| HSL | 320.72º | 1% | 0.27% | - |
| HSV(B) | 320.72º | 1% | 0.55% | - |
| XYZ | 12.54 | 6.24 | 10.44 | - |
| YUV | 51.94 | 150.05 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 91 | 0 | 1 | 0.35 | 0.45 | 320.72 | 1 | 0.27 |
| Hex | 8B | 0 | 5B | 0 | 64 | 23 | 2D | 141 | 64 | 1B |
| Octal | 213 | 0 | 133 | 0 | 144 | 43 | 55 | 501 | 144 | 33 |
| Binary | 10001011 | 0 | 1011011 | 0 | 1100100 | 100011 | 101101 | 101000001 | 1100100 | 11011 |
Color Harmonies of #8B005B
Complementary color
Monochromatic Colors of #8B005B
Black with #8B005B
Text Example
Text Example
White with #8B005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B005B; }
p { color: rgb(139,0,91); }
H1.HeaderClassName
{
color: #8B005B;
}
.AnyTagClassName
{
color: #8B005B;
}
</style>
background-color css
<style>
a { background-color: #8B005B; }
a { background-color: rgb(139,0,91); }
div.DivClassName
{
background-color: #8B005B;
}
.BgClassName
{
background-color: #8B005B;
}
</style>
border-color css
<style>
span { border-color: #8B005B; }
span { border-color: rgb(139,0,91); }
td.TdClassName
{
border-color: #8B005B;
}
.TagClassName
{
border-color: #8B005B;
}
</style>