#908593

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

Shades of Amethyst Smoke #908593

Tints of Amethyst Smoke #908593

Color information

#908593 (or 0x908593) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 85 and 93. RGB value is (144,133,147). Sum of RGB (Red+Green+Blue) = 144+133+147=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 147 - color contains mainly: blue. Hex color #908593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908593 is #6F7A6C. Grayscale: #898989. Windows color (decimal): -7305837 or 9667984. OLE color: 9667984.

HSL color Cylindrical-coordinate representation of color #908593: hue angle of 287.14º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908593 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB144133147-
CMYK0.020.1000.42
HSL287.14º6.09%54.9%-
HSV(B)287.14º9.52%57.65%-
XYZ25.1624.8131.07-
YUV137.88133.14132.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.96%
GREEN value IS 133 (52.34% from 255) = 31.37%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=33.96%
G=31.37%
B=34.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441331470.020.1000.42287.146.0954.9
Hex9085932A02A11f637
Octal220205223212052437667
Binary1001000010000101100100111010100101010100011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908593; }

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

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

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

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

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

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

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

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