#896D85

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

Shades of Old Lavender #896D85

Tints of Old Lavender #896D85

Color information

#896D85 (or 0x896D85) is unknown color: approx Old Lavender. HEX triplet: 89, 6D and 85. RGB value is (137,109,133). Sum of RGB (Red+Green+Blue) = 137+109+133=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 137 - color contains mainly: red. Hex color #896D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896D85 is #76927A. Grayscale: #787878. Windows color (decimal): -7770747 or 8744329. OLE color: 8744329.

HSL color Cylindrical-coordinate representation of color #896D85: hue angle of 308.57º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #896D85 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB137109133-
CMYK00.200.030.46
HSL308.57º11.38%48.24%-
HSV(B)308.57º20.44%53.73%-
XYZ20.0217.9524.6-
YUV120.11135.28140.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.15%
GREEN value IS 109 (42.97% from 255) = 28.76%
BLUE value IS 133 (52.34% from 255) = 35.09%
R=36.15%
G=28.76%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710913300.200.030.46308.5711.3848.24
Hex896D8501432E135b30
Octal2111552050243564651360
Binary10001001110110110000101010100111011101001101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896D85; }

 p { color: rgb(137,109,133); }

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

<style>
 a { background-color: #896D85; }

 a { background-color: rgb(137,109,133); }

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

<style>
 span { border-color: #896D85; }

 span { border-color: rgb(137,109,133); }

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