COLOR #936D96

HEX: #936D96 RGB: (147,109,150)

Color info

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

RGB color model

#936D96 color RGB value is (147,109,150).

RGB: (147,109,150) (58%, 43%, 59%)

RGB channels and saturation

R 147 of 255 = 58%
G 109 of 255 = 43%
B 150 of 255 = 59%

147
109
150

R + G + B ~ 53%. #936D96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 147 + 109 + 150 = 406 (100%)
R 147 of 406 ~ 36.21%
G 109 of 406 ~ 26.85%
B 150 of 406 ~ 36.95'%

%36.21
%26.85
%36.95

CMYK color model

#936D96 color CMYK value is (2,27,0,41).

  • cyan value is 2.00%
  • magenta value is 27.33%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (2,27,0,41)
C2M27Y0K41 (2%, 27%, 0%, 41%)
(0.02 / 0.27 / 0.00 / 0.41)

CMYK percentages

%2
%27.33
%0
%41.18

Codes

Color #936D96 in popluar color models

93 6D 96
RGB 147 109 150
HSL 296° 16.33% 50.78%
HSB/HSV 296° 27.33% 58.82%
CMYK 2.00% 27.33% 0.00%
41.18%

Color #936D96 in popluar number systems.

HEX 93 6D 96
Decimal 147 109 150
Binary 10010011 1101101 10010110
Octal 223 155 226

Shades and tints

Shades of #936D96

#936D96
(147,109,150)
#866489
(134,100,137)
#795B7C
(121,91,124)
#6C526F
(108,82,111)
#5F4962
(95,73,98)
#524055
(82,64,85)
#453748
(69,55,72)
#382E3B
(56,46,59)
#2B252E
(43,37,46)
#1E1C21
(30,28,33)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #936D96

#936D96
(147,109,150)
#9C7A9F
(156,122,159)
#A587A8
(165,135,168)
#AE94B1
(174,148,177)
#B7A1BA
(183,161,186)
#C0AEC3
(192,174,195)
#C9BBCC
(201,187,204)
#D2C8D5
(210,200,213)
#DBD5DE
(219,213,222)
#E4E2E7
(228,226,231)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #936D96 color. Also use rgb(147,109,150) instead hex code.

Text Font Color

.myTextColor { color: #936D96; }

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

This text font color is #936D96.

Background Color

.myBgColor { background-color: #936D96; }

<div style="background-color:#936D96">Inner text</div>

This div background color is #936D96.

Border color

.myBorderColor { border: 1px solid #936D96; }

<div style="border:3px solid #936D96">Div</div>

This div border color is #936D96.

Opacity

.myOpacity80 { color: #936D96; opacity: 0.8; }

<p style="color:#936D96;opacity:0.8;">80%</p>

Text with #936D96 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 #936D96;}

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

This text has shadow with #936D96 color.


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

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

This text has shadow with #936D96 primary color and red secondary color.


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

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

This text has shadow with #936D96 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #936D96.

Preview

Color preview on black background

This text has color #936D96 on black background.


Color preview on white background

This text has color #936D96 on white background.


Black color preview on #936D96 background

This text has black color on #936D96 background.


White color preview on #936D96 background

This text has white color on #936D96 background.


Related colors

Complementary color

Complementary color for #hex is #6C9269.


I love getcolorcode.com

Triadic colors

1 #96936D and #6D9693 with #936D96 are triadic colors.

2 #966D93 and #6D9396 with #936D96 are triadic colors.