#97859A

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

Shades of Amethyst Smoke #97859A

Tints of Amethyst Smoke #97859A

Color information

#97859A (or 0x97859A) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 85 and 9A. RGB value is (151,133,154). Sum of RGB (Red+Green+Blue) = 151+133+154=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 154 - color contains mainly: blue. Hex color #97859A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97859A is #687A65. Grayscale: #8C8C8C. Windows color (decimal): -6847078 or 10126743. OLE color: 10126743.

HSL color Cylindrical-coordinate representation of color #97859A: hue angle of 291.43º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #97859A is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB151133154-
CMYK0.020.1400.40
HSL291.43º9.42%56.27%-
HSV(B)291.43º13.64%60.39%-
XYZ26.9825.6934.11-
YUV140.78135.46135.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.47%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 154 (60.55% from 255) = 35.16%
R=34.47%
G=30.37%
B=35.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511331540.020.1400.40291.439.4256.27
Hex97859A2E028123938
Octal2272052322160504431170
Binary10010111100001011001101010111001010001001000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97859A; }

 p { color: rgb(151,133,154); }

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

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

 a { background-color: rgb(151,133,154); }

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

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

 span { border-color: rgb(151,133,154); }

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