#90809D

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

Shades of Amethyst Smoke #90809D

Tints of Amethyst Smoke #90809D

Color information

#90809D (or 0x90809D) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 80 and 9D. RGB value is (144,128,157). Sum of RGB (Red+Green+Blue) = 144+128+157=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #90809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90809D is #6F7F62. Grayscale: #878787. Windows color (decimal): -7307107 or 10322064. OLE color: 10322064.

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

Color convert

RGB144128157-
CMYK0.080.1800.38
HSL273.1º12.89%55.88%-
HSV(B)273.1º18.47%61.57%-
XYZ25.3123.835.16-
YUV136.09139.8133.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.57%
GREEN value IS 128 (50.39% from 255) = 29.84%
BLUE value IS 157 (61.72% from 255) = 36.60%
R=33.57%
G=29.84%
B=36.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441281570.080.1800.38273.112.8955.88
Hex90809D812026111d38
Octal22020023510220464211570
Binary10010000100000001001110110001001001001101000100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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