Shades of Eggplant #8C046D
Tints of Eggplant #8C046D
RGB
CMYK
RGB Variations
Color information
#8C046D (or 0x8C046D) is known color: Eggplant. HEX triplet: 8C, 04 and 6D. RGB value is (140,4,109). Sum of RGB (Red+Green+Blue) = 140+4+109=253 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.34% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 140 - color contains mainly: red. Hex color #8C046D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C046D is #73FB92. Grayscale: #383838. Windows color (decimal): -7601043 or 7144588. OLE color: 7144588.
HSL color Cylindrical-coordinate representation of color #8C046D: hue angle of 313.68º 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 #8C046D is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 109 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.45 |
| HSL | 313.68º | 0.94% | 0.28% | - |
| HSV(B) | 313.68º | 0.97% | 0.55% | - |
| XYZ | 13.62 | 6.77 | 15.06 | - |
| YUV | 56.63 | 157.56 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 109 | 0 | 0.97 | 0.22 | 0.45 | 313.68 | 0.94 | 0.28 |
| Hex | 8C | 4 | 6D | 0 | 61 | 16 | 2D | 13A | 5E | 1C |
| Octal | 214 | 4 | 155 | 0 | 141 | 26 | 55 | 472 | 136 | 34 |
| Binary | 10001100 | 100 | 1101101 | 0 | 1100001 | 10110 | 101101 | 100111010 | 1011110 | 11100 |
Color Harmonies of #8C046D
Complementary color
Monochromatic Colors of #8C046D
Black with #8C046D
Text Example
Text Example
White with #8C046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C046D; }
p { color: rgb(140,4,109); }
H1.HeaderClassName
{
color: #8C046D;
}
.AnyTagClassName
{
color: #8C046D;
}
</style>
background-color css
<style>
a { background-color: #8C046D; }
a { background-color: rgb(140,4,109); }
div.DivClassName
{
background-color: #8C046D;
}
.BgClassName
{
background-color: #8C046D;
}
</style>
border-color css
<style>
span { border-color: #8C046D; }
span { border-color: rgb(140,4,109); }
td.TdClassName
{
border-color: #8C046D;
}
.TagClassName
{
border-color: #8C046D;
}
</style>