COLOR #9E5FBE

HEX: #9E5FBE
RGB: (158,95,190)

Color info

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

RGB color model

#9E5FBE color RGB value is (158,95,190).

  • red value is 158;
  • green value is 95;
  • blue value is 190.
RGB:
(158,95,190)
(62%,37%,75%)

RGB channels and saturation

R 158 of 255 = 62%
G 95 of 255 = 37%
B 190 of 255 = 75%

158
95
190

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

Portions of RGB colors in percentages

R + G + B =
158 + 95 + 190 = 443 (100%)
R 158 of 443 ~ 35.67%
G 95 of 443 ~ 21.44%
B 190 of 443 ~ 42.89%

%35.67
%21.44
%42.89

CMYK color model

#9E5FBE color CMYK value is (17,50,0,25).

  • cyan value is 16.84%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(17,50,0,25)
C17M50Y0K25 
(17%,50%,0%,25%)
(0.17/0.50/0.00/0.25)	

CMYK percentages

%16.84
%50
%0
%25.49

Codes

Color #9E5FBE in popluar color models

9E5FBE
RGB15895190
HSL280°42.22%55.88%
HSB/HSV280°50.00%74.51%
CMYK16.84%50.00%0.00%
25.49%

Color #9E5FBE in popluar number systems.

HEX9E5FBE
Decimal15895190
Binary10011110101111110111110
Octal236137276

Shades and tints

Shades of #9E5FBE

#9E5FBE
(158,95,190)
#9057AD
(144,87,173)
#824F9C
(130,79,156)
#74478B
(116,71,139)
#663F7A
(102,63,122)
#583769
(88,55,105)
#4A2F58
(74,47,88)
#3C2747
(60,39,71)
#2E1F36
(46,31,54)
#201725
(32,23,37)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #9E5FBE

#9E5FBE
(158,95,190)
#A66DC3
(166,109,195)
#AE7BC8
(174,123,200)
#B689CD
(182,137,205)
#BE97D2
(190,151,210)
#C6A5D7
(198,165,215)
#CEB3DC
(206,179,220)
#D6C1E1
(214,193,225)
#DECFE6
(222,207,230)
#E6DDEB
(230,221,235)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5FBE color. Also use rgb(158,95,190) instead hex code.

Text Font Color

.myTextColor { color: #9E5FBE; }

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

This text font color is #9E5FBE.


Background Color

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

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

This div background color is #9E5FBE.


Border color

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

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

This div border color is #9E5FBE.


Opacity

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

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

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

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

This text has shadow with #9E5FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5FBE on black background.


Color preview on white background

This text has color #9E5FBE on white background.



Black color preview on #9E5FBE background

This text has black color on #9E5FBE background.


White color preview on #9E5FBE background

This text has white color on #9E5FBE background.