#96859D

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

Shades of Amethyst Smoke #96859D

Tints of Amethyst Smoke #96859D

Color information

#96859D (or 0x96859D) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 85 and 9D. RGB value is (150,133,157). Sum of RGB (Red+Green+Blue) = 150+133+157=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 157 - color contains mainly: blue. Hex color #96859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96859D is #697A62. Grayscale: #8C8C8C. Windows color (decimal): -6912611 or 10323350. OLE color: 10323350.

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

Color convert

RGB150133157-
CMYK0.040.1500.38
HSL282.5º10.91%56.86%-
HSV(B)282.5º15.29%61.57%-
XYZ27.0525.6935.43-
YUV140.82137.13134.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.09%
GREEN value IS 133 (52.34% from 255) = 30.23%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=34.09%
G=30.23%
B=35.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501331570.040.1500.38282.510.9156.86
Hex96859D4F02611ab39
Octal2262052354170464321371
Binary100101101000010110011101100111101001101000110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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