Shades of Eggplant #8B0C6C
Tints of Eggplant #8B0C6C
RGB
CMYK
RGB Variations
Color information
#8B0C6C (or 0x8B0C6C) is known color: Eggplant. HEX triplet: 8B, 0C and 6C. RGB value is (139,12,108). Sum of RGB (Red+Green+Blue) = 139+12+108=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0C6C is #74F393. Grayscale: #3C3C3C. Windows color (decimal): -7664532 or 7081099. OLE color: 7081099.
HSL color Cylindrical-coordinate representation of color #8B0C6C: hue angle of 314.65º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0C6C is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 12 | 108 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.45 |
| HSL | 314.65º | 0.84% | 0.3% | - |
| HSV(B) | 314.65º | 0.91% | 0.55% | - |
| XYZ | 13.49 | 6.83 | 14.8 | - |
| YUV | 60.92 | 154.58 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 12 | 108 | 0 | 0.91 | 0.22 | 0.45 | 314.65 | 0.84 | 0.3 |
| Hex | 8B | C | 6C | 0 | 5B | 16 | 2D | 13B | 54 | 1E |
| Octal | 213 | 14 | 154 | 0 | 133 | 26 | 55 | 473 | 124 | 36 |
| Binary | 10001011 | 1100 | 1101100 | 0 | 1011011 | 10110 | 101101 | 100111011 | 1010100 | 11110 |
Color Harmonies of #8B0C6C
Complementary color
Monochromatic Colors of #8B0C6C
Black with #8B0C6C
Text Example
Text Example
White with #8B0C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0C6C; }
p { color: rgb(139,12,108); }
H1.HeaderClassName
{
color: #8B0C6C;
}
.AnyTagClassName
{
color: #8B0C6C;
}
</style>
background-color css
<style>
a { background-color: #8B0C6C; }
a { background-color: rgb(139,12,108); }
div.DivClassName
{
background-color: #8B0C6C;
}
.BgClassName
{
background-color: #8B0C6C;
}
</style>
border-color css
<style>
span { border-color: #8B0C6C; }
span { border-color: rgb(139,12,108); }
td.TdClassName
{
border-color: #8B0C6C;
}
.TagClassName
{
border-color: #8B0C6C;
}
</style>