#918193

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

Shades of Amethyst Smoke #918193

Tints of Amethyst Smoke #918193

Color information

#918193 (or 0x918193) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 81 and 93. RGB value is (145,129,147). Sum of RGB (Red+Green+Blue) = 145+129+147=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 147 - color contains mainly: blue. Hex color #918193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918193 is #6E7E6C. Grayscale: #878787. Windows color (decimal): -7241325 or 9666961. OLE color: 9666961.

HSL color Cylindrical-coordinate representation of color #918193: hue angle of 293.33º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #918193 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB145129147-
CMYK0.010.1200.42
HSL293.33º7.69%54.12%-
HSV(B)293.33º12.24%57.65%-
XYZ24.7923.8330.9-
YUV135.84134.3134.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.44%
GREEN value IS 129 (50.78% from 255) = 30.64%
BLUE value IS 147 (57.81% from 255) = 34.92%
R=34.44%
G=30.64%
B=34.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451291470.010.1200.42293.337.6954.12
Hex9181931C02A125836
Octal2212012231140524451066
Binary1001000110000001100100111110001010101001001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918193; }

 p { color: rgb(145,129,147); }

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

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

 a { background-color: rgb(145,129,147); }

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

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

 span { border-color: rgb(145,129,147); }

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