Shades of Eggplant #8C0173
Tints of Eggplant #8C0173
RGB
CMYK
RGB Variations
Color information
#8C0173 (or 0x8C0173) is known color: Eggplant. HEX triplet: 8C, 01 and 73. RGB value is (140,1,115). Sum of RGB (Red+Green+Blue) = 140+1+115=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0173 is #73FE8C. Grayscale: #373737. Windows color (decimal): -7601805 or 7537036. OLE color: 7537036.
HSL color Cylindrical-coordinate representation of color #8C0173: hue angle of 310.79º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C0173 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 115 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.45 |
| HSL | 310.79º | 0.99% | 0.28% | - |
| HSV(B) | 310.79º | 0.99% | 0.55% | - |
| XYZ | 13.92 | 6.83 | 16.81 | - |
| YUV | 55.56 | 161.55 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 115 | 0 | 0.99 | 0.18 | 0.45 | 310.79 | 0.99 | 0.28 |
| Hex | 8C | 1 | 73 | 0 | 63 | 12 | 2D | 137 | 63 | 1C |
| Octal | 214 | 1 | 163 | 0 | 143 | 22 | 55 | 467 | 143 | 34 |
| Binary | 10001100 | 1 | 1110011 | 0 | 1100011 | 10010 | 101101 | 100110111 | 1100011 | 11100 |
Color Harmonies of #8C0173
Complementary color
Monochromatic Colors of #8C0173
Black with #8C0173
Text Example
Text Example
White with #8C0173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0173; }
p { color: rgb(140,1,115); }
H1.HeaderClassName
{
color: #8C0173;
}
.AnyTagClassName
{
color: #8C0173;
}
</style>
background-color css
<style>
a { background-color: #8C0173; }
a { background-color: rgb(140,1,115); }
div.DivClassName
{
background-color: #8C0173;
}
.BgClassName
{
background-color: #8C0173;
}
</style>
border-color css
<style>
span { border-color: #8C0173; }
span { border-color: rgb(140,1,115); }
td.TdClassName
{
border-color: #8C0173;
}
.TagClassName
{
border-color: #8C0173;
}
</style>