COLOR #936396

HEX: #936396
RGB: (147,99,150)

Color info

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

RGB color model

#936396 color RGB value is (147,99,150).

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

RGB channels and saturation

R 147 of 255 = 58%
G 99 of 255 = 39%
B 150 of 255 = 59%

147
99
150

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

Portions of RGB colors in percentages

R + G + B =
147 + 99 + 150 = 396 (100%)
R 147 of 396 ~ 37.12%
G 99 of 396 ~ 25%
B 150 of 396 ~ 37.88%

%37.12
%25
%37.88

CMYK color model

#936396 color CMYK value is (2,34,0,41).

  • cyan value is 2.00%
  • magenta value is 34.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(2,34,0,41)
C2M34Y0K41 
(2%,34%,0%,41%)
(0.02/0.34/0.00/0.41)	

CMYK percentages

%2
%34
%0
%41.18

Codes

Color #936396 in popluar color models

936396
RGB14799150
HSL296°20.48%48.82%
HSB/HSV296°34.00%58.82%
CMYK2.00%34.00%0.00%
41.18%

Color #936396 in popluar number systems.

HEX936396
Decimal14799150
Binary10010011110001110010110
Octal223143226

Shades and tints

Shades of #936396

#936396
(147,99,150)
#865A89
(134,90,137)
#79517C
(121,81,124)
#6C486F
(108,72,111)
#5F3F62
(95,63,98)
#523655
(82,54,85)
#452D48
(69,45,72)
#38243B
(56,36,59)
#2B1B2E
(43,27,46)
#1E1221
(30,18,33)
#110914
(17,9,20)
#000000
(0,0,0)

Tints of #936396

#936396
(147,99,150)
#9C719F
(156,113,159)
#A57FA8
(165,127,168)
#AE8DB1
(174,141,177)
#B79BBA
(183,155,186)
#C0A9C3
(192,169,195)
#C9B7CC
(201,183,204)
#D2C5D5
(210,197,213)
#DBD3DE
(219,211,222)
#E4E1E7
(228,225,231)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #936396; }

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

This text font color is #936396.


Background Color

.myBgColor { background-color: #936396; }

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

This div background color is #936396.


Border color

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

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

This div border color is #936396.


Opacity

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

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

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

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

This text has shadow with #936396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #936396 on black background.


Color preview on white background

This text has color #936396 on white background.



Black color preview on #936396 background

This text has black color on #936396 background.


White color preview on #936396 background

This text has white color on #936396 background.