#937F9B

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

Shades of Amethyst Smoke #937F9B

Tints of Amethyst Smoke #937F9B

Color information

#937F9B (or 0x937F9B) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 7F and 9B. RGB value is (147,127,155). Sum of RGB (Red+Green+Blue) = 147+127+155=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 155 - color contains mainly: blue. Hex color #937F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937F9B is #6C8064. Grayscale: #888888. Windows color (decimal): -7110757 or 10190739. OLE color: 10190739.

HSL color Cylindrical-coordinate representation of color #937F9B: hue angle of 282.86º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #937F9B is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB147127155-
CMYK0.050.1800.39
HSL282.86º12.28%55.29%-
HSV(B)282.86º18.06%60.78%-
XYZ25.5423.7534.25-
YUV136.17138.63135.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 155 (60.94% from 255) = 36.13%
R=34.27%
G=29.60%
B=36.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471271550.050.1800.39282.8612.2855.29
Hex937F9B51202711bc37
Octal2231772335220474331467
Binary100100111111111100110111011001001001111000110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,127,155); }

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

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

 a { background-color: rgb(147,127,155); }

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

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

 span { border-color: rgb(147,127,155); }

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