#908592

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

Shades of Amethyst Smoke #908592

Tints of Amethyst Smoke #908592

Color information

#908592 (or 0x908592) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 85 and 92. RGB value is (144,133,146). Sum of RGB (Red+Green+Blue) = 144+133+146=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 146 - color contains mainly: blue. Hex color #908592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908592 is #6F7A6D. Grayscale: #898989. Windows color (decimal): -7305838 or 9602448. OLE color: 9602448.

HSL color Cylindrical-coordinate representation of color #908592: hue angle of 290.77º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #908592 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB144133146-
CMYK0.010.0900.43
HSL290.77º5.63%54.71%-
HSV(B)290.77º8.9%57.25%-
XYZ25.0824.7830.66-
YUV137.77132.64132.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.04%
GREEN value IS 133 (52.34% from 255) = 31.44%
BLUE value IS 146 (57.42% from 255) = 34.52%
R=34.04%
G=31.44%
B=34.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1441331460.010.0900.43290.775.6354.71
Hex9085921902B123637
Octal220205222111053443667
Binary100100001000010110010010110010101011100100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908592; }

 p { color: rgb(144,133,146); }

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

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

 a { background-color: rgb(144,133,146); }

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

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

 span { border-color: rgb(144,133,146); }

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