#90809E

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

Shades of Amethyst Smoke #90809E

Tints of Amethyst Smoke #90809E

Color information

#90809E (or 0x90809E) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 80 and 9E. RGB value is (144,128,158). Sum of RGB (Red+Green+Blue) = 144+128+158=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 158 - color contains mainly: blue. Hex color #90809E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90809E is #6F7F61. Grayscale: #888888. Windows color (decimal): -7307106 or 10387600. OLE color: 10387600.

HSL color Cylindrical-coordinate representation of color #90809E: hue angle of 272º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90809E is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB144128158-
CMYK0.090.1900.38
HSL272º13.39%56.08%-
HSV(B)272º18.99%61.96%-
XYZ25.3923.8435.61-
YUV136.2140.3133.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.49%
GREEN value IS 128 (50.39% from 255) = 29.77%
BLUE value IS 158 (62.11% from 255) = 36.74%
R=33.49%
G=29.77%
B=36.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441281580.090.1900.3827213.3956.08
Hex90809E913026110d38
Octal22020023611230464201570
Binary10010000100000001001111010011001101001101000100001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90809E; }

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

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

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

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

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

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

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

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