#90839B

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

Shades of Amethyst Smoke #90839B

Tints of Amethyst Smoke #90839B

Color information

#90839B (or 0x90839B) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 83 and 9B. RGB value is (144,131,155). Sum of RGB (Red+Green+Blue) = 144+131+155=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 155 - color contains mainly: blue. Hex color #90839B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90839B is #6F7C64. Grayscale: #898989. Windows color (decimal): -7306341 or 10191760. OLE color: 10191760.

HSL color Cylindrical-coordinate representation of color #90839B: hue angle of 272.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90839B is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB144131155-
CMYK0.070.1500.39
HSL272.5º10.71%56.08%-
HSV(B)272.5º15.48%60.78%-
XYZ25.5324.5334.4-
YUV137.62137.81132.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.49%
GREEN value IS 131 (51.56% from 255) = 30.47%
BLUE value IS 155 (60.94% from 255) = 36.05%
R=33.49%
G=30.47%
B=36.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441311550.070.1500.39272.510.7156.08
Hex90839B7F027110b38
Octal2202032337170474201370
Binary100100001000001110011011111111101001111000100001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90839B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90839B; }

 p { color: rgb(144,131,155); }

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

<style>
 a { background-color: #90839B; }

 a { background-color: rgb(144,131,155); }

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

<style>
 span { border-color: #90839B; }

 span { border-color: rgb(144,131,155); }

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