COLOR #937FAA

HEX: #937FAA
RGB: (147,127,170)

Color info

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

RGB color model

#937FAA color RGB value is (147,127,170).

  • red value is 147;
  • green value is 127;
  • blue value is 170.
RGB:
(147,127,170)
(58%,50%,67%)

RGB channels and saturation

R 147 of 255 = 58%
G 127 of 255 = 50%
B 170 of 255 = 67%

147
127
170

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

Portions of RGB colors in percentages

R + G + B =
147 + 127 + 170 = 444 (100%)
R 147 of 444 ~ 33.11%
G 127 of 444 ~ 28.6%
B 170 of 444 ~ 38.29%

%33.11
%28.6
%38.29

CMYK color model

#937FAA color CMYK value is (14,25,0,33).

  • cyan value is 13.53%
  • magenta value is 25.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(14,25,0,33)
C14M25Y0K33 
(14%,25%,0%,33%)
(0.14/0.25/0.00/0.33)	

CMYK percentages

%13.53
%25.29
%0
%33.33

Codes

Color #937FAA in popluar color models

937FAA
RGB147127170
HSL268°20.19%58.24%
HSB/HSV268°25.29%66.67%
CMYK13.53%25.29%0.00%
33.33%

Color #937FAA in popluar number systems.

HEX937FAA
Decimal147127170
Binary10010011111111110101010
Octal223177252

Shades and tints

Shades of #937FAA

#937FAA
(147,127,170)
#86749B
(134,116,155)
#79698C
(121,105,140)
#6C5E7D
(108,94,125)
#5F536E
(95,83,110)
#52485F
(82,72,95)
#453D50
(69,61,80)
#383241
(56,50,65)
#2B2732
(43,39,50)
#1E1C23
(30,28,35)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #937FAA

#937FAA
(147,127,170)
#9C8AB1
(156,138,177)
#A595B8
(165,149,184)
#AEA0BF
(174,160,191)
#B7ABC6
(183,171,198)
#C0B6CD
(192,182,205)
#C9C1D4
(201,193,212)
#D2CCDB
(210,204,219)
#DBD7E2
(219,215,226)
#E4E2E9
(228,226,233)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #937FAA color. Also use rgb(147,127,170) instead hex code.

Text Font Color

.myTextColor { color: #937FAA; }

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

This text font color is #937FAA.


Background Color

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

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

This div background color is #937FAA.


Border color

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

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

This div border color is #937FAA.


Opacity

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

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

Text with #937FAA 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 #937FAA;}

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

This text has shadow with #937FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937FAA on black background.


Color preview on white background

This text has color #937FAA on white background.



Black color preview on #937FAA background

This text has black color on #937FAA background.


White color preview on #937FAA background

This text has white color on #937FAA background.