#96839A

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

Shades of Amethyst Smoke #96839A

Tints of Amethyst Smoke #96839A

Color information

#96839A (or 0x96839A) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 83 and 9A. RGB value is (150,131,154). Sum of RGB (Red+Green+Blue) = 150+131+154=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 154 - color contains mainly: blue. Hex color #96839A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96839A is #697C65. Grayscale: #8B8B8B. Windows color (decimal): -6913126 or 10126230. OLE color: 10126230.

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

Color convert

RGB150131154-
CMYK0.030.1500.40
HSL289.57º10.22%55.88%-
HSV(B)289.57º14.94%60.39%-
XYZ26.5325.0534.01-
YUV139.3136.29135.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.48%
GREEN value IS 131 (51.56% from 255) = 30.11%
BLUE value IS 154 (60.55% from 255) = 35.40%
R=34.48%
G=30.11%
B=35.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501311540.030.1500.40289.5710.2255.88
Hex96839A3F028122a38
Octal2262032323170504421270
Binary10010110100000111001101011111101010001001000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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