Html Css Color HEX #937C9F Amethyst Smoke

📋 copy color: '#937C9F'

red 147 ◦ green 124 ◦ blue 159

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

Shades of Amethyst Smoke #937C9F

Tints of Amethyst Smoke #937C9F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.84%

 BLUE value IS 159 (62.5% from 255) = 36.98%

R = 34.19%
G = 28.84%
B = 36.98%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#937C9F (or 0x937C9F) is known color: Amethyst Smoke. HEX triplet: 93, 7C and 9F. RGB value is (147,124,159). Sum of RGB (Red+Green+Blue) = 147+124+159=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 159 - color contains mainly: blue. Hex color #937C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937C9F is #6C8360. Grayscale: #868686. Windows color (decimal): -7111521 or 10452115. OLE color: 10452115.

HSL color Cylindrical-coordinate representation of color #937C9F: hue angle of 279.43º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #937C9F is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 124 159 -
CMYK 0.08 0.22 0 0.38
HSL 279.43º 0.15% 0.55% -
HSV(B) 279.43º 0.22% 0.62% -
XYZ 25.5 23.12 35.92 -
YUV 134.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 147 124 159 0.08 0.22 0 0.38 279.43 0.15 0.55
Hex 93 7C 9F 8 16 0 26 117 F 37
Octal 223 174 237 10 26 0 46 427 17 67
Binary 10010011 1111100 10011111 1000 10110 0 100110 100010111 1111 110111

Color Harmonies of #937C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937C9F

Black with #937C9F

Text Example


Text Example

White with #937C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,124,159); }

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

background-color css

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

 a { background-color: rgb(147,124,159); }

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

border-color css

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

 span { border-color: rgb(147,124,159); }

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