#896F86

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

Shades of Old Lavender #896F86

Tints of Old Lavender #896F86

Color information

#896F86 (or 0x896F86) is unknown color: approx Old Lavender. HEX triplet: 89, 6F and 86. RGB value is (137,111,134). Sum of RGB (Red+Green+Blue) = 137+111+134=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 137 - color contains mainly: red. Hex color #896F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896F86 is #769079. Grayscale: #797979. Windows color (decimal): -7770234 or 8810377. OLE color: 8810377.

HSL color Cylindrical-coordinate representation of color #896F86: hue angle of 306.92º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #896F86 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB137111134-
CMYK00.190.020.46
HSL306.92º10.48%48.63%-
HSV(B)306.92º18.98%53.73%-
XYZ20.318.4125.04-
YUV121.4135.11139.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.86%
GREEN value IS 111 (43.75% from 255) = 29.06%
BLUE value IS 134 (52.73% from 255) = 35.08%
R=35.86%
G=29.06%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711113400.190.020.46306.9210.4848.63
Hex896F8601322E133a31
Octal2111572060232564631261
Binary10001001110111110000110010011101011101001100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,111,134); }

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

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

 a { background-color: rgb(137,111,134); }

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

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

 span { border-color: rgb(137,111,134); }

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