#908599

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

Shades of Amethyst Smoke #908599

Tints of Amethyst Smoke #908599

Color information

#908599 (or 0x908599) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 85 and 99. RGB value is (144,133,153). Sum of RGB (Red+Green+Blue) = 144+133+153=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 153 - color contains mainly: blue. Hex color #908599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908599 is #6F7A66. Grayscale: #8A8A8A. Windows color (decimal): -7305831 or 10061200. OLE color: 10061200.

HSL color Cylindrical-coordinate representation of color #908599: hue angle of 273º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #908599 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB144133153-
CMYK0.060.1300.4
HSL273º8.93%56.08%-
HSV(B)273º13.07%60%-
XYZ25.642533.61-
YUV138.57136.14131.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.49%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=33.49%
G=30.93%
B=35.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1441331530.060.1300.42738.9356.08
Hex9085996D028111938
Octal2202052316150504211170
Binary100100001000010110011001110110101010001000100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908599; }

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

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

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

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

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

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

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

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