Shades of Eggplant #8B006C
Tints of Eggplant #8B006C
RGB
CMYK
RGB Variations
Color information
#8B006C (or 0x8B006C) is known color: Eggplant. HEX triplet: 8B, 00 and 6C. RGB value is (139,0,108). Sum of RGB (Red+Green+Blue) = 139+0+108=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B006C is #74FF93. Grayscale: #353535. Windows color (decimal): -7667604 or 7078027. OLE color: 7078027.
HSL color Cylindrical-coordinate representation of color #8B006C: hue angle of 313.38º 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 #8B006C is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.22 | 0.45 |
| HSL | 313.38º | 1% | 0.27% | - |
| HSV(B) | 313.38º | 1% | 0.55% | - |
| XYZ | 13.35 | 6.57 | 14.75 | - |
| YUV | 53.87 | 158.55 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 108 | 0 | 1 | 0.22 | 0.45 | 313.38 | 1 | 0.27 |
| Hex | 8B | 0 | 6C | 0 | 64 | 16 | 2D | 139 | 64 | 1B |
| Octal | 213 | 0 | 154 | 0 | 144 | 26 | 55 | 471 | 144 | 33 |
| Binary | 10001011 | 0 | 1101100 | 0 | 1100100 | 10110 | 101101 | 100111001 | 1100100 | 11011 |
Color Harmonies of #8B006C
Complementary color
Monochromatic Colors of #8B006C
Black with #8B006C
Text Example
Text Example
White with #8B006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B006C; }
p { color: rgb(139,0,108); }
H1.HeaderClassName
{
color: #8B006C;
}
.AnyTagClassName
{
color: #8B006C;
}
</style>
background-color css
<style>
a { background-color: #8B006C; }
a { background-color: rgb(139,0,108); }
div.DivClassName
{
background-color: #8B006C;
}
.BgClassName
{
background-color: #8B006C;
}
</style>
border-color css
<style>
span { border-color: #8B006C; }
span { border-color: rgb(139,0,108); }
td.TdClassName
{
border-color: #8B006C;
}
.TagClassName
{
border-color: #8B006C;
}
</style>