COLOR #936E9A

HEX: #936E9A
RGB: (147,110,154)

Color info

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

RGB color model

#936E9A color RGB value is (147,110,154).

  • red value is 147;
  • green value is 110;
  • blue value is 154.
RGB:
(147,110,154)
(58%,43%,60%)

RGB channels and saturation

R 147 of 255 = 58%
G 110 of 255 = 43%
B 154 of 255 = 60%

147
110
154

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

Portions of RGB colors in percentages

R + G + B =
147 + 110 + 154 = 411 (100%)
R 147 of 411 ~ 35.77%
G 110 of 411 ~ 26.76%
B 154 of 411 ~ 37.47%

%35.77
%26.76
%37.47

CMYK color model

#936E9A color CMYK value is (5,29,0,40).

  • cyan value is 4.55%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(5,29,0,40)
C5M29Y0K40 
(5%,29%,0%,40%)
(0.05/0.29/0.00/0.40)	

CMYK percentages

%4.55
%28.57
%0
%39.61

Codes

Color #936E9A in popluar color models

936E9A
RGB147110154
HSL290°17.89%51.76%
HSB/HSV290°28.57%60.39%
CMYK4.55%28.57%0.00%
39.61%

Color #936E9A in popluar number systems.

HEX936E9A
Decimal147110154
Binary10010011110111010011010
Octal223156232

Shades and tints

Shades of #936E9A

#936E9A
(147,110,154)
#86648C
(134,100,140)
#795A7E
(121,90,126)
#6C5070
(108,80,112)
#5F4662
(95,70,98)
#523C54
(82,60,84)
#453246
(69,50,70)
#382838
(56,40,56)
#2B1E2A
(43,30,42)
#1E141C
(30,20,28)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #936E9A

#936E9A
(147,110,154)
#9C7BA3
(156,123,163)
#A588AC
(165,136,172)
#AE95B5
(174,149,181)
#B7A2BE
(183,162,190)
#C0AFC7
(192,175,199)
#C9BCD0
(201,188,208)
#D2C9D9
(210,201,217)
#DBD6E2
(219,214,226)
#E4E3EB
(228,227,235)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #936E9A color. Also use rgb(147,110,154) instead hex code.

Text Font Color

.myTextColor { color: #936E9A; }

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

This text font color is #936E9A.


Background Color

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

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

This div background color is #936E9A.


Border color

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

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

This div border color is #936E9A.


Opacity

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

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

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

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

This text has shadow with #936E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #936E9A on black background.


Color preview on white background

This text has color #936E9A on white background.



Black color preview on #936E9A background

This text has black color on #936E9A background.


White color preview on #936E9A background

This text has white color on #936E9A background.