#96919A

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

Shades of Amethyst Smoke #96919A

Tints of Amethyst Smoke #96919A

Color information

#96919A (or 0x96919A) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 91 and 9A. RGB value is (150,145,154). Sum of RGB (Red+Green+Blue) = 150+145+154=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 154 - color contains mainly: blue. Hex color #96919A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96919A is #696E65. Grayscale: #939393. Windows color (decimal): -6909542 or 10129814. OLE color: 10129814.

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

Color convert

RGB150145154-
CMYK0.030.0600.40
HSL273.33º4.27%58.63%-
HSV(B)273.33º5.84%60.39%-
XYZ28.5429.0734.68-
YUV147.52131.66129.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 145 (57.03% from 255) = 32.29%
BLUE value IS 154 (60.55% from 255) = 34.30%
R=33.41%
G=32.29%
B=34.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501451540.030.0600.40273.334.2758.63
Hex96919A3602811143b
Octal22622123236050421473
Binary100101101001000110011010111100101000100010001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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