#90899A

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

Shades of Amethyst Smoke #90899A

Tints of Amethyst Smoke #90899A

Color information

#90899A (or 0x90899A) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 89 and 9A. RGB value is (144,137,154). Sum of RGB (Red+Green+Blue) = 144+137+154=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 154 - color contains mainly: blue. Hex color #90899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90899A is #6F7665. Grayscale: #8C8C8C. Windows color (decimal): -7304806 or 10127760. OLE color: 10127760.

HSL color Cylindrical-coordinate representation of color #90899A: hue angle of 264.71º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #90899A is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB144137154-
CMYK0.060.1100.40
HSL264.71º7.76%57.06%-
HSV(B)264.71º11.04%60.39%-
XYZ26.2826.1534.23-
YUV141.03135.32130.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.10%
GREEN value IS 137 (53.91% from 255) = 31.49%
BLUE value IS 154 (60.55% from 255) = 35.40%
R=33.10%
G=31.49%
B=35.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1441371540.060.1100.40264.717.7657.06
Hex90899A6B028109839
Octal2202112326130504111071
Binary100100001000100110011010110101101010001000010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90899A; }

 p { color: rgb(144,137,154); }

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

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

 a { background-color: rgb(144,137,154); }

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

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

 span { border-color: rgb(144,137,154); }

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