#897991

Color #897991 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #897991

Tints of Amethyst Smoke #897991

Color information

#897991 (or 0x897991) is unknown color: approx Amethyst Smoke. HEX triplet: 89, 79 and 91. RGB value is (137,121,145). Sum of RGB (Red+Green+Blue) = 137+121+145=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 145 - color contains mainly: blue. Hex color #897991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897991 is #76866E. Grayscale: #808080. Windows color (decimal): -7767663 or 9533833. OLE color: 9533833.

HSL color Cylindrical-coordinate representation of color #897991: hue angle of 280º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #897991 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB137121145-
CMYK0.060.1700.43
HSL280º9.84%52.16%-
HSV(B)280º16.55%56.86%-
XYZ22.2621.0429.68-
YUV128.52137.3134.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.00%
GREEN value IS 121 (47.66% from 255) = 30.02%
BLUE value IS 145 (57.03% from 255) = 35.98%
R=34.00%
G=30.02%
B=35.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371211450.060.1700.432809.8452.16
Hex89799161102B118a34
Octal2111712216210534301264
Binary100010011111001100100011101000101010111000110001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897991; }

 p { color: rgb(137,121,145); }

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

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

 a { background-color: rgb(137,121,145); }

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

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

 span { border-color: rgb(137,121,145); }

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