#917F92

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

Shades of Amethyst Smoke #917F92

Tints of Amethyst Smoke #917F92

Color information

#917F92 (or 0x917F92) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 7F and 92. RGB value is (145,127,146). Sum of RGB (Red+Green+Blue) = 145+127+146=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 146 - color contains mainly: blue. Hex color #917F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917F92 is #6E806D. Grayscale: #868686. Windows color (decimal): -7241838 or 9600913. OLE color: 9600913.

HSL color Cylindrical-coordinate representation of color #917F92: hue angle of 296.84º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #917F92 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB145127146-
CMYK0.010.1300.43
HSL296.84º8.02%53.53%-
HSV(B)296.84º13.01%57.25%-
XYZ24.4523.2730.4-
YUV134.55134.46135.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.69%
GREEN value IS 127 (50% from 255) = 30.38%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=34.69%
G=30.38%
B=34.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451271460.010.1300.43296.848.0253.53
Hex917F921D02B129836
Octal2211772221150534511066
Binary100100011111111100100101110101010111001010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,127,146); }

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

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

 a { background-color: rgb(145,127,146); }

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

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

 span { border-color: rgb(145,127,146); }

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