#840D56

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

Shades of Eggplant #840D56

Tints of Eggplant #840D56

Color information

#840D56 (or 0x840D56) is unknown color: approx Eggplant. HEX triplet: 84, 0D and 56. RGB value is (132,13,86). Sum of RGB (Red+Green+Blue) = 132+13+86=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #840D56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D56 is #7BF2A9. Grayscale: #383838. Windows color (decimal): -8123050 or 5639556. OLE color: 5639556.

HSL color Cylindrical-coordinate representation of color #840D56: hue angle of 323.19º 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 #840D56 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB1321386-
CMYK00.900.350.48
HSL323.19º82.07%28.43%-
HSV(B)323.19º90.15%51.76%-
XYZ11.345.879.34-
YUV56.9144.42181.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.14%
GREEN value IS 13 (5.47% from 255) = 5.63%
BLUE value IS 86 (33.98% from 255) = 37.23%
R=57.14%
G=5.63%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132138600.900.350.48323.1982.0728.43
Hex84D5605A2330143521c
Octal204151260132436050312234
Binary100001001101101011001011010100011110000101000011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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