#846B82

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

Shades of Old Lavender #846B82

Tints of Old Lavender #846B82

Color information

#846B82 (or 0x846B82) is unknown color: approx Old Lavender. HEX triplet: 84, 6B and 82. RGB value is (132,107,130). Sum of RGB (Red+Green+Blue) = 132+107+130=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 132 - color contains mainly: red. Hex color #846B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846B82 is #7B947D. Grayscale: #757575. Windows color (decimal): -8098942 or 8547204. OLE color: 8547204.

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

Color convert

RGB132107130-
CMYK00.190.020.48
HSL304.8º10.46%46.86%-
HSV(B)304.8º18.94%51.76%-
XYZ18.817.0323.42-
YUV117.1135.28138.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 107 (42.19% from 255) = 29.00%
BLUE value IS 130 (51.17% from 255) = 35.23%
R=35.77%
G=29.00%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210713000.190.020.48304.810.4646.86
Hex846B82013230131a2f
Octal2041532020232604611257
Binary10000100110101110000010010011101100001001100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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