#845C79

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

Shades of Old Lavender #845C79

Tints of Old Lavender #845C79

Color information

#845C79 (or 0x845C79) is unknown color: approx Old Lavender. HEX triplet: 84, 5C and 79. RGB value is (132,92,121). Sum of RGB (Red+Green+Blue) = 132+92+121=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #845C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C79 is #7BA386. Grayscale: #6B6B6B. Windows color (decimal): -8102791 or 7953540. OLE color: 7953540.

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

Color convert

RGB13292121-
CMYK00.300.080.48
HSL316.5º17.86%43.92%-
HSV(B)316.5º30.3%51.76%-
XYZ16.7913.9419.89-
YUV107.27135.75145.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 92 (36.33% from 255) = 26.67%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=38.26%
G=26.67%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329212100.300.080.48316.517.8643.92
Hex845C7901E83013c122c
Octal20413417103610604742254
Binary1000010010111001111001011110100011000010011110010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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