Shades of Eggplant #8A0B51
Tints of Eggplant #8A0B51
RGB
CMYK
RGB Variations
Color information
#8A0B51 (or 0x8A0B51) is known color: Eggplant. HEX triplet: 8A, 0B and 51. RGB value is (138,11,81). Sum of RGB (Red+Green+Blue) = 138+11+81=230 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0B51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0B51 is #75F4AE. Grayscale: #383838. Windows color (decimal): -7730351 or 5311370. OLE color: 5311370.
HSL color Cylindrical-coordinate representation of color #8A0B51: hue angle of 326.93º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A0B51 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 11 | 81 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.46 |
| HSL | 326.93º | 0.85% | 0.29% | - |
| HSV(B) | 326.93º | 0.92% | 0.54% | - |
| XYZ | 12.09 | 6.24 | 8.35 | - |
| YUV | 56.95 | 141.58 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 11 | 81 | 0 | 0.92 | 0.41 | 0.46 | 326.93 | 0.85 | 0.29 |
| Hex | 8A | B | 51 | 0 | 5C | 29 | 2E | 147 | 55 | 1D |
| Octal | 212 | 13 | 121 | 0 | 134 | 51 | 56 | 507 | 125 | 35 |
| Binary | 10001010 | 1011 | 1010001 | 0 | 1011100 | 101001 | 101110 | 101000111 | 1010101 | 11101 |
Color Harmonies of #8A0B51
Complementary color
Monochromatic Colors of #8A0B51
Black with #8A0B51
Text Example
Text Example
White with #8A0B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0B51; }
p { color: rgb(138,11,81); }
H1.HeaderClassName
{
color: #8A0B51;
}
.AnyTagClassName
{
color: #8A0B51;
}
</style>
background-color css
<style>
a { background-color: #8A0B51; }
a { background-color: rgb(138,11,81); }
div.DivClassName
{
background-color: #8A0B51;
}
.BgClassName
{
background-color: #8A0B51;
}
</style>
border-color css
<style>
span { border-color: #8A0B51; }
span { border-color: rgb(138,11,81); }
td.TdClassName
{
border-color: #8A0B51;
}
.TagClassName
{
border-color: #8A0B51;
}
</style>