#820950

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

Shades of Eggplant #820950

Tints of Eggplant #820950

Color information

#820950 (or 0x820950) is unknown color: approx Eggplant. HEX triplet: 82, 09 and 50. RGB value is (130,9,80). Sum of RGB (Red+Green+Blue) = 130+9+80=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #820950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820950 is #7DF6AF. Grayscale: #353535. Windows color (decimal): -8255152 or 5245314. OLE color: 5245314.

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

Color convert

RGB130980-
CMYK00.930.380.49
HSL324.79º87.05%27.25%-
HSV(B)324.79º93.08%50.98%-
XYZ10.755.528.09-
YUV53.27143.09182.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.36%
GREEN value IS 9 (3.91% from 255) = 4.11%
BLUE value IS 80 (31.64% from 255) = 36.53%
R=59.36%
G=4.11%
B=36.53%

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
Decimal13098000.930.380.49324.7987.0527.25
Hex8295005D2631145571b
Octal202111200135466150512733
Binary100000101001101000001011101100110110001101000101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820950; }

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

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

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

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

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

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

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

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