Shades of Eggplant #8B066B
Tints of Eggplant #8B066B
RGB
CMYK
RGB Variations
Color information
#8B066B (or 0x8B066B) is known color: Eggplant. HEX triplet: 8B, 06 and 6B. RGB value is (139,6,107). Sum of RGB (Red+Green+Blue) = 139+6+107=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B066B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B066B is #74F994. Grayscale: #393939. Windows color (decimal): -7666069 or 7014027. OLE color: 7014027.
HSL color Cylindrical-coordinate representation of color #8B066B: hue angle of 314.44º 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 #8B066B is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 6 | 107 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.45 |
| HSL | 314.44º | 0.92% | 0.28% | - |
| HSV(B) | 314.44º | 0.96% | 0.55% | - |
| XYZ | 13.37 | 6.68 | 14.49 | - |
| YUV | 57.28 | 156.06 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 107 | 0 | 0.96 | 0.23 | 0.45 | 314.44 | 0.92 | 0.28 |
| Hex | 8B | 6 | 6B | 0 | 60 | 17 | 2D | 13A | 5C | 1C |
| Octal | 213 | 6 | 153 | 0 | 140 | 27 | 55 | 472 | 134 | 34 |
| Binary | 10001011 | 110 | 1101011 | 0 | 1100000 | 10111 | 101101 | 100111010 | 1011100 | 11100 |
Color Harmonies of #8B066B
Complementary color
Monochromatic Colors of #8B066B
Black with #8B066B
Text Example
Text Example
White with #8B066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B066B; }
p { color: rgb(139,6,107); }
H1.HeaderClassName
{
color: #8B066B;
}
.AnyTagClassName
{
color: #8B066B;
}
</style>
background-color css
<style>
a { background-color: #8B066B; }
a { background-color: rgb(139,6,107); }
div.DivClassName
{
background-color: #8B066B;
}
.BgClassName
{
background-color: #8B066B;
}
</style>
border-color css
<style>
span { border-color: #8B066B; }
span { border-color: rgb(139,6,107); }
td.TdClassName
{
border-color: #8B066B;
}
.TagClassName
{
border-color: #8B066B;
}
</style>