#840852

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

Shades of Eggplant #840852

Tints of Eggplant #840852

Color information

#840852 (or 0x840852) is unknown color: approx Eggplant. HEX triplet: 84, 08 and 52. RGB value is (132,8,82). Sum of RGB (Red+Green+Blue) = 132+8+82=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #840852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840852 is #7BF7AD. Grayscale: #353535. Windows color (decimal): -8124334 or 5376132. OLE color: 5376132.

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

Color convert

RGB132882-
CMYK00.940.380.48
HSL324.19º88.57%27.45%-
HSV(B)324.19º93.94%51.76%-
XYZ11.135.698.49-
YUV53.51144.08183.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.46%
GREEN value IS 8 (3.52% from 255) = 3.60%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=59.46%
G=3.60%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13288200.940.380.48324.1988.5727.45
Hex8485205E2630144591b
Octal204101220136466050413133
Binary100001001000101001001011110100110110000101000100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840852; }

 p { color: rgb(132,8,82); }

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

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

 a { background-color: rgb(132,8,82); }

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

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

 span { border-color: rgb(132,8,82); }

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