#97869F

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

Shades of Amethyst Smoke #97869F

Tints of Amethyst Smoke #97869F

Color information

#97869F (or 0x97869F) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 86 and 9F. RGB value is (151,134,159). Sum of RGB (Red+Green+Blue) = 151+134+159=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 159 - color contains mainly: blue. Hex color #97869F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97869F is #687960. Grayscale: #8D8D8D. Windows color (decimal): -6846817 or 10454679. OLE color: 10454679.

HSL color Cylindrical-coordinate representation of color #97869F: hue angle of 280.8º 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 #97869F is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB151134159-
CMYK0.050.1600.38
HSL280.8º11.52%57.45%-
HSV(B)280.8º15.72%62.35%-
XYZ27.5526.1336.39-
YUV141.93137.63134.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.01%
GREEN value IS 134 (52.73% from 255) = 30.18%
BLUE value IS 159 (62.5% from 255) = 35.81%
R=34.01%
G=30.18%
B=35.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511341590.050.1600.38280.811.5257.45
Hex97869F510026119c39
Octal2272062375200464311471
Binary1001011110000110100111111011000001001101000110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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