#97769C

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

Shades of Amethyst Smoke #97769C

Tints of Amethyst Smoke #97769C

Color information

#97769C (or 0x97769C) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 76 and 9C. RGB value is (151,118,156). Sum of RGB (Red+Green+Blue) = 151+118+156=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 156 - color contains mainly: blue. Hex color #97769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97769C is #688963. Grayscale: #848484. Windows color (decimal): -6850916 or 10253975. OLE color: 10253975.

HSL color Cylindrical-coordinate representation of color #97769C: hue angle of 292.11º 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 #97769C is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB151118156-
CMYK0.030.2400.39
HSL292.11º16.1%53.73%-
HSV(B)292.11º24.36%61.18%-
XYZ25.2421.9434.36-
YUV132.2141.43141.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.53%
GREEN value IS 118 (46.48% from 255) = 27.76%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=35.53%
G=27.76%
B=36.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511181560.030.2400.39292.1116.153.73
Hex97769C3180271241036
Octal2271662343300474442066
Binary100101111110110100111001111000010011110010010010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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