#840261

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

Shades of Eggplant #840261

Tints of Eggplant #840261

Color information

#840261 (or 0x840261) is unknown color: approx Eggplant. HEX triplet: 84, 02 and 61. RGB value is (132,2,97). Sum of RGB (Red+Green+Blue) = 132+2+97=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #840261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840261 is #7BFD9E. Grayscale: #333333. Windows color (decimal): -8125855 or 6357636. OLE color: 6357636.

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

Color convert

RGB132297-
CMYK00.980.270.48
HSL316.15º97.01%26.27%-
HSV(B)316.15º98.48%51.76%-
XYZ11.75.8111.81-
YUV51.7153.57185.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.14%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 97 (38.28% from 255) = 41.99%
R=57.14%
G=0.87%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13229700.980.270.48316.1597.0126.27
Hex842610621B3013c611a
Octal20421410142336047414132
Binary100001001011000010110001011011110000100111100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840261; }

 p { color: rgb(132,2,97); }

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

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

 a { background-color: rgb(132,2,97); }

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

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

 span { border-color: rgb(132,2,97); }

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