#92839D

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

Shades of Amethyst Smoke #92839D

Tints of Amethyst Smoke #92839D

Color information

#92839D (or 0x92839D) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 83 and 9D. RGB value is (146,131,157). Sum of RGB (Red+Green+Blue) = 146+131+157=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 157 - color contains mainly: blue. Hex color #92839D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92839D is #6D7C62. Grayscale: #8A8A8A. Windows color (decimal): -7175267 or 10322834. OLE color: 10322834.

HSL color Cylindrical-coordinate representation of color #92839D: hue angle of 274.62º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #92839D is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB146131157-
CMYK0.070.1700.38
HSL274.62º11.71%56.47%-
HSV(B)274.62º16.56%61.57%-
XYZ26.0624.7835.31-
YUV138.45138.47133.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.64%
GREEN value IS 131 (51.56% from 255) = 30.18%
BLUE value IS 157 (61.72% from 255) = 36.18%
R=33.64%
G=30.18%
B=36.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461311570.070.1700.38274.6211.7156.47
Hex92839D711026113c38
Octal2222032357210464231470
Binary1001001010000011100111011111000101001101000100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92839D; }

 p { color: rgb(146,131,157); }

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

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

 a { background-color: rgb(146,131,157); }

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

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

 span { border-color: rgb(146,131,157); }

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