Shades of Eggplant #8B1066
Tints of Eggplant #8B1066
RGB
CMYK
RGB Variations
Color information
#8B1066 (or 0x8B1066) is known color: Eggplant. HEX triplet: 8B, 10 and 66. RGB value is (139,16,102). Sum of RGB (Red+Green+Blue) = 139+16+102=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1066 is #74EF99. Grayscale: #3E3E3E. Windows color (decimal): -7663514 or 6688907. OLE color: 6688907.
HSL color Cylindrical-coordinate representation of color #8B1066: hue angle of 318.05º 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 #8B1066 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 16 | 102 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.45 |
| HSL | 318.05º | 0.79% | 0.3% | - |
| HSV(B) | 318.05º | 0.88% | 0.55% | - |
| XYZ | 13.23 | 6.82 | 13.19 | - |
| YUV | 62.58 | 150.25 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 102 | 0 | 0.88 | 0.27 | 0.45 | 318.05 | 0.79 | 0.3 |
| Hex | 8B | 10 | 66 | 0 | 58 | 1B | 2D | 13E | 4F | 1E |
| Octal | 213 | 20 | 146 | 0 | 130 | 33 | 55 | 476 | 117 | 36 |
| Binary | 10001011 | 10000 | 1100110 | 0 | 1011000 | 11011 | 101101 | 100111110 | 1001111 | 11110 |
Color Harmonies of #8B1066
Complementary color
Monochromatic Colors of #8B1066
Black with #8B1066
Text Example
Text Example
White with #8B1066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1066; }
p { color: rgb(139,16,102); }
H1.HeaderClassName
{
color: #8B1066;
}
.AnyTagClassName
{
color: #8B1066;
}
</style>
background-color css
<style>
a { background-color: #8B1066; }
a { background-color: rgb(139,16,102); }
div.DivClassName
{
background-color: #8B1066;
}
.BgClassName
{
background-color: #8B1066;
}
</style>
border-color css
<style>
span { border-color: #8B1066; }
span { border-color: rgb(139,16,102); }
td.TdClassName
{
border-color: #8B1066;
}
.TagClassName
{
border-color: #8B1066;
}
</style>