#908595

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

Shades of Amethyst Smoke #908595

Tints of Amethyst Smoke #908595

Color information

#908595 (or 0x908595) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 85 and 95. RGB value is (144,133,149). Sum of RGB (Red+Green+Blue) = 144+133+149=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 149 - color contains mainly: blue. Hex color #908595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908595 is #6F7A6A. Grayscale: #8A8A8A. Windows color (decimal): -7305835 or 9799056. OLE color: 9799056.

HSL color Cylindrical-coordinate representation of color #908595: hue angle of 281.25º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #908595 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB144133149-
CMYK0.030.1100.42
HSL281.25º7.02%55.29%-
HSV(B)281.25º10.74%58.43%-
XYZ25.3124.8731.9-
YUV138.11134.14132.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.80%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 149 (58.59% from 255) = 34.98%
R=33.80%
G=31.22%
B=34.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441331490.030.1100.42281.257.0255.29
Hex9085953B02A119737
Octal220205225313052431767
Binary1001000010000101100101011110110101010100011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908595; }

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

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

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

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

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

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

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

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