#937F94

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

Shades of Amethyst Smoke #937F94

Tints of Amethyst Smoke #937F94

Color information

#937F94 (or 0x937F94) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 7F and 94. RGB value is (147,127,148). Sum of RGB (Red+Green+Blue) = 147+127+148=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 148 - color contains mainly: blue. Hex color #937F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937F94 is #6C806B. Grayscale: #878787. Windows color (decimal): -7110764 or 9731987. OLE color: 9731987.

HSL color Cylindrical-coordinate representation of color #937F94: hue angle of 297.14º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #937F94 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB147127148-
CMYK0.010.1400.42
HSL297.14º8.94%53.92%-
HSV(B)297.14º14.19%58.04%-
XYZ24.9723.5231.24-
YUV135.37135.13136.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.83%
GREEN value IS 127 (50% from 255) = 30.09%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=34.83%
G=30.09%
B=35.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471271480.010.1400.42297.148.9453.92
Hex937F941E02A129936
Octal2231772241160524511166
Binary100100111111111100101001111001010101001010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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