#820954

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

Shades of Eggplant #820954

Tints of Eggplant #820954

Color information

#820954 (or 0x820954) is unknown color: approx Eggplant. HEX triplet: 82, 09 and 54. RGB value is (130,9,84). Sum of RGB (Red+Green+Blue) = 130+9+84=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #820954 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820954 is #7DF6AB. Grayscale: #353535. Windows color (decimal): -8255148 or 5507458. OLE color: 5507458.

HSL color Cylindrical-coordinate representation of color #820954: hue angle of 322.81º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820954 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB130984-
CMYK00.930.350.49
HSL322.81º87.05%27.25%-
HSV(B)322.81º93.08%50.98%-
XYZ10.95.588.89-
YUV53.73145.09182.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.30%
GREEN value IS 9 (3.91% from 255) = 4.04%
BLUE value IS 84 (33.20% from 255) = 37.67%
R=58.30%
G=4.04%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13098400.930.350.49322.8187.0527.25
Hex8295405D2331143571b
Octal202111240135436150312733
Binary100000101001101010001011101100011110001101000011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820954; }

 p { color: rgb(130,9,84); }

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

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

 a { background-color: rgb(130,9,84); }

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

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

 span { border-color: rgb(130,9,84); }

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