#908095

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

Shades of Amethyst Smoke #908095

Tints of Amethyst Smoke #908095

Color information

#908095 (or 0x908095) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 80 and 95. RGB value is (144,128,149). Sum of RGB (Red+Green+Blue) = 144+128+149=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 149 - color contains mainly: blue. Hex color #908095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908095 is #6F7F6A. Grayscale: #878787. Windows color (decimal): -7307115 or 9797776. OLE color: 9797776.

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

Color convert

RGB144128149-
CMYK0.030.1400.42
HSL285.71º9.01%54.31%-
HSV(B)285.71º14.09%58.43%-
XYZ24.6523.5431.68-
YUV135.18135.8134.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.20%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 149 (58.59% from 255) = 35.39%
R=34.20%
G=30.40%
B=35.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441281490.030.1400.42285.719.0154.31
Hex9080953E02A11e936
Octal2202002253160524361166
Binary10010000100000001001010111111001010101000111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908095; }

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

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

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

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

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

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

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

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