#97889F

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

Shades of Amethyst Smoke #97889F

Tints of Amethyst Smoke #97889F

Color information

#97889F (or 0x97889F) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 88 and 9F. RGB value is (151,136,159). Sum of RGB (Red+Green+Blue) = 151+136+159=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 159 - color contains mainly: blue. Hex color #97889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97889F is #687760. Grayscale: #8F8F8F. Windows color (decimal): -6846305 or 10455191. OLE color: 10455191.

HSL color Cylindrical-coordinate representation of color #97889F: hue angle of 279.13º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #97889F is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB151136159-
CMYK0.050.1400.38
HSL279.13º10.7%57.84%-
HSV(B)279.13º14.47%62.35%-
XYZ27.8226.6936.49-
YUV143.11136.97133.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.86%
GREEN value IS 136 (53.52% from 255) = 30.49%
BLUE value IS 159 (62.5% from 255) = 35.65%
R=33.86%
G=30.49%
B=35.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511361590.050.1400.38279.1310.757.84
Hex97889F5E026117b3a
Octal2272102375160464271372
Binary100101111000100010011111101111001001101000101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97889F; }

 p { color: rgb(151,136,159); }

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

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

 a { background-color: rgb(151,136,159); }

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

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

 span { border-color: rgb(151,136,159); }

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