#917D95

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

Shades of Amethyst Smoke #917D95

Tints of Amethyst Smoke #917D95

Color information

#917D95 (or 0x917D95) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 7D and 95. RGB value is (145,125,149). Sum of RGB (Red+Green+Blue) = 145+125+149=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 149 - color contains mainly: blue. Hex color #917D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917D95 is #6E826A. Grayscale: #858585. Windows color (decimal): -7242347 or 9797009. OLE color: 9797009.

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

Color convert

RGB145125149-
CMYK0.030.1600.42
HSL290º10.17%53.73%-
HSV(B)290º16.11%58.43%-
XYZ24.4422.8631.56-
YUV133.72136.63136.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.61%
GREEN value IS 125 (49.22% from 255) = 29.83%
BLUE value IS 149 (58.59% from 255) = 35.56%
R=34.61%
G=29.83%
B=35.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451251490.030.1600.4229010.1753.73
Hex917D9531002A122a36
Octal2211752253200524421266
Binary10010001111110110010101111000001010101001000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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