Shades of Eggplant #8C0462
Tints of Eggplant #8C0462
RGB
CMYK
RGB Variations
Color information
#8C0462 (or 0x8C0462) is known color: Eggplant. HEX triplet: 8C, 04 and 62. RGB value is (140,4,98). Sum of RGB (Red+Green+Blue) = 140+4+98=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0462 is #73FB9D. Grayscale: #373737. Windows color (decimal): -7601054 or 6423692. OLE color: 6423692.
HSL color Cylindrical-coordinate representation of color #8C0462: hue angle of 318.53º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C0462 is Cyan = 0, Magento = 0.97, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 98 | - |
| CMYK | 0 | 0.97 | 0.3 | 0.45 |
| HSL | 318.53º | 0.94% | 0.28% | - |
| HSV(B) | 318.53º | 0.97% | 0.55% | - |
| XYZ | 13.06 | 6.54 | 12.13 | - |
| YUV | 55.38 | 152.06 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 98 | 0 | 0.97 | 0.3 | 0.45 | 318.53 | 0.94 | 0.28 |
| Hex | 8C | 4 | 62 | 0 | 61 | 1E | 2D | 13F | 5E | 1C |
| Octal | 214 | 4 | 142 | 0 | 141 | 36 | 55 | 477 | 136 | 34 |
| Binary | 10001100 | 100 | 1100010 | 0 | 1100001 | 11110 | 101101 | 100111111 | 1011110 | 11100 |
Color Harmonies of #8C0462
Complementary color
Monochromatic Colors of #8C0462
Black with #8C0462
Text Example
Text Example
White with #8C0462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0462; }
p { color: rgb(140,4,98); }
H1.HeaderClassName
{
color: #8C0462;
}
.AnyTagClassName
{
color: #8C0462;
}
</style>
background-color css
<style>
a { background-color: #8C0462; }
a { background-color: rgb(140,4,98); }
div.DivClassName
{
background-color: #8C0462;
}
.BgClassName
{
background-color: #8C0462;
}
</style>
border-color css
<style>
span { border-color: #8C0462; }
span { border-color: rgb(140,4,98); }
td.TdClassName
{
border-color: #8C0462;
}
.TagClassName
{
border-color: #8C0462;
}
</style>