Shades of Eggplant #8A0C5B
Tints of Eggplant #8A0C5B
RGB
CMYK
RGB Variations
Color information
#8A0C5B (or 0x8A0C5B) is known color: Eggplant. HEX triplet: 8A, 0C and 5B. RGB value is (138,12,91). Sum of RGB (Red+Green+Blue) = 138+12+91=241 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.26% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0C5B is #75F3A4. Grayscale: #3A3A3A. Windows color (decimal): -7730085 or 5966986. OLE color: 5966986.
HSL color Cylindrical-coordinate representation of color #8A0C5B: hue angle of 322.38º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0C5B is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 12 | 91 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.46 |
| HSL | 322.38º | 0.84% | 0.29% | - |
| HSV(B) | 322.38º | 0.91% | 0.54% | - |
| XYZ | 12.5 | 6.42 | 10.48 | - |
| YUV | 58.68 | 146.24 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 91 | 0 | 0.91 | 0.34 | 0.46 | 322.38 | 0.84 | 0.29 |
| Hex | 8A | C | 5B | 0 | 5B | 22 | 2E | 142 | 54 | 1D |
| Octal | 212 | 14 | 133 | 0 | 133 | 42 | 56 | 502 | 124 | 35 |
| Binary | 10001010 | 1100 | 1011011 | 0 | 1011011 | 100010 | 101110 | 101000010 | 1010100 | 11101 |
Color Harmonies of #8A0C5B
Complementary color
Monochromatic Colors of #8A0C5B
Black with #8A0C5B
Text Example
Text Example
White with #8A0C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0C5B; }
p { color: rgb(138,12,91); }
H1.HeaderClassName
{
color: #8A0C5B;
}
.AnyTagClassName
{
color: #8A0C5B;
}
</style>
background-color css
<style>
a { background-color: #8A0C5B; }
a { background-color: rgb(138,12,91); }
div.DivClassName
{
background-color: #8A0C5B;
}
.BgClassName
{
background-color: #8A0C5B;
}
</style>
border-color css
<style>
span { border-color: #8A0C5B; }
span { border-color: rgb(138,12,91); }
td.TdClassName
{
border-color: #8A0C5B;
}
.TagClassName
{
border-color: #8A0C5B;
}
</style>