#908597

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

Shades of Amethyst Smoke #908597

Tints of Amethyst Smoke #908597

Color information

#908597 (or 0x908597) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 85 and 97. RGB value is (144,133,151). Sum of RGB (Red+Green+Blue) = 144+133+151=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 151 - color contains mainly: blue. Hex color #908597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908597 is #6F7A68. Grayscale: #8A8A8A. Windows color (decimal): -7305833 or 9930128. OLE color: 9930128.

HSL color Cylindrical-coordinate representation of color #908597: hue angle of 276.67º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #908597 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB144133151-
CMYK0.050.1200.41
HSL276.67º7.96%55.69%-
HSV(B)276.67º11.92%59.22%-
XYZ25.4824.9432.75-
YUV138.34135.14132.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.64%
GREEN value IS 133 (52.34% from 255) = 31.07%
BLUE value IS 151 (59.38% from 255) = 35.28%
R=33.64%
G=31.07%
B=35.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441331510.050.1200.41276.677.9655.69
Hex9085975C029115838
Octal2202052275140514251070
Binary100100001000010110010111101110001010011000101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908597; }

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

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

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

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

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

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

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

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