#8C0565

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

Shades of Eggplant #8C0565

Tints of Eggplant #8C0565

Color information

#8C0565 (or 0x8C0565) is unknown color: approx Eggplant. HEX triplet: 8C, 05 and 65. RGB value is (140,5,101). Sum of RGB (Red+Green+Blue) = 140+5+101=246 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.91% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0565 is #73FA9A. Grayscale: #383838. Windows color (decimal): -7600795 or 6620556. OLE color: 6620556.

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

Color convert

RGB1405101-
CMYK00.960.280.45
HSL317.33º93.1%28.43%-
HSV(B)317.33º96.43%54.9%-
XYZ13.226.6212.89-
YUV56.31153.23187.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 56.91%
GREEN value IS 5 (2.34% from 255) = 2.03%
BLUE value IS 101 (39.84% from 255) = 41.06%
R=56.91%
G=2.03%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140510100.960.280.45317.3393.128.43
Hex8C5650601C2D13d5d1c
Octal21451450140345547513534
Binary1000110010111001010110000011100101101100111101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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