Shades of Eggplant #8A0163
Tints of Eggplant #8A0163
RGB
CMYK
RGB Variations
Color information
#8A0163 (or 0x8A0163) is known color: Eggplant. HEX triplet: 8A, 01 and 63. RGB value is (138,1,99). Sum of RGB (Red+Green+Blue) = 138+1+99=238 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.98% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0163 is #75FE9C. Grayscale: #343434. Windows color (decimal): -7732893 or 6488458. OLE color: 6488458.
HSL color Cylindrical-coordinate representation of color #8A0163: hue angle of 317.08º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A0163 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 1 | 99 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.46 |
| HSL | 317.08º | 0.99% | 0.27% | - |
| HSV(B) | 317.08º | 0.99% | 0.54% | - |
| XYZ | 12.74 | 6.33 | 12.35 | - |
| YUV | 53.14 | 153.89 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 1 | 99 | 0 | 0.99 | 0.28 | 0.46 | 317.08 | 0.99 | 0.27 |
| Hex | 8A | 1 | 63 | 0 | 63 | 1C | 2E | 13D | 63 | 1B |
| Octal | 212 | 1 | 143 | 0 | 143 | 34 | 56 | 475 | 143 | 33 |
| Binary | 10001010 | 1 | 1100011 | 0 | 1100011 | 11100 | 101110 | 100111101 | 1100011 | 11011 |
Color Harmonies of #8A0163
Complementary color
Monochromatic Colors of #8A0163
Black with #8A0163
Text Example
Text Example
White with #8A0163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0163; }
p { color: rgb(138,1,99); }
H1.HeaderClassName
{
color: #8A0163;
}
.AnyTagClassName
{
color: #8A0163;
}
</style>
background-color css
<style>
a { background-color: #8A0163; }
a { background-color: rgb(138,1,99); }
div.DivClassName
{
background-color: #8A0163;
}
.BgClassName
{
background-color: #8A0163;
}
</style>
border-color css
<style>
span { border-color: #8A0163; }
span { border-color: rgb(138,1,99); }
td.TdClassName
{
border-color: #8A0163;
}
.TagClassName
{
border-color: #8A0163;
}
</style>