#917A95

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

Shades of Amethyst Smoke #917A95

Tints of Amethyst Smoke #917A95

Color information

#917A95 (or 0x917A95) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 7A and 95. RGB value is (145,122,149). Sum of RGB (Red+Green+Blue) = 145+122+149=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 149 - color contains mainly: blue. Hex color #917A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917A95 is #6E856A. Grayscale: #838383. Windows color (decimal): -7243115 or 9796241. OLE color: 9796241.

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

Color convert

RGB145122149-
CMYK0.030.1800.42
HSL291.11º11.3%53.14%-
HSV(B)291.11º18.12%58.43%-
XYZ24.0622.1131.43-
YUV131.95137.62137.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.86%
GREEN value IS 122 (48.05% from 255) = 29.33%
BLUE value IS 149 (58.59% from 255) = 35.82%
R=34.86%
G=29.33%
B=35.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451221490.030.1800.42291.1111.353.14
Hex917A9531202A123b35
Octal2211722253220524431365
Binary10010001111101010010101111001001010101001000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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