Shades of Eggplant #8C0169
Tints of Eggplant #8C0169
RGB
CMYK
RGB Variations
Color information
#8C0169 (or 0x8C0169) is known color: Eggplant. HEX triplet: 8C, 01 and 69. RGB value is (140,1,105). Sum of RGB (Red+Green+Blue) = 140+1+105=246 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.91% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0169 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0169 is #73FE96. Grayscale: #363636. Windows color (decimal): -7601815 or 6881676. OLE color: 6881676.
HSL color Cylindrical-coordinate representation of color #8C0169: hue angle of 315.11º 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 #8C0169 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 105 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.45 |
| HSL | 315.11º | 0.99% | 0.28% | - |
| HSV(B) | 315.11º | 0.99% | 0.55% | - |
| XYZ | 13.38 | 6.62 | 13.94 | - |
| YUV | 54.42 | 156.55 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 105 | 0 | 0.99 | 0.25 | 0.45 | 315.11 | 0.99 | 0.28 |
| Hex | 8C | 1 | 69 | 0 | 63 | 19 | 2D | 13B | 63 | 1C |
| Octal | 214 | 1 | 151 | 0 | 143 | 31 | 55 | 473 | 143 | 34 |
| Binary | 10001100 | 1 | 1101001 | 0 | 1100011 | 11001 | 101101 | 100111011 | 1100011 | 11100 |
Color Harmonies of #8C0169
Complementary color
Monochromatic Colors of #8C0169
Black with #8C0169
Text Example
Text Example
White with #8C0169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0169; }
p { color: rgb(140,1,105); }
H1.HeaderClassName
{
color: #8C0169;
}
.AnyTagClassName
{
color: #8C0169;
}
</style>
background-color css
<style>
a { background-color: #8C0169; }
a { background-color: rgb(140,1,105); }
div.DivClassName
{
background-color: #8C0169;
}
.BgClassName
{
background-color: #8C0169;
}
</style>
border-color css
<style>
span { border-color: #8C0169; }
span { border-color: rgb(140,1,105); }
td.TdClassName
{
border-color: #8C0169;
}
.TagClassName
{
border-color: #8C0169;
}
</style>