Shades of Eggplant #8C0250
Tints of Eggplant #8C0250
RGB
CMYK
RGB Variations
Color information
#8C0250 (or 0x8C0250) is known color: Eggplant. HEX triplet: 8C, 02 and 50. RGB value is (140,2,80). Sum of RGB (Red+Green+Blue) = 140+2+80=222 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.06% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0250 is #73FDAF. Grayscale: #333333. Windows color (decimal): -7601584 or 5243532. OLE color: 5243532.
HSL color Cylindrical-coordinate representation of color #8C0250: hue angle of 326.09º 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 #8C0250 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 80 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.45 |
| HSL | 326.09º | 0.97% | 0.28% | - |
| HSV(B) | 326.09º | 0.99% | 0.55% | - |
| XYZ | 12.28 | 6.2 | 8.14 | - |
| YUV | 52.15 | 143.72 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 80 | 0 | 0.99 | 0.43 | 0.45 | 326.09 | 0.97 | 0.28 |
| Hex | 8C | 2 | 50 | 0 | 63 | 2B | 2D | 146 | 61 | 1C |
| Octal | 214 | 2 | 120 | 0 | 143 | 53 | 55 | 506 | 141 | 34 |
| Binary | 10001100 | 10 | 1010000 | 0 | 1100011 | 101011 | 101101 | 101000110 | 1100001 | 11100 |
Color Harmonies of #8C0250
Complementary color
Monochromatic Colors of #8C0250
Black with #8C0250
Text Example
Text Example
White with #8C0250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0250; }
p { color: rgb(140,2,80); }
H1.HeaderClassName
{
color: #8C0250;
}
.AnyTagClassName
{
color: #8C0250;
}
</style>
background-color css
<style>
a { background-color: #8C0250; }
a { background-color: rgb(140,2,80); }
div.DivClassName
{
background-color: #8C0250;
}
.BgClassName
{
background-color: #8C0250;
}
</style>
border-color css
<style>
span { border-color: #8C0250; }
span { border-color: rgb(140,2,80); }
td.TdClassName
{
border-color: #8C0250;
}
.TagClassName
{
border-color: #8C0250;
}
</style>