#96759B

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

Shades of Amethyst Smoke #96759B

Tints of Amethyst Smoke #96759B

Color information

#96759B (or 0x96759B) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 75 and 9B. RGB value is (150,117,155). Sum of RGB (Red+Green+Blue) = 150+117+155=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #96759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96759B is #698A64. Grayscale: #838383. Windows color (decimal): -6916709 or 10188182. OLE color: 10188182.

HSL color Cylindrical-coordinate representation of color #96759B: hue angle of 292.11º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96759B is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB150117155-
CMYK0.030.2500.39
HSL292.11º15.97%53.33%-
HSV(B)292.11º24.52%60.78%-
XYZ24.8621.5733.86-
YUV131.2141.43141.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.55%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=35.55%
G=27.73%
B=36.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501171550.030.2500.39292.1115.9753.33
Hex96759B3190271241035
Octal2261652333310474442065
Binary100101101110101100110111111001010011110010010010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96759B; }

 p { color: rgb(150,117,155); }

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

<style>
 a { background-color: #96759B; }

 a { background-color: rgb(150,117,155); }

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

<style>
 span { border-color: #96759B; }

 span { border-color: rgb(150,117,155); }

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