COLOR #936EA5

HEX: #936EA5
RGB: (147,110,165)

Color info

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

RGB color model

#936EA5 color RGB value is (147,110,165).

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

RGB channels and saturation

R 147 of 255 = 58%
G 110 of 255 = 43%
B 165 of 255 = 65%

147
110
165

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

Portions of RGB colors in percentages

R + G + B =
147 + 110 + 165 = 422 (100%)
R 147 of 422 ~ 34.83%
G 110 of 422 ~ 26.07%
B 165 of 422 ~ 39.1%

%34.83
%26.07
%39.1

CMYK color model

#936EA5 color CMYK value is (11,33,0,35).

  • cyan value is 10.91%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(11,33,0,35)
C11M33Y0K35 
(11%,33%,0%,35%)
(0.11/0.33/0.00/0.35)	

CMYK percentages

%10.91
%33.33
%0
%35.29

Codes

Color #936EA5 in popluar color models

936EA5
RGB147110165
HSL280°23.40%53.92%
HSB/HSV280°33.33%64.71%
CMYK10.91%33.33%0.00%
35.29%

Color #936EA5 in popluar number systems.

HEX936EA5
Decimal147110165
Binary10010011110111010100101
Octal223156245

Shades and tints

Shades of #936EA5

#936EA5
(147,110,165)
#866496
(134,100,150)
#795A87
(121,90,135)
#6C5078
(108,80,120)
#5F4669
(95,70,105)
#523C5A
(82,60,90)
#45324B
(69,50,75)
#38283C
(56,40,60)
#2B1E2D
(43,30,45)
#1E141E
(30,20,30)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #936EA5

#936EA5
(147,110,165)
#9C7BAD
(156,123,173)
#A588B5
(165,136,181)
#AE95BD
(174,149,189)
#B7A2C5
(183,162,197)
#C0AFCD
(192,175,205)
#C9BCD5
(201,188,213)
#D2C9DD
(210,201,221)
#DBD6E5
(219,214,229)
#E4E3ED
(228,227,237)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #936EA5; }

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

This text font color is #936EA5.


Background Color

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

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

This div background color is #936EA5.


Border color

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

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

This div border color is #936EA5.


Opacity

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

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

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

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

This text has shadow with #936EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #936EA5 on black background.


Color preview on white background

This text has color #936EA5 on white background.



Black color preview on #936EA5 background

This text has black color on #936EA5 background.


White color preview on #936EA5 background

This text has white color on #936EA5 background.