#8C0566

Color #8C0566 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #8C0566

Tints of Eggplant #8C0566

Color information

#8C0566 (or 0x8C0566) is unknown color: approx Eggplant. HEX triplet: 8C, 05 and 66. RGB value is (140,5,102). Sum of RGB (Red+Green+Blue) = 140+5+102=247 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.68% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0566 is #73FA99. Grayscale: #383838. Windows color (decimal): -7600794 or 6686092. OLE color: 6686092.

HSL color Cylindrical-coordinate representation of color #8C0566: hue angle of 316.89º 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 #8C0566 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB1405102-
CMYK00.960.270.45
HSL316.89º93.1%28.43%-
HSV(B)316.89º96.43%54.9%-
XYZ13.276.6413.15-
YUV56.42153.73187.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 56.68%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 102 (40.23% from 255) = 41.30%
R=56.68%
G=2.02%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140510200.960.270.45316.8993.128.43
Hex8C5660601B2D13d5d1c
Octal21451460140335547513534
Binary1000110010111001100110000011011101101100111101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C0566; }

 p { color: rgb(140,5,102); }

 H1.HeaderClassName
 {
   color: #8C0566;
 }
 .AnyTagClassName
 {
   color: #8C0566;
 }
</style>
background-color css

<style>
 a { background-color: #8C0566; }

 a { background-color: rgb(140,5,102); }

 div.DivClassName
 {
   background-color: #8C0566;
 }
 .BgClassName
 {
   background-color: #8C0566;
 }
</style>
border-color css

<style>
 span { border-color: #8C0566; }

 span { border-color: rgb(140,5,102); }

 td.TdClassName
 {
   border-color: #8C0566;
 }
 .TagClassName
 {
   border-color: #8C0566;
 }
</style>