#937F95

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

Shades of Amethyst Smoke #937F95

Tints of Amethyst Smoke #937F95

Color information

#937F95 (or 0x937F95) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 7F and 95. RGB value is (147,127,149). Sum of RGB (Red+Green+Blue) = 147+127+149=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 149 - color contains mainly: blue. Hex color #937F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937F95 is #6C806A. Grayscale: #878787. Windows color (decimal): -7110763 or 9797523. OLE color: 9797523.

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

Color convert

RGB147127149-
CMYK0.010.1500.42
HSL294.55º9.4%54.12%-
HSV(B)294.55º14.77%58.43%-
XYZ25.0523.5531.66-
YUV135.49135.63136.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.75%
GREEN value IS 127 (50% from 255) = 30.02%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=34.75%
G=30.02%
B=35.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471271490.010.1500.42294.559.454.12
Hex937F951F02A127936
Octal2231772251170524471166
Binary100100111111111100101011111101010101001001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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