#845E7A

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

Shades of Old Lavender #845E7A

Tints of Old Lavender #845E7A

Color information

#845E7A (or 0x845E7A) is unknown color: approx Old Lavender. HEX triplet: 84, 5E and 7A. RGB value is (132,94,122). Sum of RGB (Red+Green+Blue) = 132+94+122=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #845E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E7A is #7BA185. Grayscale: #6C6C6C. Windows color (decimal): -8102278 or 8019588. OLE color: 8019588.

HSL color Cylindrical-coordinate representation of color #845E7A: hue angle of 315.79º 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 #845E7A is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13294122-
CMYK00.290.080.48
HSL315.79º16.81%44.31%-
HSV(B)315.79º28.79%51.76%-
XYZ17.0314.3220.28-
YUV108.55135.59144.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 122 (48.05% from 255) = 35.06%
R=37.93%
G=27.01%
B=35.06%

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
Decimal1329412200.290.080.48315.7916.8144.31
Hex845E7A01D83013c112c
Octal20413617203510604742154
Binary1000010010111101111010011101100011000010011110010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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