#840D57

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

Shades of Eggplant #840D57

Tints of Eggplant #840D57

Color information

#840D57 (or 0x840D57) is unknown color: approx Eggplant. HEX triplet: 84, 0D and 57. RGB value is (132,13,87). Sum of RGB (Red+Green+Blue) = 132+13+87=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #840D57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D57 is #7BF2A8. Grayscale: #383838. Windows color (decimal): -8123049 or 5705092. OLE color: 5705092.

HSL color Cylindrical-coordinate representation of color #840D57: hue angle of 322.69º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D57 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB1321387-
CMYK00.900.340.48
HSL322.69º82.07%28.43%-
HSV(B)322.69º90.15%51.76%-
XYZ11.385.889.55-
YUV57.02144.92181.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.90%
GREEN value IS 13 (5.47% from 255) = 5.60%
BLUE value IS 87 (34.38% from 255) = 37.5%
R=56.90%
G=5.60%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132138700.900.340.48322.6982.0728.43
Hex84D5705A2230143521c
Octal204151270132426050312234
Binary100001001101101011101011010100010110000101000011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840D57; }

 p { color: rgb(132,13,87); }

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

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

 a { background-color: rgb(132,13,87); }

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

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

 span { border-color: rgb(132,13,87); }

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