#897588

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

Shades of Old Lavender #897588

Tints of Old Lavender #897588

Color information

#897588 (or 0x897588) is unknown color: approx Old Lavender. HEX triplet: 89, 75 and 88. RGB value is (137,117,136). Sum of RGB (Red+Green+Blue) = 137+117+136=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 137 - color contains mainly: red. Hex color #897588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897588 is #768A77. Grayscale: #7D7D7D. Windows color (decimal): -7768696 or 8942985. OLE color: 8942985.

HSL color Cylindrical-coordinate representation of color #897588: hue angle of 303º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #897588 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB137117136-
CMYK00.150.010.46
HSL303º7.87%49.8%-
HSV(B)303º14.6%53.73%-
XYZ21.1219.8226-
YUV125.15134.13136.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.13%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 136 (53.52% from 255) = 34.87%
R=35.13%
G=30%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711713600.150.010.463037.8749.8
Hex8975880F12E12f832
Octal2111652100171564571062
Binary100010011110101100010000111111011101001011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897588; }

 p { color: rgb(137,117,136); }

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

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

 a { background-color: rgb(137,117,136); }

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

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

 span { border-color: rgb(137,117,136); }

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