#96769C

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

Shades of Amethyst Smoke #96769C

Tints of Amethyst Smoke #96769C

Color information

#96769C (or 0x96769C) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 76 and 9C. RGB value is (150,118,156). Sum of RGB (Red+Green+Blue) = 150+118+156=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 156 - color contains mainly: blue. Hex color #96769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96769C is #698963. Grayscale: #838383. Windows color (decimal): -6916452 or 10253974. OLE color: 10253974.

HSL color Cylindrical-coordinate representation of color #96769C: hue angle of 290.53º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96769C is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB150118156-
CMYK0.040.2400.39
HSL290.53º16.1%53.73%-
HSV(B)290.53º24.36%61.18%-
XYZ25.0621.8434.35-
YUV131.9141.6140.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.38%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 156 (61.33% from 255) = 36.79%
R=35.38%
G=27.83%
B=36.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501181560.040.2400.39290.5316.153.73
Hex96769C4180271231036
Octal2261662344300474432066
Binary1001011011101101001110010011000010011110010001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96769C; }

 p { color: rgb(150,118,156); }

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

<style>
 a { background-color: #96769C; }

 a { background-color: rgb(150,118,156); }

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

<style>
 span { border-color: #96769C; }

 span { border-color: rgb(150,118,156); }

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