#820951

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

Shades of Eggplant #820951

Tints of Eggplant #820951

Color information

#820951 (or 0x820951) is unknown color: approx Eggplant. HEX triplet: 82, 09 and 51. RGB value is (130,9,81). Sum of RGB (Red+Green+Blue) = 130+9+81=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #820951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820951 is #7DF6AE. Grayscale: #353535. Windows color (decimal): -8255151 or 5310850. OLE color: 5310850.

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

Color convert

RGB130981-
CMYK00.930.380.49
HSL324.3º87.05%27.25%-
HSV(B)324.3º93.08%50.98%-
XYZ10.795.548.28-
YUV53.39143.59182.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.09%
GREEN value IS 9 (3.91% from 255) = 4.09%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=59.09%
G=4.09%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13098100.930.380.49324.387.0527.25
Hex8295105D2631144571b
Octal202111210135466150412733
Binary100000101001101000101011101100110110001101000100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820951; }

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

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

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

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

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

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

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

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