#840655

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

Shades of Eggplant #840655

Tints of Eggplant #840655

Color information

#840655 (or 0x840655) is unknown color: approx Eggplant. HEX triplet: 84, 06 and 55. RGB value is (132,6,85). Sum of RGB (Red+Green+Blue) = 132+6+85=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #840655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840655 is #7BF9AA. Grayscale: #343434. Windows color (decimal): -8124843 or 5572228. OLE color: 5572228.

HSL color Cylindrical-coordinate representation of color #840655: hue angle of 322.38º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840655 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB132685-
CMYK00.950.360.48
HSL322.38º91.3%27.06%-
HSV(B)322.38º95.45%51.76%-
XYZ11.225.699.1-
YUV52.68146.24184.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.19%
GREEN value IS 6 (2.73% from 255) = 2.69%
BLUE value IS 85 (33.59% from 255) = 38.12%
R=59.19%
G=2.69%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13268500.950.360.48322.3891.327.06
Hex8465505F24301425b1b
Octal20461250137446050213333
Binary10000100110101010101011111100100110000101000010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840655; }

 p { color: rgb(132,6,85); }

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

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

 a { background-color: rgb(132,6,85); }

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

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

 span { border-color: rgb(132,6,85); }

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