#917A9D

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

Shades of Amethyst Smoke #917A9D

Tints of Amethyst Smoke #917A9D

Color information

#917A9D (or 0x917A9D) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 7A and 9D. RGB value is (145,122,157). Sum of RGB (Red+Green+Blue) = 145+122+157=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 157 - color contains mainly: blue. Hex color #917A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917A9D is #6E8562. Grayscale: #848484. Windows color (decimal): -7243107 or 10320529. OLE color: 10320529.

HSL color Cylindrical-coordinate representation of color #917A9D: hue angle of 279.43º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #917A9D is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB145122157-
CMYK0.080.2200.38
HSL279.43º15.15%54.71%-
HSV(B)279.43º22.29%61.57%-
XYZ24.7222.3734.91-
YUV132.87141.62136.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.20%
GREEN value IS 122 (48.05% from 255) = 28.77%
BLUE value IS 157 (61.72% from 255) = 37.03%
R=34.20%
G=28.77%
B=37.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451221570.080.2200.38279.4315.1554.71
Hex917A9D816026117f37
Octal22117223510260464271767
Binary1001000111110101001110110001011001001101000101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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