#937F99

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

Shades of Amethyst Smoke #937F99

Tints of Amethyst Smoke #937F99

Color information

#937F99 (or 0x937F99) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 7F and 99. RGB value is (147,127,153). Sum of RGB (Red+Green+Blue) = 147+127+153=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 153 - color contains mainly: blue. Hex color #937F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937F99 is #6C8066. Grayscale: #878787. Windows color (decimal): -7110759 or 10059667. OLE color: 10059667.

HSL color Cylindrical-coordinate representation of color #937F99: hue angle of 286.15º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #937F99 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB147127153-
CMYK0.040.1700.4
HSL286.15º11.3%54.9%-
HSV(B)286.15º16.99%60%-
XYZ25.3723.6833.37-
YUV135.94137.63135.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.43%
GREEN value IS 127 (50% from 255) = 29.74%
BLUE value IS 153 (60.16% from 255) = 35.83%
R=34.43%
G=29.74%
B=35.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471271530.040.1700.4286.1511.354.9
Hex937F9941102811eb37
Octal2231772314210504361367
Binary100100111111111100110011001000101010001000111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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