COLOR #936596

HEX: #936596
RGB: (147,101,150)

Color info

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

RGB color model

#936596 color RGB value is (147,101,150).

  • red value is 147;
  • green value is 101;
  • blue value is 150.
RGB:
(147,101,150)
(58%,40%,59%)

RGB channels and saturation

R 147 of 255 = 58%
G 101 of 255 = 40%
B 150 of 255 = 59%

147
101
150

R + G + B ~ 52%. #936596 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 101 + 150 = 398 (100%)
R 147 of 398 ~ 36.93%
G 101 of 398 ~ 25.38%
B 150 of 398 ~ 37.69%

%36.93
%25.38
%37.69

CMYK color model

#936596 color CMYK value is (2,33,0,41).

  • cyan value is 2.00%
  • magenta value is 32.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(2,33,0,41)
C2M33Y0K41 
(2%,33%,0%,41%)
(0.02/0.33/0.00/0.41)	

CMYK percentages

%2
%32.67
%0
%41.18

Codes

Color #936596 in popluar color models

936596
RGB147101150
HSL296°19.52%49.22%
HSB/HSV296°32.67%58.82%
CMYK2.00%32.67%0.00%
41.18%

Color #936596 in popluar number systems.

HEX936596
Decimal147101150
Binary10010011110010110010110
Octal223145226

Shades and tints

Shades of #936596

#936596
(147,101,150)
#865C89
(134,92,137)
#79537C
(121,83,124)
#6C4A6F
(108,74,111)
#5F4162
(95,65,98)
#523855
(82,56,85)
#452F48
(69,47,72)
#38263B
(56,38,59)
#2B1D2E
(43,29,46)
#1E1421
(30,20,33)
#110B14
(17,11,20)
#000000
(0,0,0)

Tints of #936596

#936596
(147,101,150)
#9C739F
(156,115,159)
#A581A8
(165,129,168)
#AE8FB1
(174,143,177)
#B79DBA
(183,157,186)
#C0ABC3
(192,171,195)
#C9B9CC
(201,185,204)
#D2C7D5
(210,199,213)
#DBD5DE
(219,213,222)
#E4E3E7
(228,227,231)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #936596; }

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

This text font color is #936596.


Background Color

.myBgColor { background-color: #936596; }

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

This div background color is #936596.


Border color

.myBorderColor { border: 1px solid #936596; }

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

This div border color is #936596.


Opacity

.myOpacity80 { color: #936596; opacity: 0.8; }

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

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

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

This text has shadow with #936596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #936596 on black background.


Color preview on white background

This text has color #936596 on white background.



Black color preview on #936596 background

This text has black color on #936596 background.


White color preview on #936596 background

This text has white color on #936596 background.