#845E79

Color #845E79 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #845E79

Tints of Old Lavender #845E79

Color information

#845E79 (or 0x845E79) is unknown color: approx Old Lavender. HEX triplet: 84, 5E and 79. RGB value is (132,94,121). Sum of RGB (Red+Green+Blue) = 132+94+121=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 132 - color contains mainly: red. Hex color #845E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E79 is #7BA186. Grayscale: #6C6C6C. Windows color (decimal): -8102279 or 7954052. OLE color: 7954052.

HSL color Cylindrical-coordinate representation of color #845E79: hue angle of 317.37º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #845E79 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13294121-
CMYK00.290.080.48
HSL317.37º16.81%44.31%-
HSV(B)317.37º28.79%51.76%-
XYZ16.9714.2919.95-
YUV108.44135.09144.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 94 (37.11% from 255) = 27.09%
BLUE value IS 121 (47.66% from 255) = 34.87%
R=38.04%
G=27.09%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329412100.290.080.48317.3716.8144.31
Hex845E7901D83013d112c
Octal20413617103510604752154
Binary1000010010111101111001011101100011000010011110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845E79; }

 p { color: rgb(132,94,121); }

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

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

 a { background-color: rgb(132,94,121); }

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

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

 span { border-color: rgb(132,94,121); }

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