Shades of Eggplant #8B016D
Tints of Eggplant #8B016D
RGB
CMYK
RGB Variations
Color information
#8B016D (or 0x8B016D) is known color: Eggplant. HEX triplet: 8B, 01 and 6D. RGB value is (139,1,109). Sum of RGB (Red+Green+Blue) = 139+1+109=249 (32% of max value = 765). Red value is 139 (54.69% from 255 or 55.82% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 139 - color contains mainly: red. Hex color #8B016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B016D is #74FE92. Grayscale: #363636. Windows color (decimal): -7667347 or 7143819. OLE color: 7143819.
HSL color Cylindrical-coordinate representation of color #8B016D: hue angle of 313.04º 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 #8B016D is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 1 | 109 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.45 |
| HSL | 313.04º | 0.99% | 0.27% | - |
| HSV(B) | 313.04º | 0.99% | 0.55% | - |
| XYZ | 13.42 | 6.61 | 15.04 | - |
| YUV | 54.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 1 | 109 | 0 | 0.99 | 0.22 | 0.45 | 313.04 | 0.99 | 0.27 |
| Hex | 8B | 1 | 6D | 0 | 63 | 16 | 2D | 139 | 63 | 1B |
| Octal | 213 | 1 | 155 | 0 | 143 | 26 | 55 | 471 | 143 | 33 |
| Binary | 10001011 | 1 | 1101101 | 0 | 1100011 | 10110 | 101101 | 100111001 | 1100011 | 11011 |
Color Harmonies of #8B016D
Complementary color
Monochromatic Colors of #8B016D
Black with #8B016D
Text Example
Text Example
White with #8B016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B016D; }
p { color: rgb(139,1,109); }
H1.HeaderClassName
{
color: #8B016D;
}
.AnyTagClassName
{
color: #8B016D;
}
</style>
background-color css
<style>
a { background-color: #8B016D; }
a { background-color: rgb(139,1,109); }
div.DivClassName
{
background-color: #8B016D;
}
.BgClassName
{
background-color: #8B016D;
}
</style>
border-color css
<style>
span { border-color: #8B016D; }
span { border-color: rgb(139,1,109); }
td.TdClassName
{
border-color: #8B016D;
}
.TagClassName
{
border-color: #8B016D;
}
</style>