#820669

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

Shades of Eggplant #820669

Tints of Eggplant #820669

Color information

#820669 (or 0x820669) is unknown color: approx Eggplant. HEX triplet: 82, 06 and 69. RGB value is (130,6,105). Sum of RGB (Red+Green+Blue) = 130+6+105=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #820669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820669 is #7DF996. Grayscale: #363636. Windows color (decimal): -8255895 or 6882946. OLE color: 6882946.

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

Color convert

RGB1306105-
CMYK00.950.190.49
HSL312.1º91.18%26.67%-
HSV(B)312.1º95.38%50.98%-
XYZ11.825.913.88-
YUV54.36156.58181.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 6 (2.73% from 255) = 2.49%
BLUE value IS 105 (41.41% from 255) = 43.57%
R=53.94%
G=2.49%
B=43.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130610500.950.190.49312.191.1826.67
Hex8266905F13311385b1b
Octal20261510137236147013333
Binary1000001011011010010101111110011110001100111000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820669; }

 p { color: rgb(130,6,105); }

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

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

 a { background-color: rgb(130,6,105); }

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

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

 span { border-color: rgb(130,6,105); }

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