#90829D

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

Shades of Amethyst Smoke #90829D

Tints of Amethyst Smoke #90829D

Color information

#90829D (or 0x90829D) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 82 and 9D. RGB value is (144,130,157). Sum of RGB (Red+Green+Blue) = 144+130+157=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 157 - color contains mainly: blue. Hex color #90829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90829D is #6F7D62. Grayscale: #898989. Windows color (decimal): -7306595 or 10322576. OLE color: 10322576.

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

Color convert

RGB144130157-
CMYK0.080.1700.38
HSL271.11º12.11%56.27%-
HSV(B)271.11º17.2%61.57%-
XYZ25.5724.3335.25-
YUV137.26139.14132.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.41%
GREEN value IS 130 (51.17% from 255) = 30.16%
BLUE value IS 157 (61.72% from 255) = 36.43%
R=33.41%
G=30.16%
B=36.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441301570.080.1700.38271.1112.1156.27
Hex90829D81102610fc38
Octal22020223510210464171470
Binary10010000100000101001110110001000101001101000011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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