#840054

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

Shades of Eggplant #840054

Tints of Eggplant #840054

Color information

#840054 (or 0x840054) is unknown color: approx Eggplant. HEX triplet: 84, 00 and 54. RGB value is (132,0,84). Sum of RGB (Red+Green+Blue) = 132+0+84=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #840054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840054 is #7BFFAB. Grayscale: #303030. Windows color (decimal): -8126380 or 5505156. OLE color: 5505156.

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

Color convert

RGB132084-
CMYK010.360.48
HSL321.82º100%25.88%-
HSV(B)321.82º100%51.76%-
XYZ11.125.558.87-
YUV49.04147.73187.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 38.89%
R=61.11%
G=0%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132084010.360.48321.8210025.88
Hex840540642430142641a
Octal20401240144446050214432
Binary100001000101010001100100100100110000101000010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840054; }

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

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

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

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

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

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

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

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