Html Css Color HEX #845E79 Old Lavender

📋 copy color: '#845E79'

red 132 ◦ green 94 ◦ blue 121

#845E79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Lavender #845E79

Tints of Old Lavender #845E79

RGB

 RED value IS 132 (51.95% from 255) = 38.04%

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 121 (47.66% from 255) = 34.87%

R = 38.04%
G = 27.09%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#845E79 (or 0x845E79) is known color: Old Lavender. HEX triplet: 84, 5E and 79. RGB value is (132,94,121). Sum of RGB (Red+Green+Blue) = 132+94+121=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 132 - color contains mainly: red. Hex color #845E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E79 is #7BA186. Grayscale: #6C6C6C. Windows color (decimal): -8102279 or 7954052. OLE color: 7954052.

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

Color convert

RGB 132 94 121 -
CMYK 0 0.29 0.08 0.48
HSL 317.37º 0.17% 0.44% -
HSV(B) 317.37º 0.29% 0.52% -
XYZ 16.97 14.29 19.95 -
YUV 108.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 132 94 121 0 0.29 0.08 0.48 317.37 0.17 0.44
Hex 84 5E 79 0 1D 8 30 13D 11 2C
Octal 204 136 171 0 35 10 60 475 21 54
Binary 10000100 1011110 1111001 0 11101 1000 110000 100111101 10001 101100

Color Harmonies of #845E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845E79

Black with #845E79

Text Example


Text Example

White with #845E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #845E79;
 }
 .AnyTagClassName
 {
   color: #845E79;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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