Shades of Eggplant #8B1366
Tints of Eggplant #8B1366
RGB
CMYK
RGB Variations
Color information
#8B1366 (or 0x8B1366) is known color: Eggplant. HEX triplet: 8B, 13 and 66. RGB value is (139,19,102). Sum of RGB (Red+Green+Blue) = 139+19+102=260 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.46% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1366 is #74EC99. Grayscale: #404040. Windows color (decimal): -7662746 or 6689675. OLE color: 6689675.
HSL color Cylindrical-coordinate representation of color #8B1366: hue angle of 318.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B1366 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 19 | 102 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.45 |
| HSL | 318.5º | 0.76% | 0.31% | - |
| HSV(B) | 318.5º | 0.86% | 0.55% | - |
| XYZ | 13.28 | 6.91 | 13.21 | - |
| YUV | 64.34 | 149.26 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 19 | 102 | 0 | 0.86 | 0.27 | 0.45 | 318.5 | 0.76 | 0.31 |
| Hex | 8B | 13 | 66 | 0 | 56 | 1B | 2D | 13E | 4C | 1F |
| Octal | 213 | 23 | 146 | 0 | 126 | 33 | 55 | 476 | 114 | 37 |
| Binary | 10001011 | 10011 | 1100110 | 0 | 1010110 | 11011 | 101101 | 100111110 | 1001100 | 11111 |
Color Harmonies of #8B1366
Complementary color
Monochromatic Colors of #8B1366
Black with #8B1366
Text Example
Text Example
White with #8B1366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1366; }
p { color: rgb(139,19,102); }
H1.HeaderClassName
{
color: #8B1366;
}
.AnyTagClassName
{
color: #8B1366;
}
</style>
background-color css
<style>
a { background-color: #8B1366; }
a { background-color: rgb(139,19,102); }
div.DivClassName
{
background-color: #8B1366;
}
.BgClassName
{
background-color: #8B1366;
}
</style>
border-color css
<style>
span { border-color: #8B1366; }
span { border-color: rgb(139,19,102); }
td.TdClassName
{
border-color: #8B1366;
}
.TagClassName
{
border-color: #8B1366;
}
</style>