Shades of Eggplant #8B0863
Tints of Eggplant #8B0863
RGB
CMYK
RGB Variations
Color information
#8B0863 (or 0x8B0863) is known color: Eggplant. HEX triplet: 8B, 08 and 63. RGB value is (139,8,99). Sum of RGB (Red+Green+Blue) = 139+8+99=246 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.50% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0863 is #74F79C. Grayscale: #393939. Windows color (decimal): -7665565 or 6490251. OLE color: 6490251.
HSL color Cylindrical-coordinate representation of color #8B0863: hue angle of 318.32º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0863 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 8 | 99 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.45 |
| HSL | 318.32º | 0.89% | 0.29% | - |
| HSV(B) | 318.32º | 0.94% | 0.55% | - |
| XYZ | 12.99 | 6.56 | 12.39 | - |
| YUV | 57.54 | 151.4 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 8 | 99 | 0 | 0.94 | 0.29 | 0.45 | 318.32 | 0.89 | 0.29 |
| Hex | 8B | 8 | 63 | 0 | 5E | 1D | 2D | 13E | 59 | 1D |
| Octal | 213 | 10 | 143 | 0 | 136 | 35 | 55 | 476 | 131 | 35 |
| Binary | 10001011 | 1000 | 1100011 | 0 | 1011110 | 11101 | 101101 | 100111110 | 1011001 | 11101 |
Color Harmonies of #8B0863
Complementary color
Monochromatic Colors of #8B0863
Black with #8B0863
Text Example
Text Example
White with #8B0863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0863; }
p { color: rgb(139,8,99); }
H1.HeaderClassName
{
color: #8B0863;
}
.AnyTagClassName
{
color: #8B0863;
}
</style>
background-color css
<style>
a { background-color: #8B0863; }
a { background-color: rgb(139,8,99); }
div.DivClassName
{
background-color: #8B0863;
}
.BgClassName
{
background-color: #8B0863;
}
</style>
border-color css
<style>
span { border-color: #8B0863; }
span { border-color: rgb(139,8,99); }
td.TdClassName
{
border-color: #8B0863;
}
.TagClassName
{
border-color: #8B0863;
}
</style>