#840354

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

Shades of Eggplant #840354

Tints of Eggplant #840354

Color information

#840354 (or 0x840354) is unknown color: approx Eggplant. HEX triplet: 84, 03 and 54. RGB value is (132,3,84). Sum of RGB (Red+Green+Blue) = 132+3+84=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #840354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840354 is #7BFCAB. Grayscale: #323232. Windows color (decimal): -8125612 or 5505924. OLE color: 5505924.

HSL color Cylindrical-coordinate representation of color #840354: hue angle of 322.33º 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 #840354 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB132384-
CMYK00.980.360.48
HSL322.33º95.56%26.47%-
HSV(B)322.33º97.73%51.76%-
XYZ11.155.618.88-
YUV50.8146.74185.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.27%
GREEN value IS 3 (1.56% from 255) = 1.37%
BLUE value IS 84 (33.20% from 255) = 38.36%
R=60.27%
G=1.37%
B=38.36%

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
Decimal13238400.980.360.48322.3395.5626.47
Hex843540622430142601a
Octal20431240142446050214032
Binary1000010011101010001100010100100110000101000010110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840354; }

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

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

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

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

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

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

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

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