Shades of Eggplant #8A035A
Tints of Eggplant #8A035A
RGB
CMYK
RGB Variations
Color information
#8A035A (or 0x8A035A) is known color: Eggplant. HEX triplet: 8A, 03 and 5A. RGB value is (138,3,90). Sum of RGB (Red+Green+Blue) = 138+3+90=231 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.74% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 138 - color contains mainly: red. Hex color #8A035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A035A is #75FCA5. Grayscale: #353535. Windows color (decimal): -7732390 or 5899146. OLE color: 5899146.
HSL color Cylindrical-coordinate representation of color #8A035A: hue angle of 321.33º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A035A is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 3 | 90 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.46 |
| HSL | 321.33º | 0.96% | 0.28% | - |
| HSV(B) | 321.33º | 0.98% | 0.54% | - |
| XYZ | 12.36 | 6.21 | 10.22 | - |
| YUV | 53.28 | 148.73 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 90 | 0 | 0.98 | 0.35 | 0.46 | 321.33 | 0.96 | 0.28 |
| Hex | 8A | 3 | 5A | 0 | 62 | 23 | 2E | 141 | 60 | 1C |
| Octal | 212 | 3 | 132 | 0 | 142 | 43 | 56 | 501 | 140 | 34 |
| Binary | 10001010 | 11 | 1011010 | 0 | 1100010 | 100011 | 101110 | 101000001 | 1100000 | 11100 |
Color Harmonies of #8A035A
Complementary color
Monochromatic Colors of #8A035A
Black with #8A035A
Text Example
Text Example
White with #8A035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A035A; }
p { color: rgb(138,3,90); }
H1.HeaderClassName
{
color: #8A035A;
}
.AnyTagClassName
{
color: #8A035A;
}
</style>
background-color css
<style>
a { background-color: #8A035A; }
a { background-color: rgb(138,3,90); }
div.DivClassName
{
background-color: #8A035A;
}
.BgClassName
{
background-color: #8A035A;
}
</style>
border-color css
<style>
span { border-color: #8A035A; }
span { border-color: rgb(138,3,90); }
td.TdClassName
{
border-color: #8A035A;
}
.TagClassName
{
border-color: #8A035A;
}
</style>