#97859D

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

Shades of Amethyst Smoke #97859D

Tints of Amethyst Smoke #97859D

Color information

#97859D (or 0x97859D) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 85 and 9D. RGB value is (151,133,157). Sum of RGB (Red+Green+Blue) = 151+133+157=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 157 - color contains mainly: blue. Hex color #97859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97859D is #687A62. Grayscale: #8D8D8D. Windows color (decimal): -6847075 or 10323351. OLE color: 10323351.

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

Color convert

RGB151133157-
CMYK0.040.1500.38
HSL285º10.91%56.86%-
HSV(B)285º15.29%61.57%-
XYZ27.2425.7935.44-
YUV141.12136.96135.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.24%
GREEN value IS 133 (52.34% from 255) = 30.16%
BLUE value IS 157 (61.72% from 255) = 35.60%
R=34.24%
G=30.16%
B=35.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511331570.040.1500.3828510.9156.86
Hex97859D4F02611db39
Octal2272052354170464351371
Binary100101111000010110011101100111101001101000111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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