#845C78

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

Shades of Old Lavender #845C78

Tints of Old Lavender #845C78

Color information

#845C78 (or 0x845C78) is unknown color: approx Old Lavender. HEX triplet: 84, 5C and 78. RGB value is (132,92,120). Sum of RGB (Red+Green+Blue) = 132+92+120=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #845C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C78 is #7BA387. Grayscale: #6B6B6B. Windows color (decimal): -8102792 or 7888004. OLE color: 7888004.

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

Color convert

RGB13292120-
CMYK00.300.090.48
HSL318º17.86%43.92%-
HSV(B)318º30.3%51.76%-
XYZ16.7313.9219.57-
YUV107.15135.25145.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.37%
GREEN value IS 92 (36.33% from 255) = 26.74%
BLUE value IS 120 (47.27% from 255) = 34.88%
R=38.37%
G=26.74%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329212000.300.090.4831817.8643.92
Hex845C7801E93013e122c
Octal20413417003611604762254
Binary1000010010111001111000011110100111000010011111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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