#90859D

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

Shades of Amethyst Smoke #90859D

Tints of Amethyst Smoke #90859D

Color information

#90859D (or 0x90859D) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 85 and 9D. RGB value is (144,133,157). Sum of RGB (Red+Green+Blue) = 144+133+157=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 157 - color contains mainly: blue. Hex color #90859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90859D is #6F7A62. Grayscale: #8A8A8A. Windows color (decimal): -7305827 or 10323344. OLE color: 10323344.

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

Color convert

RGB144133157-
CMYK0.080.1500.38
HSL267.5º10.91%56.86%-
HSV(B)267.5º15.29%61.57%-
XYZ25.9725.1435.38-
YUV139.02138.14131.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.18%
GREEN value IS 133 (52.34% from 255) = 30.65%
BLUE value IS 157 (61.72% from 255) = 36.18%
R=33.18%
G=30.65%
B=36.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441331570.080.1500.38267.510.9156.86
Hex90859D8F02610cb39
Octal22020523510170464141371
Binary1001000010000101100111011000111101001101000011001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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