Shades of Eggplant #8B0A63
Tints of Eggplant #8B0A63
RGB
CMYK
RGB Variations
Color information
#8B0A63 (or 0x8B0A63) is known color: Eggplant. HEX triplet: 8B, 0A and 63. RGB value is (139,10,99). Sum of RGB (Red+Green+Blue) = 139+10+99=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0A63 is #74F59C. Grayscale: #3A3A3A. Windows color (decimal): -7665053 or 6490763. OLE color: 6490763.
HSL color Cylindrical-coordinate representation of color #8B0A63: hue angle of 318.6º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0A63 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 10 | 99 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.45 |
| HSL | 318.6º | 0.87% | 0.29% | - |
| HSV(B) | 318.6º | 0.93% | 0.55% | - |
| XYZ | 13.01 | 6.61 | 12.39 | - |
| YUV | 58.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 10 | 99 | 0 | 0.93 | 0.29 | 0.45 | 318.6 | 0.87 | 0.29 |
| Hex | 8B | A | 63 | 0 | 5D | 1D | 2D | 13F | 57 | 1D |
| Octal | 213 | 12 | 143 | 0 | 135 | 35 | 55 | 477 | 127 | 35 |
| Binary | 10001011 | 1010 | 1100011 | 0 | 1011101 | 11101 | 101101 | 100111111 | 1010111 | 11101 |
Color Harmonies of #8B0A63
Complementary color
Monochromatic Colors of #8B0A63
Black with #8B0A63
Text Example
Text Example
White with #8B0A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0A63; }
p { color: rgb(139,10,99); }
H1.HeaderClassName
{
color: #8B0A63;
}
.AnyTagClassName
{
color: #8B0A63;
}
</style>
background-color css
<style>
a { background-color: #8B0A63; }
a { background-color: rgb(139,10,99); }
div.DivClassName
{
background-color: #8B0A63;
}
.BgClassName
{
background-color: #8B0A63;
}
</style>
border-color css
<style>
span { border-color: #8B0A63; }
span { border-color: rgb(139,10,99); }
td.TdClassName
{
border-color: #8B0A63;
}
.TagClassName
{
border-color: #8B0A63;
}
</style>