#96919B

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

Shades of Amethyst Smoke #96919B

Tints of Amethyst Smoke #96919B

Color information

#96919B (or 0x96919B) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 91 and 9B. RGB value is (150,145,155). Sum of RGB (Red+Green+Blue) = 150+145+155=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 155 - color contains mainly: blue. Hex color #96919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96919B is #696E64. Grayscale: #939393. Windows color (decimal): -6909541 or 10195350. OLE color: 10195350.

HSL color Cylindrical-coordinate representation of color #96919B: hue angle of 270º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #96919B is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB150145155-
CMYK0.030.0600.39
HSL270º4.76%58.82%-
HSV(B)270º6.45%60.78%-
XYZ28.6229.135.12-
YUV147.64132.16129.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.33%
GREEN value IS 145 (57.03% from 255) = 32.22%
BLUE value IS 155 (60.94% from 255) = 34.44%
R=33.33%
G=32.22%
B=34.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501451550.030.0600.392704.7658.82
Hex96919B3602710e53b
Octal22622123336047416573
Binary100101101001000110011011111100100111100001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96919B; }

 p { color: rgb(150,145,155); }

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

<style>
 a { background-color: #96919B; }

 a { background-color: rgb(150,145,155); }

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

<style>
 span { border-color: #96919B; }

 span { border-color: rgb(150,145,155); }

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