#840F54

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

Shades of Eggplant #840F54

Tints of Eggplant #840F54

Color information

#840F54 (or 0x840F54) is unknown color: approx Eggplant. HEX triplet: 84, 0F and 54. RGB value is (132,15,84). Sum of RGB (Red+Green+Blue) = 132+15+84=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #840F54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840F54 is #7BF0AB. Grayscale: #393939. Windows color (decimal): -8122540 or 5508996. OLE color: 5508996.

HSL color Cylindrical-coordinate representation of color #840F54: hue angle of 324.62º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840F54 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB1321584-
CMYK00.890.360.48
HSL324.62º79.59%28.82%-
HSV(B)324.62º88.64%51.76%-
XYZ11.295.898.93-
YUV57.85142.76180.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.14%
GREEN value IS 15 (6.25% from 255) = 6.49%
BLUE value IS 84 (33.20% from 255) = 36.36%
R=57.14%
G=6.49%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132158400.890.360.48324.6279.5928.82
Hex84F540592430145501d
Octal204171240131446050512035
Binary100001001111101010001011001100100110000101000101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,15,84); }

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

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

 a { background-color: rgb(132,15,84); }

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

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

 span { border-color: rgb(132,15,84); }

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