Html Css Color HEX #845C79 Old Lavender

📋 copy color: '#845C79'

red 132 ◦ green 92 ◦ blue 121

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

Shades of Old Lavender #845C79

Tints of Old Lavender #845C79

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 value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#845C79 (or 0x845C79) is known color: 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

RGB 132 92 121 -
CMYK 0 0.30 0.08 0.48
HSL 316.5º 0.18% 0.44% -
HSV(B) 316.5º 0.3% 0.52% -
XYZ 16.79 13.94 19.89 -
YUV 107.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 132 92 121 0 0.30 0.08 0.48 316.5 0.18 0.44
Hex 84 5C 79 0 1E 8 30 13C 12 2C
Octal 204 134 171 0 36 10 60 474 22 54
Binary 10000100 1011100 1111001 0 11110 1000 110000 100111100 10010 101100

Color Harmonies of #845C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845C79

Black with #845C79

Text Example


Text Example

White with #845C79

Text Example


Text Example

HTML Codes & Css Web 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>