#96769B

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

Shades of Amethyst Smoke #96769B

Tints of Amethyst Smoke #96769B

Color information

#96769B (or 0x96769B) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 76 and 9B. RGB value is (150,118,155). Sum of RGB (Red+Green+Blue) = 150+118+155=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #96769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96769B is #698964. Grayscale: #838383. Windows color (decimal): -6916453 or 10188438. OLE color: 10188438.

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

Color convert

RGB150118155-
CMYK0.030.2400.39
HSL291.89º15.61%53.53%-
HSV(B)291.89º23.87%60.78%-
XYZ24.9721.8133.9-
YUV131.79141.1140.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=35.46%
G=27.90%
B=36.64%

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
Decimal1501181550.030.2400.39291.8915.6153.53
Hex96769B3180271241036
Octal2261662333300474442066
Binary100101101110110100110111111000010011110010010010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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