Shades of Eggplant #8B1268
Tints of Eggplant #8B1268
RGB
CMYK
RGB Variations
Color information
#8B1268 (or 0x8B1268) is known color: Eggplant. HEX triplet: 8B, 12 and 68. RGB value is (139,18,104). Sum of RGB (Red+Green+Blue) = 139+18+104=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1268 is #74ED97. Grayscale: #3F3F3F. Windows color (decimal): -7663000 or 6820491. OLE color: 6820491.
HSL color Cylindrical-coordinate representation of color #8B1268: hue angle of 317.36º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B1268 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 18 | 104 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.45 |
| HSL | 317.36º | 0.77% | 0.31% | - |
| HSV(B) | 317.36º | 0.87% | 0.55% | - |
| XYZ | 13.36 | 6.92 | 13.73 | - |
| YUV | 63.98 | 150.59 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 18 | 104 | 0 | 0.87 | 0.25 | 0.45 | 317.36 | 0.77 | 0.31 |
| Hex | 8B | 12 | 68 | 0 | 57 | 19 | 2D | 13D | 4D | 1F |
| Octal | 213 | 22 | 150 | 0 | 127 | 31 | 55 | 475 | 115 | 37 |
| Binary | 10001011 | 10010 | 1101000 | 0 | 1010111 | 11001 | 101101 | 100111101 | 1001101 | 11111 |
Color Harmonies of #8B1268
Complementary color
Monochromatic Colors of #8B1268
Black with #8B1268
Text Example
Text Example
White with #8B1268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1268; }
p { color: rgb(139,18,104); }
H1.HeaderClassName
{
color: #8B1268;
}
.AnyTagClassName
{
color: #8B1268;
}
</style>
background-color css
<style>
a { background-color: #8B1268; }
a { background-color: rgb(139,18,104); }
div.DivClassName
{
background-color: #8B1268;
}
.BgClassName
{
background-color: #8B1268;
}
</style>
border-color css
<style>
span { border-color: #8B1268; }
span { border-color: rgb(139,18,104); }
td.TdClassName
{
border-color: #8B1268;
}
.TagClassName
{
border-color: #8B1268;
}
</style>