Shades of Eggplant #8B106A
Tints of Eggplant #8B106A
RGB
CMYK
RGB Variations
Color information
#8B106A (or 0x8B106A) is known color: Eggplant. HEX triplet: 8B, 10 and 6A. RGB value is (139,16,106). Sum of RGB (Red+Green+Blue) = 139+16+106=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B106A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B106A is #74EF95. Grayscale: #3E3E3E. Windows color (decimal): -7663510 or 6951051. OLE color: 6951051.
HSL color Cylindrical-coordinate representation of color #8B106A: hue angle of 316.1º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B106A is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 16 | 106 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.45 |
| HSL | 316.1º | 0.79% | 0.3% | - |
| HSV(B) | 316.1º | 0.88% | 0.55% | - |
| XYZ | 13.43 | 6.9 | 14.26 | - |
| YUV | 63.04 | 152.25 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 106 | 0 | 0.88 | 0.24 | 0.45 | 316.1 | 0.79 | 0.3 |
| Hex | 8B | 10 | 6A | 0 | 58 | 18 | 2D | 13C | 4F | 1E |
| Octal | 213 | 20 | 152 | 0 | 130 | 30 | 55 | 474 | 117 | 36 |
| Binary | 10001011 | 10000 | 1101010 | 0 | 1011000 | 11000 | 101101 | 100111100 | 1001111 | 11110 |
Color Harmonies of #8B106A
Complementary color
Monochromatic Colors of #8B106A
Black with #8B106A
Text Example
Text Example
White with #8B106A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B106A; }
p { color: rgb(139,16,106); }
H1.HeaderClassName
{
color: #8B106A;
}
.AnyTagClassName
{
color: #8B106A;
}
</style>
background-color css
<style>
a { background-color: #8B106A; }
a { background-color: rgb(139,16,106); }
div.DivClassName
{
background-color: #8B106A;
}
.BgClassName
{
background-color: #8B106A;
}
</style>
border-color css
<style>
span { border-color: #8B106A; }
span { border-color: rgb(139,16,106); }
td.TdClassName
{
border-color: #8B106A;
}
.TagClassName
{
border-color: #8B106A;
}
</style>