Shades of Eggplant #8C1861
Tints of Eggplant #8C1861
RGB
CMYK
RGB Variations
Color information
#8C1861 (or 0x8C1861) is known color: Eggplant. HEX triplet: 8C, 18 and 61. RGB value is (140,24,97). Sum of RGB (Red+Green+Blue) = 140+24+97=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1861 is #73E79E. Grayscale: #424242. Windows color (decimal): -7595935 or 6363276. OLE color: 6363276.
HSL color Cylindrical-coordinate representation of color #8C1861: hue angle of 322.24º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C1861 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 24 | 97 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.45 |
| HSL | 322.24º | 0.71% | 0.32% | - |
| HSV(B) | 322.24º | 0.83% | 0.55% | - |
| XYZ | 13.3 | 7.09 | 11.98 | - |
| YUV | 67.01 | 144.93 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 97 | 0 | 0.83 | 0.31 | 0.45 | 322.24 | 0.71 | 0.32 |
| Hex | 8C | 18 | 61 | 0 | 53 | 1F | 2D | 142 | 47 | 20 |
| Octal | 214 | 30 | 141 | 0 | 123 | 37 | 55 | 502 | 107 | 40 |
| Binary | 10001100 | 11000 | 1100001 | 0 | 1010011 | 11111 | 101101 | 101000010 | 1000111 | 100000 |
Color Harmonies of #8C1861
Complementary color
Monochromatic Colors of #8C1861
Black with #8C1861
Text Example
Text Example
White with #8C1861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1861; }
p { color: rgb(140,24,97); }
H1.HeaderClassName
{
color: #8C1861;
}
.AnyTagClassName
{
color: #8C1861;
}
</style>
background-color css
<style>
a { background-color: #8C1861; }
a { background-color: rgb(140,24,97); }
div.DivClassName
{
background-color: #8C1861;
}
.BgClassName
{
background-color: #8C1861;
}
</style>
border-color css
<style>
span { border-color: #8C1861; }
span { border-color: rgb(140,24,97); }
td.TdClassName
{
border-color: #8C1861;
}
.TagClassName
{
border-color: #8C1861;
}
</style>