COLOR #9E5BC5

HEX: #9E5BC5
RGB: (158,91,197)

Color info

#9E5BC5 contains mainly red and blue colors. Web safe color of #9E5BC5 is #9966CC (or #96C).

RGB color model

#9E5BC5 color RGB value is (158,91,197).

  • red value is 158;
  • green value is 91;
  • blue value is 197.
RGB:
(158,91,197)
(62%,36%,77%)

RGB channels and saturation

R 158 of 255 = 62%
G 91 of 255 = 36%
B 197 of 255 = 77%

158
91
197

R + G + B ~ 58%. #9E5BC5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 91 + 197 = 446 (100%)
R 158 of 446 ~ 35.43%
G 91 of 446 ~ 20.4%
B 197 of 446 ~ 44.17%

%35.43
%20.4
%44.17

CMYK color model

#9E5BC5 color CMYK value is (20,54,0,23).

  • cyan value is 19.80%
  • magenta value is 53.81%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(20,54,0,23)
C20M54Y0K23 
(20%,54%,0%,23%)
(0.20/0.54/0.00/0.23)	

CMYK percentages

%19.8
%53.81
%0
%22.75

Codes

Color #9E5BC5 in popluar color models

9E5BC5
RGB15891197
HSL278°47.75%56.47%
HSB/HSV278°53.81%77.25%
CMYK19.80%53.81%0.00%
22.75%

Color #9E5BC5 in popluar number systems.

HEX9E5BC5
Decimal15891197
Binary10011110101101111000101
Octal236133305

Shades and tints

Shades of #9E5BC5

#9E5BC5
(158,91,197)
#9053B4
(144,83,180)
#824BA3
(130,75,163)
#744392
(116,67,146)
#663B81
(102,59,129)
#583370
(88,51,112)
#4A2B5F
(74,43,95)
#3C234E
(60,35,78)
#2E1B3D
(46,27,61)
#20132C
(32,19,44)
#120B1B
(18,11,27)
#000000
(0,0,0)

Tints of #9E5BC5

#9E5BC5
(158,91,197)
#A669CA
(166,105,202)
#AE77CF
(174,119,207)
#B685D4
(182,133,212)
#BE93D9
(190,147,217)
#C6A1DE
(198,161,222)
#CEAFE3
(206,175,227)
#D6BDE8
(214,189,232)
#DECBED
(222,203,237)
#E6D9F2
(230,217,242)
#EEE7F7
(238,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5BC5 color. Also use rgb(158,91,197) instead hex code.

Text Font Color

.myTextColor { color: #9E5BC5; }

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

This text font color is #9E5BC5.


Background Color

.myBgColor { background-color: #9E5BC5; }

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

This div background color is #9E5BC5.


Border color

.myBorderColor { border: 1px solid #9E5BC5; }

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

This div border color is #9E5BC5.


Opacity

.myOpacity80 { color: #9E5BC5; opacity: 0.8; }

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

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

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

This text has shadow with #9E5BC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5BC5 on black background.


Color preview on white background

This text has color #9E5BC5 on white background.



Black color preview on #9E5BC5 background

This text has black color on #9E5BC5 background.


White color preview on #9E5BC5 background

This text has white color on #9E5BC5 background.