Shades of Eggplant #8C0167
Tints of Eggplant #8C0167
RGB
CMYK
RGB Variations
Color information
#8C0167 (or 0x8C0167) is known color: Eggplant. HEX triplet: 8C, 01 and 67. RGB value is (140,1,103). Sum of RGB (Red+Green+Blue) = 140+1+103=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0167 is #73FE98. Grayscale: #353535. Windows color (decimal): -7601817 or 6750604. OLE color: 6750604.
HSL color Cylindrical-coordinate representation of color #8C0167: hue angle of 315.97º 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 #8C0167 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 103 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.45 |
| HSL | 315.97º | 0.99% | 0.28% | - |
| HSV(B) | 315.97º | 0.99% | 0.55% | - |
| XYZ | 13.27 | 6.58 | 13.4 | - |
| YUV | 54.19 | 155.55 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 103 | 0 | 0.99 | 0.26 | 0.45 | 315.97 | 0.99 | 0.28 |
| Hex | 8C | 1 | 67 | 0 | 63 | 1A | 2D | 13C | 63 | 1C |
| Octal | 214 | 1 | 147 | 0 | 143 | 32 | 55 | 474 | 143 | 34 |
| Binary | 10001100 | 1 | 1100111 | 0 | 1100011 | 11010 | 101101 | 100111100 | 1100011 | 11100 |
Color Harmonies of #8C0167
Complementary color
Monochromatic Colors of #8C0167
Black with #8C0167
Text Example
Text Example
White with #8C0167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0167; }
p { color: rgb(140,1,103); }
H1.HeaderClassName
{
color: #8C0167;
}
.AnyTagClassName
{
color: #8C0167;
}
</style>
background-color css
<style>
a { background-color: #8C0167; }
a { background-color: rgb(140,1,103); }
div.DivClassName
{
background-color: #8C0167;
}
.BgClassName
{
background-color: #8C0167;
}
</style>
border-color css
<style>
span { border-color: #8C0167; }
span { border-color: rgb(140,1,103); }
td.TdClassName
{
border-color: #8C0167;
}
.TagClassName
{
border-color: #8C0167;
}
</style>