#840553

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

Shades of Eggplant #840553

Tints of Eggplant #840553

Color information

#840553 (or 0x840553) is unknown color: approx Eggplant. HEX triplet: 84, 05 and 53. RGB value is (132,5,83). Sum of RGB (Red+Green+Blue) = 132+5+83=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #840553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840553 is #7BFAAC. Grayscale: #333333. Windows color (decimal): -8125101 or 5440900. OLE color: 5440900.

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

Color convert

RGB132583-
CMYK00.960.370.48
HSL323.15º92.7%26.86%-
HSV(B)323.15º96.21%51.76%-
XYZ11.135.648.69-
YUV51.86145.58185.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60%
GREEN value IS 5 (2.34% from 255) = 2.27%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=60%
G=2.27%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13258300.960.370.48323.1592.726.86
Hex8455306025301435d1b
Octal20451230140456050313533
Binary10000100101101001101100000100101110000101000011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840553; }

 p { color: rgb(132,5,83); }

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

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

 a { background-color: rgb(132,5,83); }

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

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

 span { border-color: rgb(132,5,83); }

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