#96899E

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

Shades of Amethyst Smoke #96899E

Tints of Amethyst Smoke #96899E

Color information

#96899E (or 0x96899E) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 89 and 9E. RGB value is (150,137,158). Sum of RGB (Red+Green+Blue) = 150+137+158=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 158 - color contains mainly: blue. Hex color #96899E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96899E is #697661. Grayscale: #8F8F8F. Windows color (decimal): -6911586 or 10389910. OLE color: 10389910.

HSL color Cylindrical-coordinate representation of color #96899E: hue angle of 277.14º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96899E is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB150137158-
CMYK0.050.1300.38
HSL277.14º9.77%57.84%-
HSV(B)277.14º13.29%61.96%-
XYZ27.6926.8436.07-
YUV143.28136.31132.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.71%
GREEN value IS 137 (53.91% from 255) = 30.79%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=33.71%
G=30.79%
B=35.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501371580.050.1300.38277.149.7757.84
Hex96899E5D026115a3a
Octal2262112365150464251272
Binary100101101000100110011110101110101001101000101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96899E; }

 p { color: rgb(150,137,158); }

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

<style>
 a { background-color: #96899E; }

 a { background-color: rgb(150,137,158); }

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

<style>
 span { border-color: #96899E; }

 span { border-color: rgb(150,137,158); }

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