Shades of Eggplant #8C085D
Tints of Eggplant #8C085D
RGB
CMYK
RGB Variations
Color information
#8C085D (or 0x8C085D) is known color: Eggplant. HEX triplet: 8C, 08 and 5D. RGB value is (140,8,93). Sum of RGB (Red+Green+Blue) = 140+8+93=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C085D is #73F7A2. Grayscale: #383838. Windows color (decimal): -7600035 or 6097036. OLE color: 6097036.
HSL color Cylindrical-coordinate representation of color #8C085D: hue angle of 321.36º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C085D is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 93 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.45 |
| HSL | 321.36º | 0.89% | 0.29% | - |
| HSV(B) | 321.36º | 0.94% | 0.55% | - |
| XYZ | 12.88 | 6.54 | 10.94 | - |
| YUV | 57.16 | 148.23 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 93 | 0 | 0.94 | 0.34 | 0.45 | 321.36 | 0.89 | 0.29 |
| Hex | 8C | 8 | 5D | 0 | 5E | 22 | 2D | 141 | 59 | 1D |
| Octal | 214 | 10 | 135 | 0 | 136 | 42 | 55 | 501 | 131 | 35 |
| Binary | 10001100 | 1000 | 1011101 | 0 | 1011110 | 100010 | 101101 | 101000001 | 1011001 | 11101 |
Color Harmonies of #8C085D
Complementary color
Monochromatic Colors of #8C085D
Black with #8C085D
Text Example
Text Example
White with #8C085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C085D; }
p { color: rgb(140,8,93); }
H1.HeaderClassName
{
color: #8C085D;
}
.AnyTagClassName
{
color: #8C085D;
}
</style>
background-color css
<style>
a { background-color: #8C085D; }
a { background-color: rgb(140,8,93); }
div.DivClassName
{
background-color: #8C085D;
}
.BgClassName
{
background-color: #8C085D;
}
</style>
border-color css
<style>
span { border-color: #8C085D; }
span { border-color: rgb(140,8,93); }
td.TdClassName
{
border-color: #8C085D;
}
.TagClassName
{
border-color: #8C085D;
}
</style>