Shades of Eggplant #8B0668
Tints of Eggplant #8B0668
RGB
CMYK
RGB Variations
Color information
#8B0668 (or 0x8B0668) is known color: Eggplant. HEX triplet: 8B, 06 and 68. RGB value is (139,6,104). Sum of RGB (Red+Green+Blue) = 139+6+104=249 (32% of max value = 765). Red value is 139 (54.69% from 255 or 55.82% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0668 is #74F997. Grayscale: #383838. Windows color (decimal): -7666072 or 6817419. OLE color: 6817419.
HSL color Cylindrical-coordinate representation of color #8B0668: hue angle of 315.79º 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 #8B0668 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 6 | 104 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.45 |
| HSL | 315.79º | 0.92% | 0.28% | - |
| HSV(B) | 315.79º | 0.96% | 0.55% | - |
| XYZ | 13.21 | 6.62 | 13.68 | - |
| YUV | 56.94 | 154.56 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 104 | 0 | 0.96 | 0.25 | 0.45 | 315.79 | 0.92 | 0.28 |
| Hex | 8B | 6 | 68 | 0 | 60 | 19 | 2D | 13C | 5C | 1C |
| Octal | 213 | 6 | 150 | 0 | 140 | 31 | 55 | 474 | 134 | 34 |
| Binary | 10001011 | 110 | 1101000 | 0 | 1100000 | 11001 | 101101 | 100111100 | 1011100 | 11100 |
Color Harmonies of #8B0668
Complementary color
Monochromatic Colors of #8B0668
Black with #8B0668
Text Example
Text Example
White with #8B0668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0668; }
p { color: rgb(139,6,104); }
H1.HeaderClassName
{
color: #8B0668;
}
.AnyTagClassName
{
color: #8B0668;
}
</style>
background-color css
<style>
a { background-color: #8B0668; }
a { background-color: rgb(139,6,104); }
div.DivClassName
{
background-color: #8B0668;
}
.BgClassName
{
background-color: #8B0668;
}
</style>
border-color css
<style>
span { border-color: #8B0668; }
span { border-color: rgb(139,6,104); }
td.TdClassName
{
border-color: #8B0668;
}
.TagClassName
{
border-color: #8B0668;
}
</style>