#840355

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

Shades of Eggplant #840355

Tints of Eggplant #840355

Color information

#840355 (or 0x840355) is unknown color: approx Eggplant. HEX triplet: 84, 03 and 55. RGB value is (132,3,85). Sum of RGB (Red+Green+Blue) = 132+3+85=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #840355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840355 is #7BFCAA. Grayscale: #323232. Windows color (decimal): -8125611 or 5571460. OLE color: 5571460.

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

Color convert

RGB132385-
CMYK00.980.360.48
HSL321.86º95.56%26.47%-
HSV(B)321.86º97.73%51.76%-
XYZ11.195.639.09-
YUV50.92147.24185.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60%
GREEN value IS 3 (1.56% from 255) = 1.36%
BLUE value IS 85 (33.59% from 255) = 38.64%
R=60%
G=1.36%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13238500.980.360.48321.8695.5626.47
Hex843550622430142601a
Octal20431250142446050214032
Binary1000010011101010101100010100100110000101000010110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840355; }

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

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

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

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

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

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

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

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