#846E83

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

Shades of Old Lavender #846E83

Tints of Old Lavender #846E83

Color information

#846E83 (or 0x846E83) is unknown color: approx Old Lavender. HEX triplet: 84, 6E and 83. RGB value is (132,110,131). Sum of RGB (Red+Green+Blue) = 132+110+131=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 132 - color contains mainly: red. Hex color #846E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846E83 is #7B917C. Grayscale: #767676. Windows color (decimal): -8098173 or 8613508. OLE color: 8613508.

HSL color Cylindrical-coordinate representation of color #846E83: hue angle of 302.73º degrees, saturation: 0.09, 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 #846E83 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB132110131-
CMYK00.170.010.48
HSL302.73º9.09%47.45%-
HSV(B)302.73º16.67%51.76%-
XYZ19.1917.723.88-
YUV118.97134.79137.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 131 (51.56% from 255) = 35.12%
R=35.39%
G=29.49%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211013100.170.010.48302.739.0947.45
Hex846E8301113012f92f
Octal2041562030211604571157
Binary1000010011011101000001101000111100001001011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,110,131); }

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

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

 a { background-color: rgb(132,110,131); }

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

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

 span { border-color: rgb(132,110,131); }

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