COLOR #937CA4

HEX: #937CA4
RGB: (147,124,164)

Color info

#937CA4 contains red, green and blue colors in about the same proportion. Web safe color of #937CA4 is #996699 (or #969).

RGB color model

#937CA4 color RGB value is (147,124,164).

  • red value is 147;
  • green value is 124;
  • blue value is 164.
RGB:
(147,124,164)
(58%,49%,64%)

RGB channels and saturation

R 147 of 255 = 58%
G 124 of 255 = 49%
B 164 of 255 = 64%

147
124
164

R + G + B ~ 57%. #937CA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 124 + 164 = 435 (100%)
R 147 of 435 ~ 33.79%
G 124 of 435 ~ 28.51%
B 164 of 435 ~ 37.7%

%33.79
%28.51
%37.7

CMYK color model

#937CA4 color CMYK value is (10,24,0,36).

  • cyan value is 10.37%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(10,24,0,36)
C10M24Y0K36 
(10%,24%,0%,36%)
(0.10/0.24/0.00/0.36)	

CMYK percentages

%10.37
%24.39
%0
%35.69

Codes

Color #937CA4 in popluar color models

937CA4
RGB147124164
HSL275°18.02%56.47%
HSB/HSV275°24.39%64.31%
CMYK10.37%24.39%0.00%
35.69%

Color #937CA4 in popluar number systems.

HEX937CA4
Decimal147124164
Binary10010011111110010100100
Octal223174244

Shades and tints

Shades of #937CA4

#937CA4
(147,124,164)
#867196
(134,113,150)
#796688
(121,102,136)
#6C5B7A
(108,91,122)
#5F506C
(95,80,108)
#52455E
(82,69,94)
#453A50
(69,58,80)
#382F42
(56,47,66)
#2B2434
(43,36,52)
#1E1926
(30,25,38)
#110E18
(17,14,24)
#000000
(0,0,0)

Tints of #937CA4

#937CA4
(147,124,164)
#9C87AC
(156,135,172)
#A592B4
(165,146,180)
#AE9DBC
(174,157,188)
#B7A8C4
(183,168,196)
#C0B3CC
(192,179,204)
#C9BED4
(201,190,212)
#D2C9DC
(210,201,220)
#DBD4E4
(219,212,228)
#E4DFEC
(228,223,236)
#EDEAF4
(237,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #937CA4 color. Also use rgb(147,124,164) instead hex code.

Text Font Color

.myTextColor { color: #937CA4; }

<p style="color:#937CA4">This sample text font color is #937CA4.</p>

This text font color is #937CA4.


Background Color

.myBgColor { background-color: #937CA4; }

<div style="background-color:#937CA4">Inner text</div>

This div background color is #937CA4.


Border color

.myBorderColor { border: 1px solid #937CA4; }

<div style="border:3px solid #937CA4">Div</div>

This div border color is #937CA4.


Opacity

.myOpacity80 { color: #937CA4; opacity: 0.8; }

<p style="color:#937CA4;opacity:0.8;">80%</p>

Text with #937CA4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #937CA4;}

<p style="text-shadow: 3px 3px 1px #937CA4">Text here.</p>

This text has shadow with #937CA4 color.

.textShadow {text-shadow: 3px 3px 1px #937CA4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #937CA4, 5px 5px 20px red">Text here.</p>

This text has shadow with #937CA4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#937CA4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#937CA4, Direction=45, Strength=4)">Text</p>

This text has shadow with #937CA4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #937CA4;
  -webkit-box-shadow:	1px 1px 3px 2px #937CA4;
  box-shadow:		1px 1px 3px 2px #937CA4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #937CA4;
-webkit-box-shadow: 1px 1px 3px 2px #937CA4;
box-shadow:1px 1px 3px 2px #937CA4;">
Div content here</div>
This div box has shadow with color #937CA4.

Preview

Color preview on black background

This text has color #937CA4 on black background.


Color preview on white background

This text has color #937CA4 on white background.



Black color preview on #937CA4 background

This text has black color on #937CA4 background.


White color preview on #937CA4 background

This text has white color on #937CA4 background.