#96769A

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

Shades of Amethyst Smoke #96769A

Tints of Amethyst Smoke #96769A

Color information

#96769A (or 0x96769A) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 76 and 9A. RGB value is (150,118,154). Sum of RGB (Red+Green+Blue) = 150+118+154=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 154 - color contains mainly: blue. Hex color #96769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96769A is #698965. Grayscale: #838383. Windows color (decimal): -6916454 or 10122902. OLE color: 10122902.

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

Color convert

RGB150118154-
CMYK0.030.2300.40
HSL293.33º15.13%53.33%-
HSV(B)293.33º23.38%60.39%-
XYZ24.8921.7733.46-
YUV131.67140.6141.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.55%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 154 (60.55% from 255) = 36.49%
R=35.55%
G=27.96%
B=36.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501181540.030.2300.40293.3315.1353.33
Hex96769A317028125f35
Octal2261662323270504451765
Binary10010110111011010011010111011101010001001001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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