Shades of Eggplant #8B0C65
Tints of Eggplant #8B0C65
RGB
CMYK
RGB Variations
Color information
#8B0C65 (or 0x8B0C65) is known color: Eggplant. HEX triplet: 8B, 0C and 65. RGB value is (139,12,101). Sum of RGB (Red+Green+Blue) = 139+12+101=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0C65 is #74F39A. Grayscale: #3B3B3B. Windows color (decimal): -7664539 or 6622347. OLE color: 6622347.
HSL color Cylindrical-coordinate representation of color #8B0C65: hue angle of 317.95º 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 #8B0C65 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 12 | 101 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.45 |
| HSL | 317.95º | 0.84% | 0.3% | - |
| HSV(B) | 317.95º | 0.91% | 0.55% | - |
| XYZ | 13.13 | 6.69 | 12.91 | - |
| YUV | 60.12 | 151.08 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 12 | 101 | 0 | 0.91 | 0.27 | 0.45 | 317.95 | 0.84 | 0.3 |
| Hex | 8B | C | 65 | 0 | 5B | 1B | 2D | 13E | 54 | 1E |
| Octal | 213 | 14 | 145 | 0 | 133 | 33 | 55 | 476 | 124 | 36 |
| Binary | 10001011 | 1100 | 1100101 | 0 | 1011011 | 11011 | 101101 | 100111110 | 1010100 | 11110 |
Color Harmonies of #8B0C65
Complementary color
Monochromatic Colors of #8B0C65
Black with #8B0C65
Text Example
Text Example
White with #8B0C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0C65; }
p { color: rgb(139,12,101); }
H1.HeaderClassName
{
color: #8B0C65;
}
.AnyTagClassName
{
color: #8B0C65;
}
</style>
background-color css
<style>
a { background-color: #8B0C65; }
a { background-color: rgb(139,12,101); }
div.DivClassName
{
background-color: #8B0C65;
}
.BgClassName
{
background-color: #8B0C65;
}
</style>
border-color css
<style>
span { border-color: #8B0C65; }
span { border-color: rgb(139,12,101); }
td.TdClassName
{
border-color: #8B0C65;
}
.TagClassName
{
border-color: #8B0C65;
}
</style>