#820965

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

Shades of Eggplant #820965

Tints of Eggplant #820965

Color information

#820965 (or 0x820965) is unknown color: approx Eggplant. HEX triplet: 82, 09 and 65. RGB value is (130,9,101). Sum of RGB (Red+Green+Blue) = 130+9+101=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #820965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820965 is #7DF69A. Grayscale: #373737. Windows color (decimal): -8255131 or 6621570. OLE color: 6621570.

HSL color Cylindrical-coordinate representation of color #820965: hue angle of 314.38º 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 #820965 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB1309101-
CMYK00.930.220.49
HSL314.38º87.05%27.25%-
HSV(B)314.38º93.08%50.98%-
XYZ11.655.8812.83-
YUV55.67153.59181.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.17%
GREEN value IS 9 (3.91% from 255) = 3.75%
BLUE value IS 101 (39.84% from 255) = 42.08%
R=54.17%
G=3.75%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130910100.930.220.49314.3887.0527.25
Hex8296505D163113a571b
Octal202111450135266147212733
Binary10000010100111001010101110110110110001100111010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820965; }

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

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

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

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

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

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

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

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