#84054E

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

Shades of Eggplant #84054E

Tints of Eggplant #84054E

Color information

#84054E (or 0x84054E) is unknown color: approx Eggplant. HEX triplet: 84, 05 and 4E. RGB value is (132,5,78). Sum of RGB (Red+Green+Blue) = 132+5+78=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #84054E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84054E is #7BFAB1. Grayscale: #333333. Windows color (decimal): -8125106 or 5113220. OLE color: 5113220.

HSL color Cylindrical-coordinate representation of color #84054E: hue angle of 325.51º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84054E is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB132578-
CMYK00.960.410.48
HSL325.51º92.7%26.86%-
HSV(B)325.51º96.21%51.76%-
XYZ10.955.567.7-
YUV51.3143.08185.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.40%
GREEN value IS 5 (2.34% from 255) = 2.33%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=61.40%
G=2.33%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13257800.960.410.48325.5192.726.86
Hex8454E06029301465d1b
Octal20451160140516050613533
Binary10000100101100111001100000101001110000101000110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84054E; }

 p { color: rgb(132,5,78); }

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

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

 a { background-color: rgb(132,5,78); }

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

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

 span { border-color: rgb(132,5,78); }

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