#97849E

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

Shades of Amethyst Smoke #97849E

Tints of Amethyst Smoke #97849E

Color information

#97849E (or 0x97849E) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 84 and 9E. RGB value is (151,132,158). Sum of RGB (Red+Green+Blue) = 151+132+158=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 158 - color contains mainly: blue. Hex color #97849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97849E is #687B61. Grayscale: #8C8C8C. Windows color (decimal): -6847330 or 10388631. OLE color: 10388631.

HSL color Cylindrical-coordinate representation of color #97849E: hue angle of 283.85º degrees, saturation: 0.12, 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 #97849E is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB151132158-
CMYK0.040.1600.38
HSL283.85º11.82%56.86%-
HSV(B)283.85º16.46%61.96%-
XYZ27.1925.5535.85-
YUV140.64137.79135.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.24%
GREEN value IS 132 (51.95% from 255) = 29.93%
BLUE value IS 158 (62.11% from 255) = 35.83%
R=34.24%
G=29.93%
B=35.83%

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
Decimal1511321580.040.1600.38283.8511.8256.86
Hex97849E41002611cc39
Octal2272042364200464341471
Binary1001011110000100100111101001000001001101000111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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