Shades of Eggplant #8C0265
Tints of Eggplant #8C0265
RGB
CMYK
RGB Variations
Color information
#8C0265 (or 0x8C0265) is known color: Eggplant. HEX triplet: 8C, 02 and 65. RGB value is (140,2,101). Sum of RGB (Red+Green+Blue) = 140+2+101=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0265 is #73FD9A. Grayscale: #363636. Windows color (decimal): -7601563 or 6619788. OLE color: 6619788.
HSL color Cylindrical-coordinate representation of color #8C0265: hue angle of 316.96º degrees, saturation: 0.97, 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 #8C0265 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.45 |
| HSL | 316.96º | 0.97% | 0.28% | - |
| HSV(B) | 316.96º | 0.99% | 0.55% | - |
| XYZ | 13.19 | 6.56 | 12.88 | - |
| YUV | 54.55 | 154.22 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 101 | 0 | 0.99 | 0.28 | 0.45 | 316.96 | 0.97 | 0.28 |
| Hex | 8C | 2 | 65 | 0 | 63 | 1C | 2D | 13D | 61 | 1C |
| Octal | 214 | 2 | 145 | 0 | 143 | 34 | 55 | 475 | 141 | 34 |
| Binary | 10001100 | 10 | 1100101 | 0 | 1100011 | 11100 | 101101 | 100111101 | 1100001 | 11100 |
Color Harmonies of #8C0265
Complementary color
Monochromatic Colors of #8C0265
Black with #8C0265
Text Example
Text Example
White with #8C0265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0265; }
p { color: rgb(140,2,101); }
H1.HeaderClassName
{
color: #8C0265;
}
.AnyTagClassName
{
color: #8C0265;
}
</style>
background-color css
<style>
a { background-color: #8C0265; }
a { background-color: rgb(140,2,101); }
div.DivClassName
{
background-color: #8C0265;
}
.BgClassName
{
background-color: #8C0265;
}
</style>
border-color css
<style>
span { border-color: #8C0265; }
span { border-color: rgb(140,2,101); }
td.TdClassName
{
border-color: #8C0265;
}
.TagClassName
{
border-color: #8C0265;
}
</style>