Shades of Eggplant #8C1265
Tints of Eggplant #8C1265
RGB
CMYK
RGB Variations
Color information
#8C1265 (or 0x8C1265) is known color: Eggplant. HEX triplet: 8C, 12 and 65. RGB value is (140,18,101). Sum of RGB (Red+Green+Blue) = 140+18+101=259 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.05% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1265 is #73ED9A. Grayscale: #3F3F3F. Windows color (decimal): -7597467 or 6623884. OLE color: 6623884.
HSL color Cylindrical-coordinate representation of color #8C1265: hue angle of 319.18º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C1265 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 18 | 101 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.45 |
| HSL | 319.18º | 0.77% | 0.31% | - |
| HSV(B) | 319.18º | 0.87% | 0.55% | - |
| XYZ | 13.38 | 6.95 | 12.95 | - |
| YUV | 63.94 | 148.92 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 18 | 101 | 0 | 0.87 | 0.28 | 0.45 | 319.18 | 0.77 | 0.31 |
| Hex | 8C | 12 | 65 | 0 | 57 | 1C | 2D | 13F | 4D | 1F |
| Octal | 214 | 22 | 145 | 0 | 127 | 34 | 55 | 477 | 115 | 37 |
| Binary | 10001100 | 10010 | 1100101 | 0 | 1010111 | 11100 | 101101 | 100111111 | 1001101 | 11111 |
Color Harmonies of #8C1265
Complementary color
Monochromatic Colors of #8C1265
Black with #8C1265
Text Example
Text Example
White with #8C1265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1265; }
p { color: rgb(140,18,101); }
H1.HeaderClassName
{
color: #8C1265;
}
.AnyTagClassName
{
color: #8C1265;
}
</style>
background-color css
<style>
a { background-color: #8C1265; }
a { background-color: rgb(140,18,101); }
div.DivClassName
{
background-color: #8C1265;
}
.BgClassName
{
background-color: #8C1265;
}
</style>
border-color css
<style>
span { border-color: #8C1265; }
span { border-color: rgb(140,18,101); }
td.TdClassName
{
border-color: #8C1265;
}
.TagClassName
{
border-color: #8C1265;
}
</style>