COLOR #9E5BB0

HEX: #9E5BB0
RGB: (158,91,176)

Color info

#9E5BB0 contains mainly red and blue colors. Web safe color of #9E5BB0 is #996699 (or #969).

RGB color model

#9E5BB0 color RGB value is (158,91,176).

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

RGB channels and saturation

R 158 of 255 = 62%
G 91 of 255 = 36%
B 176 of 255 = 69%

158
91
176

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

Portions of RGB colors in percentages

R + G + B =
158 + 91 + 176 = 425 (100%)
R 158 of 425 ~ 37.18%
G 91 of 425 ~ 21.41%
B 176 of 425 ~ 41.41%

%37.18
%21.41
%41.41

CMYK color model

#9E5BB0 color CMYK value is (10,48,0,31).

  • cyan value is 10.23%
  • magenta value is 48.30%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK: (10,48,0,31) C10M48Y0K31 (10%,48%,0%,31%) (0.10/0.48/0.00/0.31)

CMYK percentages

%10.23
%48.3
%0
%30.98

Codes

Color #9E5BB0 in popluar color models

9E5BB0
RGB15891176
HSL287°34.98%52.35%
HSB/HSV287°48.30%69.02%
CMYK10.23%48.30%0.00%
30.98%

Color #9E5BB0 in popluar number systems.

HEX9E5BB0
Decimal15891176
Binary10011110101101110110000
Octal236133260

Shades and tints

Shades of #9E5BB0

#9E5BB0
(158,91,176)
#9053A0
(144,83,160)
#824B90
(130,75,144)
#744380
(116,67,128)
#663B70
(102,59,112)
#583360
(88,51,96)
#4A2B50
(74,43,80)
#3C2340
(60,35,64)
#2E1B30
(46,27,48)
#201320
(32,19,32)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #9E5BB0

#9E5BB0
(158,91,176)
#A669B7
(166,105,183)
#AE77BE
(174,119,190)
#B685C5
(182,133,197)
#BE93CC
(190,147,204)
#C6A1D3
(198,161,211)
#CEAFDA
(206,175,218)
#D6BDE1
(214,189,225)
#DECBE8
(222,203,232)
#E6D9EF
(230,217,239)
#EEE7F6
(238,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E5BB0; }

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

This text font color is #9E5BB0.


Background Color

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

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

This div background color is #9E5BB0.


Border color

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

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

This div border color is #9E5BB0.


Opacity

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

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

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

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

This text has shadow with #9E5BB0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9E5BB0 on black background.


Color preview on white background

This text has color #9E5BB0 on white background.



Black color preview on #9E5BB0 background

This text has black color on #9E5BB0 background.


White color preview on #9E5BB0 background

This text has white color on #9E5BB0 background.