#840963

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

Shades of Eggplant #840963

Tints of Eggplant #840963

Color information

#840963 (or 0x840963) is unknown color: approx Eggplant. HEX triplet: 84, 09 and 63. RGB value is (132,9,99). Sum of RGB (Red+Green+Blue) = 132+9+99=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #840963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840963 is #7BF69C. Grayscale: #373737. Windows color (decimal): -8124061 or 6490500. OLE color: 6490500.

HSL color Cylindrical-coordinate representation of color #840963: hue angle of 316.1º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840963 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB132999-
CMYK00.930.250.48
HSL316.1º87.23%27.65%-
HSV(B)316.1º93.18%51.76%-
XYZ11.87612.34-
YUV56.04152.25182.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55%
GREEN value IS 9 (3.91% from 255) = 3.75%
BLUE value IS 99 (39.06% from 255) = 41.25%
R=55%
G=3.75%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13299900.930.250.48316.187.2327.65
Hex8496305D193013c571c
Octal204111430135316047412734
Binary10000100100111000110101110111001110000100111100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840963; }

 p { color: rgb(132,9,99); }

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

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

 a { background-color: rgb(132,9,99); }

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

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

 span { border-color: rgb(132,9,99); }

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