Html Css Color HEX #937A95 Amethyst Smoke

📋 copy color: '#937A95'

red 147 ◦ green 122 ◦ blue 149

#937A95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #937A95

Tints of Amethyst Smoke #937A95

RGB

 RED value IS 147 (57.81% from 255) = 35.17%

 GREEN value IS 122 (48.05% from 255) = 29.19%

 BLUE value IS 149 (58.59% from 255) = 35.65%

R = 35.17%
G = 29.19%
B = 35.65%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#937A95 (or 0x937A95) is known color: Amethyst Smoke. HEX triplet: 93, 7A and 95. RGB value is (147,122,149). Sum of RGB (Red+Green+Blue) = 147+122+149=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 149 - color contains mainly: blue. Hex color #937A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937A95 is #6C856A. Grayscale: #848484. Windows color (decimal): -7112043 or 9796243. OLE color: 9796243.

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

Color convert

RGB 147 122 149 -
CMYK 0.01 0.18 0 0.42
HSL 295.56º 0.11% 0.53% -
HSV(B) 295.56º 0.18% 0.58% -
XYZ 24.42 22.29 31.45 -
YUV 132.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 147 122 149 0.01 0.18 0 0.42 295.56 0.11 0.53
Hex 93 7A 95 1 12 0 2A 128 B 35
Octal 223 172 225 1 22 0 52 450 13 65
Binary 10010011 1111010 10010101 1 10010 0 101010 100101000 1011 110101

Color Harmonies of #937A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937A95

Black with #937A95

Text Example


Text Example

White with #937A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #937A95;
 }
 .AnyTagClassName
 {
   color: #937A95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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