Shades of Eggplant #8B0D68
Tints of Eggplant #8B0D68
RGB
CMYK
RGB Variations
Color information
#8B0D68 (or 0x8B0D68) is known color: Eggplant. HEX triplet: 8B, 0D and 68. RGB value is (139,13,104). Sum of RGB (Red+Green+Blue) = 139+13+104=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0D68 is #74F297. Grayscale: #3C3C3C. Windows color (decimal): -7664280 or 6819211. OLE color: 6819211.
HSL color Cylindrical-coordinate representation of color #8B0D68: hue angle of 316.67º degrees, saturation: 0.83, 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 #8B0D68 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 13 | 104 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.45 |
| HSL | 316.67º | 0.83% | 0.3% | - |
| HSV(B) | 316.67º | 0.91% | 0.55% | - |
| XYZ | 13.29 | 6.78 | 13.7 | - |
| YUV | 61.05 | 152.24 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 13 | 104 | 0 | 0.91 | 0.25 | 0.45 | 316.67 | 0.83 | 0.3 |
| Hex | 8B | D | 68 | 0 | 5B | 19 | 2D | 13D | 53 | 1E |
| Octal | 213 | 15 | 150 | 0 | 133 | 31 | 55 | 475 | 123 | 36 |
| Binary | 10001011 | 1101 | 1101000 | 0 | 1011011 | 11001 | 101101 | 100111101 | 1010011 | 11110 |
Color Harmonies of #8B0D68
Complementary color
Monochromatic Colors of #8B0D68
Black with #8B0D68
Text Example
Text Example
White with #8B0D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0D68; }
p { color: rgb(139,13,104); }
H1.HeaderClassName
{
color: #8B0D68;
}
.AnyTagClassName
{
color: #8B0D68;
}
</style>
background-color css
<style>
a { background-color: #8B0D68; }
a { background-color: rgb(139,13,104); }
div.DivClassName
{
background-color: #8B0D68;
}
.BgClassName
{
background-color: #8B0D68;
}
</style>
border-color css
<style>
span { border-color: #8B0D68; }
span { border-color: rgb(139,13,104); }
td.TdClassName
{
border-color: #8B0D68;
}
.TagClassName
{
border-color: #8B0D68;
}
</style>