Shades of Eggplant #8A0351
Tints of Eggplant #8A0351
RGB
CMYK
RGB Variations
Color information
#8A0351 (or 0x8A0351) is known color: Eggplant. HEX triplet: 8A, 03 and 51. RGB value is (138,3,81). Sum of RGB (Red+Green+Blue) = 138+3+81=222 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.16% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0351 is #75FCAE. Grayscale: #343434. Windows color (decimal): -7732399 or 5309322. OLE color: 5309322.
HSL color Cylindrical-coordinate representation of color #8A0351: hue angle of 325.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 #8A0351 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 3 | 81 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.46 |
| HSL | 325.33º | 0.96% | 0.28% | - |
| HSV(B) | 325.33º | 0.98% | 0.54% | - |
| XYZ | 12 | 6.06 | 8.32 | - |
| YUV | 52.26 | 144.23 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 81 | 0 | 0.98 | 0.41 | 0.46 | 325.33 | 0.96 | 0.28 |
| Hex | 8A | 3 | 51 | 0 | 62 | 29 | 2E | 145 | 60 | 1C |
| Octal | 212 | 3 | 121 | 0 | 142 | 51 | 56 | 505 | 140 | 34 |
| Binary | 10001010 | 11 | 1010001 | 0 | 1100010 | 101001 | 101110 | 101000101 | 1100000 | 11100 |
Color Harmonies of #8A0351
Complementary color
Monochromatic Colors of #8A0351
Black with #8A0351
Text Example
Text Example
White with #8A0351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0351; }
p { color: rgb(138,3,81); }
H1.HeaderClassName
{
color: #8A0351;
}
.AnyTagClassName
{
color: #8A0351;
}
</style>
background-color css
<style>
a { background-color: #8A0351; }
a { background-color: rgb(138,3,81); }
div.DivClassName
{
background-color: #8A0351;
}
.BgClassName
{
background-color: #8A0351;
}
</style>
border-color css
<style>
span { border-color: #8A0351; }
span { border-color: rgb(138,3,81); }
td.TdClassName
{
border-color: #8A0351;
}
.TagClassName
{
border-color: #8A0351;
}
</style>