#917C9B

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

Shades of Amethyst Smoke #917C9B

Tints of Amethyst Smoke #917C9B

Color information

#917C9B (or 0x917C9B) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 7C and 9B. RGB value is (145,124,155). Sum of RGB (Red+Green+Blue) = 145+124+155=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 155 - color contains mainly: blue. Hex color #917C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917C9B is #6E8364. Grayscale: #858585. Windows color (decimal): -7242597 or 10189969. OLE color: 10189969.

HSL color Cylindrical-coordinate representation of color #917C9B: hue angle of 280.65º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #917C9B is Cyan = 0.06, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB145124155-
CMYK0.060.200.39
HSL280.65º13.42%54.71%-
HSV(B)280.65º20%60.78%-
XYZ24.822.834.1-
YUV133.81139.96135.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.20%
GREEN value IS 124 (48.83% from 255) = 29.25%
BLUE value IS 155 (60.94% from 255) = 36.56%
R=34.20%
G=29.25%
B=36.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1451241550.060.200.39280.6513.4254.71
Hex917C9B614027119d37
Octal2211742336240474311567
Binary100100011111100100110111101010001001111000110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,124,155); }

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

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

 a { background-color: rgb(145,124,155); }

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

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

 span { border-color: rgb(145,124,155); }

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