Shades of Eggplant #8A0353
Tints of Eggplant #8A0353
RGB
CMYK
RGB Variations
Color information
#8A0353 (or 0x8A0353) is known color: Eggplant. HEX triplet: 8A, 03 and 53. RGB value is (138,3,83). Sum of RGB (Red+Green+Blue) = 138+3+83=224 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.61% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0353 is #75FCAC. Grayscale: #343434. Windows color (decimal): -7732397 or 5440394. OLE color: 5440394.
HSL color Cylindrical-coordinate representation of color #8A0353: hue angle of 324.44º 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 #8A0353 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 3 | 83 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.46 |
| HSL | 324.44º | 0.96% | 0.28% | - |
| HSV(B) | 324.44º | 0.98% | 0.54% | - |
| XYZ | 12.08 | 6.09 | 8.72 | - |
| YUV | 52.49 | 145.23 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 83 | 0 | 0.98 | 0.40 | 0.46 | 324.44 | 0.96 | 0.28 |
| Hex | 8A | 3 | 53 | 0 | 62 | 28 | 2E | 144 | 60 | 1C |
| Octal | 212 | 3 | 123 | 0 | 142 | 50 | 56 | 504 | 140 | 34 |
| Binary | 10001010 | 11 | 1010011 | 0 | 1100010 | 101000 | 101110 | 101000100 | 1100000 | 11100 |
Color Harmonies of #8A0353
Complementary color
Monochromatic Colors of #8A0353
Black with #8A0353
Text Example
Text Example
White with #8A0353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0353; }
p { color: rgb(138,3,83); }
H1.HeaderClassName
{
color: #8A0353;
}
.AnyTagClassName
{
color: #8A0353;
}
</style>
background-color css
<style>
a { background-color: #8A0353; }
a { background-color: rgb(138,3,83); }
div.DivClassName
{
background-color: #8A0353;
}
.BgClassName
{
background-color: #8A0353;
}
</style>
border-color css
<style>
span { border-color: #8A0353; }
span { border-color: rgb(138,3,83); }
td.TdClassName
{
border-color: #8A0353;
}
.TagClassName
{
border-color: #8A0353;
}
</style>