#92839F

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

Shades of Amethyst Smoke #92839F

Tints of Amethyst Smoke #92839F

Color information

#92839F (or 0x92839F) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 83 and 9F. RGB value is (146,131,159). Sum of RGB (Red+Green+Blue) = 146+131+159=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 159 - color contains mainly: blue. Hex color #92839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92839F is #6D7C60. Grayscale: #8A8A8A. Windows color (decimal): -7175265 or 10453906. OLE color: 10453906.

HSL color Cylindrical-coordinate representation of color #92839F: hue angle of 272.14º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92839F is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB146131159-
CMYK0.080.1800.38
HSL272.14º12.73%56.86%-
HSV(B)272.14º17.61%62.35%-
XYZ26.2324.8536.21-
YUV138.68139.47133.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.49%
GREEN value IS 131 (51.56% from 255) = 30.05%
BLUE value IS 159 (62.5% from 255) = 36.47%
R=33.49%
G=30.05%
B=36.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461311590.080.1800.38272.1412.7356.86
Hex92839F812026110d39
Octal22220323710220464201571
Binary10010010100000111001111110001001001001101000100001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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