Shades of Eggplant #8B066D
Tints of Eggplant #8B066D
RGB
CMYK
RGB Variations
Color information
#8B066D (or 0x8B066D) is known color: Eggplant. HEX triplet: 8B, 06 and 6D. RGB value is (139,6,109). Sum of RGB (Red+Green+Blue) = 139+6+109=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B066D is #74F992. Grayscale: #393939. Windows color (decimal): -7666067 or 7145099. OLE color: 7145099.
HSL color Cylindrical-coordinate representation of color #8B066D: hue angle of 313.53º 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 #8B066D is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 6 | 109 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.45 |
| HSL | 313.53º | 0.92% | 0.28% | - |
| HSV(B) | 313.53º | 0.96% | 0.55% | - |
| XYZ | 13.47 | 6.72 | 15.06 | - |
| YUV | 57.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 109 | 0 | 0.96 | 0.22 | 0.45 | 313.53 | 0.92 | 0.28 |
| Hex | 8B | 6 | 6D | 0 | 60 | 16 | 2D | 13A | 5C | 1C |
| Octal | 213 | 6 | 155 | 0 | 140 | 26 | 55 | 472 | 134 | 34 |
| Binary | 10001011 | 110 | 1101101 | 0 | 1100000 | 10110 | 101101 | 100111010 | 1011100 | 11100 |
Color Harmonies of #8B066D
Complementary color
Monochromatic Colors of #8B066D
Black with #8B066D
Text Example
Text Example
White with #8B066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B066D; }
p { color: rgb(139,6,109); }
H1.HeaderClassName
{
color: #8B066D;
}
.AnyTagClassName
{
color: #8B066D;
}
</style>
background-color css
<style>
a { background-color: #8B066D; }
a { background-color: rgb(139,6,109); }
div.DivClassName
{
background-color: #8B066D;
}
.BgClassName
{
background-color: #8B066D;
}
</style>
border-color css
<style>
span { border-color: #8B066D; }
span { border-color: rgb(139,6,109); }
td.TdClassName
{
border-color: #8B066D;
}
.TagClassName
{
border-color: #8B066D;
}
</style>