Html Css Color HEX #937C9E Amethyst Smoke

📋 copy color: '#937C9E'

red 147 ◦ green 124 ◦ blue 158

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

Shades of Amethyst Smoke #937C9E

Tints of Amethyst Smoke #937C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.83%

R = 34.27%
G = 28.9%
B = 36.83%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#937C9E (or 0x937C9E) is known color: Amethyst Smoke. HEX triplet: 93, 7C and 9E. RGB value is (147,124,158). Sum of RGB (Red+Green+Blue) = 147+124+158=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 158 - color contains mainly: blue. Hex color #937C9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937C9E is #6C8361. Grayscale: #868686. Windows color (decimal): -7111522 or 10386579. OLE color: 10386579.

HSL color Cylindrical-coordinate representation of color #937C9E: hue angle of 280.59º 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 #937C9E is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 124 158 -
CMYK 0.07 0.22 0 0.38
HSL 280.59º 0.15% 0.55% -
HSV(B) 280.59º 0.22% 0.62% -
XYZ 25.41 23.09 35.46 -
YUV 134.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 147 124 158 0.07 0.22 0 0.38 280.59 0.15 0.55
Hex 93 7C 9E 7 16 0 26 119 F 37
Octal 223 174 236 7 26 0 46 431 17 67
Binary 10010011 1111100 10011110 111 10110 0 100110 100011001 1111 110111

Color Harmonies of #937C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937C9E

Black with #937C9E

Text Example


Text Example

White with #937C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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