Shades of Eggplant #8B0666
Tints of Eggplant #8B0666
RGB
CMYK
RGB Variations
Color information
#8B0666 (or 0x8B0666) is known color: Eggplant. HEX triplet: 8B, 06 and 66. RGB value is (139,6,102). Sum of RGB (Red+Green+Blue) = 139+6+102=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0666 is #74F999. Grayscale: #383838. Windows color (decimal): -7666074 or 6686347. OLE color: 6686347.
HSL color Cylindrical-coordinate representation of color #8B0666: hue angle of 316.69º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0666 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 6 | 102 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.45 |
| HSL | 316.69º | 0.92% | 0.28% | - |
| HSV(B) | 316.69º | 0.96% | 0.55% | - |
| XYZ | 13.11 | 6.58 | 13.15 | - |
| YUV | 56.71 | 153.56 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 102 | 0 | 0.96 | 0.27 | 0.45 | 316.69 | 0.92 | 0.28 |
| Hex | 8B | 6 | 66 | 0 | 60 | 1B | 2D | 13D | 5C | 1C |
| Octal | 213 | 6 | 146 | 0 | 140 | 33 | 55 | 475 | 134 | 34 |
| Binary | 10001011 | 110 | 1100110 | 0 | 1100000 | 11011 | 101101 | 100111101 | 1011100 | 11100 |
Color Harmonies of #8B0666
Complementary color
Monochromatic Colors of #8B0666
Black with #8B0666
Text Example
Text Example
White with #8B0666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0666; }
p { color: rgb(139,6,102); }
H1.HeaderClassName
{
color: #8B0666;
}
.AnyTagClassName
{
color: #8B0666;
}
</style>
background-color css
<style>
a { background-color: #8B0666; }
a { background-color: rgb(139,6,102); }
div.DivClassName
{
background-color: #8B0666;
}
.BgClassName
{
background-color: #8B0666;
}
</style>
border-color css
<style>
span { border-color: #8B0666; }
span { border-color: rgb(139,6,102); }
td.TdClassName
{
border-color: #8B0666;
}
.TagClassName
{
border-color: #8B0666;
}
</style>