Shades of Eggplant #8C0567
Tints of Eggplant #8C0567
RGB
CMYK
RGB Variations
Color information
#8C0567 (or 0x8C0567) is known color: Eggplant. HEX triplet: 8C, 05 and 67. RGB value is (140,5,103). Sum of RGB (Red+Green+Blue) = 140+5+103=248 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.45% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0567 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0567 is #73FA98. Grayscale: #383838. Windows color (decimal): -7600793 or 6751628. OLE color: 6751628.
HSL color Cylindrical-coordinate representation of color #8C0567: hue angle of 316.44º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0567 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 5 | 103 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.45 |
| HSL | 316.44º | 0.93% | 0.28% | - |
| HSV(B) | 316.44º | 0.96% | 0.55% | - |
| XYZ | 13.32 | 6.66 | 13.42 | - |
| YUV | 56.54 | 154.23 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 103 | 0 | 0.96 | 0.26 | 0.45 | 316.44 | 0.93 | 0.28 |
| Hex | 8C | 5 | 67 | 0 | 60 | 1A | 2D | 13C | 5D | 1C |
| Octal | 214 | 5 | 147 | 0 | 140 | 32 | 55 | 474 | 135 | 34 |
| Binary | 10001100 | 101 | 1100111 | 0 | 1100000 | 11010 | 101101 | 100111100 | 1011101 | 11100 |
Color Harmonies of #8C0567
Complementary color
Monochromatic Colors of #8C0567
Black with #8C0567
Text Example
Text Example
White with #8C0567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0567; }
p { color: rgb(140,5,103); }
H1.HeaderClassName
{
color: #8C0567;
}
.AnyTagClassName
{
color: #8C0567;
}
</style>
background-color css
<style>
a { background-color: #8C0567; }
a { background-color: rgb(140,5,103); }
div.DivClassName
{
background-color: #8C0567;
}
.BgClassName
{
background-color: #8C0567;
}
</style>
border-color css
<style>
span { border-color: #8C0567; }
span { border-color: rgb(140,5,103); }
td.TdClassName
{
border-color: #8C0567;
}
.TagClassName
{
border-color: #8C0567;
}
</style>