#917596

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

Shades of Amethyst Smoke #917596

Tints of Amethyst Smoke #917596

Color information

#917596 (or 0x917596) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 75 and 96. RGB value is (145,117,150). Sum of RGB (Red+Green+Blue) = 145+117+150=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 150 - color contains mainly: blue. Hex color #917596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917596 is #6E8A69. Grayscale: #818181. Windows color (decimal): -7244394 or 9860497. OLE color: 9860497.

HSL color Cylindrical-coordinate representation of color #917596: hue angle of 290.91º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #917596 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB145117150-
CMYK0.030.2200.41
HSL290.91º13.58%52.35%-
HSV(B)290.91º22%58.82%-
XYZ23.5420.9431.66-
YUV129.13139.78139.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.19%
GREEN value IS 117 (46.09% from 255) = 28.40%
BLUE value IS 150 (58.98% from 255) = 36.41%
R=35.19%
G=28.40%
B=36.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451171500.030.2200.41290.9113.5852.35
Hex917596316029123e34
Octal2211652263260514431664
Binary10010001111010110010110111011001010011001000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917596; }

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

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

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

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

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

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

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

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