#820169

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

Shades of Eggplant #820169

Tints of Eggplant #820169

Color information

#820169 (or 0x820169) is unknown color: approx Eggplant. HEX triplet: 82, 01 and 69. RGB value is (130,1,105). Sum of RGB (Red+Green+Blue) = 130+1+105=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #820169 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820169 is #7DFE96. Grayscale: #333333. Windows color (decimal): -8257175 or 6881666. OLE color: 6881666.

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

Color convert

RGB1301105-
CMYK00.990.190.49
HSL311.63º98.47%25.69%-
HSV(B)311.63º99.23%50.98%-
XYZ11.775.7913.86-
YUV51.43158.24184.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.08%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 105 (41.41% from 255) = 44.49%
R=55.08%
G=0.42%
B=44.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130110500.990.190.49311.6398.4725.69
Hex821690631331138621a
Octal20211510143236147014232
Binary10000010111010010110001110011110001100111000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820169; }

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

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

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

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

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

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

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

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