Html Css Color HEX #896F86 Old Lavender

📋 copy color: '#896F86'

red 137 ◦ green 111 ◦ blue 134

#896F86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Lavender #896F86

Tints of Old Lavender #896F86

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 value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#896F86 (or 0x896F86) is known color: 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

RGB 137 111 134 -
CMYK 0 0.19 0.02 0.46
HSL 306.92º 0.1% 0.49% -
HSV(B) 306.92º 0.19% 0.54% -
XYZ 20.3 18.41 25.04 -
YUV 121.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 137 111 134 0 0.19 0.02 0.46 306.92 0.1 0.49
Hex 89 6F 86 0 13 2 2E 133 A 31
Octal 211 157 206 0 23 2 56 463 12 61
Binary 10001001 1101111 10000110 0 10011 10 101110 100110011 1010 110001

Color Harmonies of #896F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F86

Black with #896F86

Text Example


Text Example

White with #896F86

Text Example


Text Example

HTML Codes & Css Web 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>