#96809D

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

Shades of Amethyst Smoke #96809D

Tints of Amethyst Smoke #96809D

Color information

#96809D (or 0x96809D) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 80 and 9D. RGB value is (150,128,157). Sum of RGB (Red+Green+Blue) = 150+128+157=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 157 - color contains mainly: blue. Hex color #96809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96809D is #697F62. Grayscale: #898989. Windows color (decimal): -6913891 or 10322070. OLE color: 10322070.

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

Color convert

RGB150128157-
CMYK0.040.1800.38
HSL285.52º12.89%55.88%-
HSV(B)285.52º18.47%61.57%-
XYZ26.3824.3635.21-
YUV137.88138.79136.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.48%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=34.48%
G=29.43%
B=36.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501281570.040.1800.38285.5212.8955.88
Hex96809D41202611ed38
Octal2262002354220464361570
Binary1001011010000000100111011001001001001101000111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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