COLOR #937FAE

HEX: #937FAE RGB: (147,127,174)

Color info

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

RGB color model

#937FAE color RGB value is (147,127,174).

RGB: (147,127,174) (58%, 50%, 68%)

RGB channels and saturation

R 147 of 255 = 58%
G 127 of 255 = 50%
B 174 of 255 = 68%

147
127
174

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

Portions of RGB colors in percentages

R + G + B = 147 + 127 + 174 = 448 (100%)
R 147 of 448 ~ 32.81%
G 127 of 448 ~ 28.35%
B 174 of 448 ~ 38.84'%

%32.81
%28.35
%38.84

CMYK color model

#937FAE color CMYK value is (16,27,0,32).

  • cyan value is 15.52%
  • magenta value is 27.01%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (16,27,0,32) C16M27Y0K32 (16%,27%,0%,32%) (0.16/0.27/0.00/0.32) 

CMYK percentages

%15.52
%27.01
%0
%31.76

Codes

Color #937FAE in popluar color models

93 7F AE
RGB 147 127 174
HSL 266° 22.49% 59.02%
HSB/HSV 266° 27.01% 68.24%
CMYK 15.52% 27.01% 0.00%
31.76%

Color #937FAE in popluar number systems.

HEX 93 7F AE
Decimal 147 127 174
Binary 10010011 1111111 10101110
Octal 223 177 256

Shades and tints

Shades of #937FAE

#937FAE
(147,127,174)
#86749F
(134,116,159)
#796990
(121,105,144)
#6C5E81
(108,94,129)
#5F5372
(95,83,114)
#524863
(82,72,99)
#453D54
(69,61,84)
#383245
(56,50,69)
#2B2736
(43,39,54)
#1E1C27
(30,28,39)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #937FAE

#937FAE
(147,127,174)
#9C8AB5
(156,138,181)
#A595BC
(165,149,188)
#AEA0C3
(174,160,195)
#B7ABCA
(183,171,202)
#C0B6D1
(192,182,209)
#C9C1D8
(201,193,216)
#D2CCDF
(210,204,223)
#DBD7E6
(219,215,230)
#E4E2ED
(228,226,237)
#EDEDF4
(237,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #937FAE; }

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

This text font color is #937FAE.

Background Color

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

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

This div background color is #937FAE.

Border color

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

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

This div border color is #937FAE.

Opacity

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

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

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

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

This text has shadow with #937FAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #937FAE.

Preview

Color preview on black background

This text has color #937FAE on black background.


Color preview on white background

This text has color #937FAE on white background.


Black color preview on #937FAE background

This text has black color on #937FAE background.


White color preview on #937FAE background

This text has white color on #937FAE background.


Related colors

Complementary color

Complementary color for #hex is #6C8051.


I love getcolorcode.com

Triadic colors

1 #AE937F and #7FAE93 with #937FAE are triadic colors.

2 #AE7F93 and #7F93AE with #937FAE are triadic colors.