#917D94

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

Shades of Amethyst Smoke #917D94

Tints of Amethyst Smoke #917D94

Color information

#917D94 (or 0x917D94) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 7D and 94. RGB value is (145,125,148). Sum of RGB (Red+Green+Blue) = 145+125+148=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 148 - color contains mainly: blue. Hex color #917D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917D94 is #6E826B. Grayscale: #858585. Windows color (decimal): -7242348 or 9731473. OLE color: 9731473.

HSL color Cylindrical-coordinate representation of color #917D94: hue angle of 292.17º 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 #917D94 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB145125148-
CMYK0.020.1600.42
HSL292.17º9.7%53.53%-
HSV(B)292.17º15.54%58.04%-
XYZ24.3622.8331.14-
YUV133.6136.13136.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.69%
GREEN value IS 125 (49.22% from 255) = 29.90%
BLUE value IS 148 (58.20% from 255) = 35.41%
R=34.69%
G=29.90%
B=35.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451251480.020.1600.42292.179.753.53
Hex917D9421002A124a36
Octal2211752242200524441266
Binary10010001111110110010100101000001010101001001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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