#96909D

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

Shades of Amethyst Smoke #96909D

Tints of Amethyst Smoke #96909D

Color information

#96909D (or 0x96909D) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 90 and 9D. RGB value is (150,144,157). Sum of RGB (Red+Green+Blue) = 150+144+157=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 157 - color contains mainly: blue. Hex color #96909D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96909D is #696F62. Grayscale: #939393. Windows color (decimal): -6909795 or 10326166. OLE color: 10326166.

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

Color convert

RGB150144157-
CMYK0.040.0800.38
HSL267.69º6.22%59.02%-
HSV(B)267.69º8.28%61.57%-
XYZ28.6428.8635.96-
YUV147.28133.49129.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.26%
GREEN value IS 144 (56.64% from 255) = 31.93%
BLUE value IS 157 (61.72% from 255) = 34.81%
R=33.26%
G=31.93%
B=34.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501441570.040.0800.38267.696.2259.02
Hex96909D4802610c63b
Octal226220235410046414673
Binary10010110100100001001110110010000100110100001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,144,157); }

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

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

 a { background-color: rgb(150,144,157); }

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

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

 span { border-color: rgb(150,144,157); }

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