Shades of Eggplant #8A0B5A
Tints of Eggplant #8A0B5A
RGB
CMYK
RGB Variations
Color information
#8A0B5A (or 0x8A0B5A) is known color: Eggplant. HEX triplet: 8A, 0B and 5A. RGB value is (138,11,90). Sum of RGB (Red+Green+Blue) = 138+11+90=239 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.74% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0B5A is #75F4A5. Grayscale: #393939. Windows color (decimal): -7730342 or 5901194. OLE color: 5901194.
HSL color Cylindrical-coordinate representation of color #8A0B5A: hue angle of 322.68º 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 #8A0B5A is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 11 | 90 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.46 |
| HSL | 322.68º | 0.85% | 0.29% | - |
| HSV(B) | 322.68º | 0.92% | 0.54% | - |
| XYZ | 12.45 | 6.38 | 10.25 | - |
| YUV | 57.98 | 146.08 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 11 | 90 | 0 | 0.92 | 0.35 | 0.46 | 322.68 | 0.85 | 0.29 |
| Hex | 8A | B | 5A | 0 | 5C | 23 | 2E | 143 | 55 | 1D |
| Octal | 212 | 13 | 132 | 0 | 134 | 43 | 56 | 503 | 125 | 35 |
| Binary | 10001010 | 1011 | 1011010 | 0 | 1011100 | 100011 | 101110 | 101000011 | 1010101 | 11101 |
Color Harmonies of #8A0B5A
Complementary color
Monochromatic Colors of #8A0B5A
Black with #8A0B5A
Text Example
Text Example
White with #8A0B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0B5A; }
p { color: rgb(138,11,90); }
H1.HeaderClassName
{
color: #8A0B5A;
}
.AnyTagClassName
{
color: #8A0B5A;
}
</style>
background-color css
<style>
a { background-color: #8A0B5A; }
a { background-color: rgb(138,11,90); }
div.DivClassName
{
background-color: #8A0B5A;
}
.BgClassName
{
background-color: #8A0B5A;
}
</style>
border-color css
<style>
span { border-color: #8A0B5A; }
span { border-color: rgb(138,11,90); }
td.TdClassName
{
border-color: #8A0B5A;
}
.TagClassName
{
border-color: #8A0B5A;
}
</style>