#897086

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

Shades of Old Lavender #897086

Tints of Old Lavender #897086

Color information

#897086 (or 0x897086) is unknown color: approx Old Lavender. HEX triplet: 89, 70 and 86. RGB value is (137,112,134). Sum of RGB (Red+Green+Blue) = 137+112+134=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 137 - color contains mainly: red. Hex color #897086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897086 is #768F79. Grayscale: #797979. Windows color (decimal): -7769978 or 8810633. OLE color: 8810633.

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

Color convert

RGB137112134-
CMYK00.180.020.46
HSL307.2º10.04%48.82%-
HSV(B)307.2º18.25%53.73%-
XYZ20.4118.6325.07-
YUV121.98134.78138.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.77%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 134 (52.73% from 255) = 34.99%
R=35.77%
G=29.24%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711213400.180.020.46307.210.0448.82
Hex89708601222E133a31
Octal2111602060222564631261
Binary10001001111000010000110010010101011101001100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897086; }

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

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

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

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

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

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

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

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