Shades of Eggplant #8B005C
Tints of Eggplant #8B005C
RGB
CMYK
RGB Variations
Color information
#8B005C (or 0x8B005C) is known color: Eggplant. HEX triplet: 8B, 00 and 5C. RGB value is (139,0,92). Sum of RGB (Red+Green+Blue) = 139+0+92=231 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.17% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 139 - color contains mainly: red. Hex color #8B005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B005C is #74FFA3. Grayscale: #333333. Windows color (decimal): -7667620 or 6029451. OLE color: 6029451.
HSL color Cylindrical-coordinate representation of color #8B005C: hue angle of 320.29º 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 #8B005C is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.34 | 0.45 |
| HSL | 320.29º | 1% | 0.27% | - |
| HSV(B) | 320.29º | 1% | 0.55% | - |
| XYZ | 12.58 | 6.26 | 10.67 | - |
| YUV | 52.05 | 150.55 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 92 | 0 | 1 | 0.34 | 0.45 | 320.29 | 1 | 0.27 |
| Hex | 8B | 0 | 5C | 0 | 64 | 22 | 2D | 140 | 64 | 1B |
| Octal | 213 | 0 | 134 | 0 | 144 | 42 | 55 | 500 | 144 | 33 |
| Binary | 10001011 | 0 | 1011100 | 0 | 1100100 | 100010 | 101101 | 101000000 | 1100100 | 11011 |
Color Harmonies of #8B005C
Complementary color
Monochromatic Colors of #8B005C
Black with #8B005C
Text Example
Text Example
White with #8B005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B005C; }
p { color: rgb(139,0,92); }
H1.HeaderClassName
{
color: #8B005C;
}
.AnyTagClassName
{
color: #8B005C;
}
</style>
background-color css
<style>
a { background-color: #8B005C; }
a { background-color: rgb(139,0,92); }
div.DivClassName
{
background-color: #8B005C;
}
.BgClassName
{
background-color: #8B005C;
}
</style>
border-color css
<style>
span { border-color: #8B005C; }
span { border-color: rgb(139,0,92); }
td.TdClassName
{
border-color: #8B005C;
}
.TagClassName
{
border-color: #8B005C;
}
</style>