#845F79

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

Shades of Old Lavender #845F79

Tints of Old Lavender #845F79

Color information

#845F79 (or 0x845F79) is unknown color: approx Old Lavender. HEX triplet: 84, 5F and 79. RGB value is (132,95,121). Sum of RGB (Red+Green+Blue) = 132+95+121=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #845F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845F79 is #7BA086. Grayscale: #6C6C6C. Windows color (decimal): -8102023 or 7954308. OLE color: 7954308.

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

Color convert

RGB13295121-
CMYK00.280.080.48
HSL317.84º16.3%44.51%-
HSV(B)317.84º28.03%51.76%-
XYZ17.0614.4719.98-
YUV109.03134.76144.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 95 (37.5% from 255) = 27.30%
BLUE value IS 121 (47.66% from 255) = 34.77%
R=37.93%
G=27.30%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329512100.280.080.48317.8416.344.51
Hex845F7901C83013e102d
Octal20413717103410604762055
Binary1000010010111111111001011100100011000010011111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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