#820264

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

Shades of Eggplant #820264

Tints of Eggplant #820264

Color information

#820264 (or 0x820264) is unknown color: approx Eggplant. HEX triplet: 82, 02 and 64. RGB value is (130,2,100). Sum of RGB (Red+Green+Blue) = 130+2+100=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #820264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820264 is #7DFD9B. Grayscale: #333333. Windows color (decimal): -8256924 or 6554242. OLE color: 6554242.

HSL color Cylindrical-coordinate representation of color #820264: hue angle of 314.06º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820264 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB1302100-
CMYK00.980.230.49
HSL314.06º96.97%25.88%-
HSV(B)314.06º98.46%50.98%-
XYZ11.535.7112.55-
YUV51.44155.41184.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.03%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 100 (39.45% from 255) = 43.10%
R=56.03%
G=0.86%
B=43.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130210000.980.230.49314.0696.9725.88
Hex82264062173113a611a
Octal20221440142276147214132
Binary100000101011001000110001010111110001100111010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820264; }

 p { color: rgb(130,2,100); }

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

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

 a { background-color: rgb(130,2,100); }

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

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

 span { border-color: rgb(130,2,100); }

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