Shades of Eggplant #8A085D
Tints of Eggplant #8A085D
RGB
CMYK
RGB Variations
Color information
#8A085D (or 0x8A085D) is known color: Eggplant. HEX triplet: 8A, 08 and 5D. RGB value is (138,8,93). Sum of RGB (Red+Green+Blue) = 138+8+93=239 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.74% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 138 - color contains mainly: red. Hex color #8A085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A085D is #75F7A2. Grayscale: #383838. Windows color (decimal): -7731107 or 6097034. OLE color: 6097034.
HSL color Cylindrical-coordinate representation of color #8A085D: hue angle of 320.77º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A085D is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 8 | 93 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.46 |
| HSL | 320.77º | 0.89% | 0.29% | - |
| HSV(B) | 320.77º | 0.94% | 0.54% | - |
| XYZ | 12.54 | 6.37 | 10.92 | - |
| YUV | 56.56 | 148.57 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 8 | 93 | 0 | 0.94 | 0.33 | 0.46 | 320.77 | 0.89 | 0.29 |
| Hex | 8A | 8 | 5D | 0 | 5E | 21 | 2E | 141 | 59 | 1D |
| Octal | 212 | 10 | 135 | 0 | 136 | 41 | 56 | 501 | 131 | 35 |
| Binary | 10001010 | 1000 | 1011101 | 0 | 1011110 | 100001 | 101110 | 101000001 | 1011001 | 11101 |
Color Harmonies of #8A085D
Complementary color
Monochromatic Colors of #8A085D
Black with #8A085D
Text Example
Text Example
White with #8A085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A085D; }
p { color: rgb(138,8,93); }
H1.HeaderClassName
{
color: #8A085D;
}
.AnyTagClassName
{
color: #8A085D;
}
</style>
background-color css
<style>
a { background-color: #8A085D; }
a { background-color: rgb(138,8,93); }
div.DivClassName
{
background-color: #8A085D;
}
.BgClassName
{
background-color: #8A085D;
}
</style>
border-color css
<style>
span { border-color: #8A085D; }
span { border-color: rgb(138,8,93); }
td.TdClassName
{
border-color: #8A085D;
}
.TagClassName
{
border-color: #8A085D;
}
</style>