Shades of Eggplant #8B1367
Tints of Eggplant #8B1367
RGB
CMYK
RGB Variations
Color information
#8B1367 (or 0x8B1367) is known color: Eggplant. HEX triplet: 8B, 13 and 67. RGB value is (139,19,103). Sum of RGB (Red+Green+Blue) = 139+19+103=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1367 is #74EC98. Grayscale: #404040. Windows color (decimal): -7662745 or 6755211. OLE color: 6755211.
HSL color Cylindrical-coordinate representation of color #8B1367: hue angle of 318º 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 #8B1367 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 19 | 103 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.45 |
| HSL | 318º | 0.76% | 0.31% | - |
| HSV(B) | 318º | 0.86% | 0.55% | - |
| XYZ | 13.33 | 6.93 | 13.47 | - |
| YUV | 64.46 | 149.76 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 19 | 103 | 0 | 0.86 | 0.26 | 0.45 | 318 | 0.76 | 0.31 |
| Hex | 8B | 13 | 67 | 0 | 56 | 1A | 2D | 13E | 4C | 1F |
| Octal | 213 | 23 | 147 | 0 | 126 | 32 | 55 | 476 | 114 | 37 |
| Binary | 10001011 | 10011 | 1100111 | 0 | 1010110 | 11010 | 101101 | 100111110 | 1001100 | 11111 |
Color Harmonies of #8B1367
Complementary color
Monochromatic Colors of #8B1367
Black with #8B1367
Text Example
Text Example
White with #8B1367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1367; }
p { color: rgb(139,19,103); }
H1.HeaderClassName
{
color: #8B1367;
}
.AnyTagClassName
{
color: #8B1367;
}
</style>
background-color css
<style>
a { background-color: #8B1367; }
a { background-color: rgb(139,19,103); }
div.DivClassName
{
background-color: #8B1367;
}
.BgClassName
{
background-color: #8B1367;
}
</style>
border-color css
<style>
span { border-color: #8B1367; }
span { border-color: rgb(139,19,103); }
td.TdClassName
{
border-color: #8B1367;
}
.TagClassName
{
border-color: #8B1367;
}
</style>