#846D82

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

Shades of Old Lavender #846D82

Tints of Old Lavender #846D82

Color information

#846D82 (or 0x846D82) is unknown color: approx Old Lavender. HEX triplet: 84, 6D and 82. RGB value is (132,109,130). Sum of RGB (Red+Green+Blue) = 132+109+130=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 132 - color contains mainly: red. Hex color #846D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846D82 is #7B927D. Grayscale: #767676. Windows color (decimal): -8098430 or 8547716. OLE color: 8547716.

HSL color Cylindrical-coordinate representation of color #846D82: hue angle of 305.22º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #846D82 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB132109130-
CMYK00.170.020.48
HSL305.22º9.54%47.25%-
HSV(B)305.22º17.42%51.76%-
XYZ19.0117.4523.49-
YUV118.27134.62137.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 109 (42.97% from 255) = 29.38%
BLUE value IS 130 (51.17% from 255) = 35.04%
R=35.58%
G=29.38%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210913000.170.020.48305.229.5447.25
Hex846D82011230131a2f
Octal2041552020212604611257
Binary10000100110110110000010010001101100001001100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846D82; }

 p { color: rgb(132,109,130); }

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

<style>
 a { background-color: #846D82; }

 a { background-color: rgb(132,109,130); }

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

<style>
 span { border-color: #846D82; }

 span { border-color: rgb(132,109,130); }

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