#97849D

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

Shades of Amethyst Smoke #97849D

Tints of Amethyst Smoke #97849D

Color information

#97849D (or 0x97849D) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 84 and 9D. RGB value is (151,132,157). Sum of RGB (Red+Green+Blue) = 151+132+157=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 157 - color contains mainly: blue. Hex color #97849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97849D is #687B62. Grayscale: #8C8C8C. Windows color (decimal): -6847331 or 10323095. OLE color: 10323095.

HSL color Cylindrical-coordinate representation of color #97849D: hue angle of 285.6º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #97849D is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB151132157-
CMYK0.040.1600.38
HSL285.6º11.31%56.67%-
HSV(B)285.6º15.92%61.57%-
XYZ27.125.5235.4-
YUV140.53137.29135.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.32%
GREEN value IS 132 (51.95% from 255) = 30%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=34.32%
G=30%
B=35.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511321570.040.1600.38285.611.3156.67
Hex97849D41002611eb39
Octal2272042354200464361371
Binary1001011110000100100111011001000001001101000111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97849D; }

 p { color: rgb(151,132,157); }

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

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

 a { background-color: rgb(151,132,157); }

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

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

 span { border-color: rgb(151,132,157); }

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