#917595

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

Shades of Amethyst Smoke #917595

Tints of Amethyst Smoke #917595

Color information

#917595 (or 0x917595) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 75 and 95. RGB value is (145,117,149). Sum of RGB (Red+Green+Blue) = 145+117+149=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 149 - color contains mainly: blue. Hex color #917595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917595 is #6E8A6A. Grayscale: #808080. Windows color (decimal): -7244395 or 9794961. OLE color: 9794961.

HSL color Cylindrical-coordinate representation of color #917595: hue angle of 292.5º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #917595 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB145117149-
CMYK0.030.2100.42
HSL292.5º13.11%52.16%-
HSV(B)292.5º21.48%58.43%-
XYZ23.4620.9131.23-
YUV129.02139.28139.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.28%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 149 (58.59% from 255) = 36.25%
R=35.28%
G=28.47%
B=36.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451171490.030.2100.42292.513.1152.16
Hex91759531502A124d34
Octal2211652253250524441564
Binary10010001111010110010101111010101010101001001001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917595; }

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

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

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

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

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

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

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

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