#840D55

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

Shades of Eggplant #840D55

Tints of Eggplant #840D55

Color information

#840D55 (or 0x840D55) is unknown color: approx Eggplant. HEX triplet: 84, 0D and 55. RGB value is (132,13,85). Sum of RGB (Red+Green+Blue) = 132+13+85=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #840D55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D55 is #7BF2AA. Grayscale: #383838. Windows color (decimal): -8123051 or 5574020. OLE color: 5574020.

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

Color convert

RGB1321385-
CMYK00.900.360.48
HSL323.7º82.07%28.43%-
HSV(B)323.7º90.15%51.76%-
XYZ11.35.859.13-
YUV56.79143.92181.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.39%
GREEN value IS 13 (5.47% from 255) = 5.65%
BLUE value IS 85 (33.59% from 255) = 36.96%
R=57.39%
G=5.65%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132138500.900.360.48323.782.0728.43
Hex84D5505A2430144521c
Octal204151250132446050412234
Binary100001001101101010101011010100100110000101000100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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