#917B96

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

Shades of Amethyst Smoke #917B96

Tints of Amethyst Smoke #917B96

Color information

#917B96 (or 0x917B96) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 7B and 96. RGB value is (145,123,150). Sum of RGB (Red+Green+Blue) = 145+123+150=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 150 - color contains mainly: blue. Hex color #917B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917B96 is #6E8469. Grayscale: #848484. Windows color (decimal): -7242858 or 9862033. OLE color: 9862033.

HSL color Cylindrical-coordinate representation of color #917B96: hue angle of 288.89º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #917B96 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB145123150-
CMYK0.030.1800.41
HSL288.89º11.39%53.53%-
HSV(B)288.89º18%58.82%-
XYZ24.2722.3931.9-
YUV132.66137.79136.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.69%
GREEN value IS 123 (48.44% from 255) = 29.43%
BLUE value IS 150 (58.98% from 255) = 35.89%
R=34.69%
G=29.43%
B=35.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451231500.030.1800.41288.8911.3953.53
Hex917B96312029121b36
Octal2211732263220514411366
Binary10010001111101110010110111001001010011001000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917B96; }

 p { color: rgb(145,123,150); }

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

<style>
 a { background-color: #917B96; }

 a { background-color: rgb(145,123,150); }

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

<style>
 span { border-color: #917B96; }

 span { border-color: rgb(145,123,150); }

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