#841160

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

Shades of Eggplant #841160

Tints of Eggplant #841160

Color information

#841160 (or 0x841160) is unknown color: approx Eggplant. HEX triplet: 84, 11 and 60. RGB value is (132,17,96). Sum of RGB (Red+Green+Blue) = 132+17+96=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #841160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841160 is #7BEE9F. Grayscale: #3C3C3C. Windows color (decimal): -8122016 or 6295940. OLE color: 6295940.

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

Color convert

RGB1321796-
CMYK00.870.270.48
HSL318.78º77.18%29.22%-
HSV(B)318.78º87.12%51.76%-
XYZ11.836.1511.63-
YUV60.39148.1179.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.88%
GREEN value IS 17 (7.03% from 255) = 6.94%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=53.88%
G=6.94%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132179600.870.270.48318.7877.1829.22
Hex8411600571B3013f4d1d
Octal204211400127336047711535
Binary100001001000111000000101011111011110000100111111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841160; }

 p { color: rgb(132,17,96); }

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

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

 a { background-color: rgb(132,17,96); }

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

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

 span { border-color: rgb(132,17,96); }

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