#937A9D

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

Shades of Amethyst Smoke #937A9D

Tints of Amethyst Smoke #937A9D

Color information

#937A9D (or 0x937A9D) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 7A and 9D. RGB value is (147,122,157). Sum of RGB (Red+Green+Blue) = 147+122+157=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #937A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937A9D is #6C8562. Grayscale: #858585. Windows color (decimal): -7112035 or 10320531. OLE color: 10320531.

HSL color Cylindrical-coordinate representation of color #937A9D: hue angle of 282.86º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #937A9D is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB147122157-
CMYK0.060.2200.38
HSL282.86º15.15%54.71%-
HSV(B)282.86º22.29%61.57%-
XYZ25.0822.5634.93-
YUV133.46141.28137.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.51%
GREEN value IS 122 (48.05% from 255) = 28.64%
BLUE value IS 157 (61.72% from 255) = 36.85%
R=34.51%
G=28.64%
B=36.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471221570.060.2200.38282.8615.1554.71
Hex937A9D61602611bf37
Octal2231722356260464331767
Binary100100111111010100111011101011001001101000110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937A9D; }

 p { color: rgb(147,122,157); }

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

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

 a { background-color: rgb(147,122,157); }

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

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

 span { border-color: rgb(147,122,157); }

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