#96809A

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

Shades of Amethyst Smoke #96809A

Tints of Amethyst Smoke #96809A

Color information

#96809A (or 0x96809A) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 80 and 9A. RGB value is (150,128,154). Sum of RGB (Red+Green+Blue) = 150+128+154=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 154 - color contains mainly: blue. Hex color #96809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96809A is #697F65. Grayscale: #898989. Windows color (decimal): -6913894 or 10125462. OLE color: 10125462.

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

Color convert

RGB150128154-
CMYK0.030.1700.40
HSL290.77º11.4%55.29%-
HSV(B)290.77º16.88%60.39%-
XYZ26.1324.2633.88-
YUV137.54137.29136.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.72%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 154 (60.55% from 255) = 35.65%
R=34.72%
G=29.63%
B=35.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501281540.030.1700.40290.7711.455.29
Hex96809A311028123b37
Octal2262002323210504431367
Binary100101101000000010011010111000101010001001000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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