#845B78

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

Shades of Old Lavender #845B78

Tints of Old Lavender #845B78

Color information

#845B78 (or 0x845B78) is unknown color: approx Old Lavender. HEX triplet: 84, 5B and 78. RGB value is (132,91,120). Sum of RGB (Red+Green+Blue) = 132+91+120=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #845B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845B78 is #7BA487. Grayscale: #6A6A6A. Windows color (decimal): -8103048 or 7887748. OLE color: 7887748.

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

Color convert

RGB13291120-
CMYK00.310.090.48
HSL317.56º18.39%43.73%-
HSV(B)317.56º31.06%51.76%-
XYZ16.6513.7419.54-
YUV106.56135.58146.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 91 (35.94% from 255) = 26.53%
BLUE value IS 120 (47.27% from 255) = 34.99%
R=38.48%
G=26.53%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329112000.310.090.48317.5618.3943.73
Hex845B7801F93013e122c
Octal20413317003711604762254
Binary1000010010110111111000011111100111000010011111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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