Shades of Eggplant #8A0365
Tints of Eggplant #8A0365
RGB
CMYK
RGB Variations
Color information
#8A0365 (or 0x8A0365) is known color: Eggplant. HEX triplet: 8A, 03 and 65. RGB value is (138,3,101). Sum of RGB (Red+Green+Blue) = 138+3+101=242 (32% of max value = 765). Red value is 138 (54.30% from 255 or 57.02% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0365 is #75FC9A. Grayscale: #363636. Windows color (decimal): -7732379 or 6620042. OLE color: 6620042.
HSL color Cylindrical-coordinate representation of color #8A0365: hue angle of 316.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 #8A0365 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 3 | 101 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.46 |
| HSL | 316.44º | 0.96% | 0.28% | - |
| HSV(B) | 316.44º | 0.98% | 0.54% | - |
| XYZ | 12.86 | 6.41 | 12.87 | - |
| YUV | 54.54 | 154.23 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 101 | 0 | 0.98 | 0.27 | 0.46 | 316.44 | 0.96 | 0.28 |
| Hex | 8A | 3 | 65 | 0 | 62 | 1B | 2E | 13C | 60 | 1C |
| Octal | 212 | 3 | 145 | 0 | 142 | 33 | 56 | 474 | 140 | 34 |
| Binary | 10001010 | 11 | 1100101 | 0 | 1100010 | 11011 | 101110 | 100111100 | 1100000 | 11100 |
Color Harmonies of #8A0365
Complementary color
Monochromatic Colors of #8A0365
Black with #8A0365
Text Example
Text Example
White with #8A0365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0365; }
p { color: rgb(138,3,101); }
H1.HeaderClassName
{
color: #8A0365;
}
.AnyTagClassName
{
color: #8A0365;
}
</style>
background-color css
<style>
a { background-color: #8A0365; }
a { background-color: rgb(138,3,101); }
div.DivClassName
{
background-color: #8A0365;
}
.BgClassName
{
background-color: #8A0365;
}
</style>
border-color css
<style>
span { border-color: #8A0365; }
span { border-color: rgb(138,3,101); }
td.TdClassName
{
border-color: #8A0365;
}
.TagClassName
{
border-color: #8A0365;
}
</style>