COLOR #9E5DB8

HEX: #9E5DB8 RGB: (158,93,184)

Color info

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

RGB color model

#9E5DB8 color RGB value is (158,93,184).

RGB: (158,93,184) (62%, 36%, 72%)

RGB channels and saturation

R 158 of 255 = 62%
G 93 of 255 = 36%
B 184 of 255 = 72%

158
93
184

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

Portions of RGB colors in percentages

R + G + B = 158 + 93 + 184 = 435 (100%)
R 158 of 435 ~ 36.32%
G 93 of 435 ~ 21.38%
B 184 of 435 ~ 42.3'%

%36.32
%21.38
%42.3

CMYK color model

#9E5DB8 color CMYK value is (14,49,0,28).

  • cyan value is 14.13%
  • magenta value is 49.46%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (14,49,0,28)
C14M49Y0K28 (14%, 49%, 0%, 28%)
(0.14 / 0.49 / 0.00 / 0.28)

CMYK percentages

%14.13
%49.46
%0
%27.84

Codes

Color #9E5DB8 in popluar color models

9E 5D B8
RGB 158 93 184
HSL 283° 39.06% 54.31%
HSB/HSV 283° 49.46% 72.16%
CMYK 14.13% 49.46% 0.00%
27.84%

Color #9E5DB8 in popluar number systems.

HEX 9E 5D B8
Decimal 158 93 184
Binary 10011110 1011101 10111000
Octal 236 135 270

Shades and tints

Shades of #9E5DB8

#9E5DB8
(158,93,184)
#9055A8
(144,85,168)
#824D98
(130,77,152)
#744588
(116,69,136)
#663D78
(102,61,120)
#583568
(88,53,104)
#4A2D58
(74,45,88)
#3C2548
(60,37,72)
#2E1D38
(46,29,56)
#201528
(32,21,40)
#120D18
(18,13,24)
#000000
(0,0,0)

Tints of #9E5DB8

#9E5DB8
(158,93,184)
#A66BBE
(166,107,190)
#AE79C4
(174,121,196)
#B687CA
(182,135,202)
#BE95D0
(190,149,208)
#C6A3D6
(198,163,214)
#CEB1DC
(206,177,220)
#D6BFE2
(214,191,226)
#DECDE8
(222,205,232)
#E6DBEE
(230,219,238)
#EEE9F4
(238,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5DB8 color. Also use rgb(158,93,184) instead hex code.

Text Font Color

.myTextColor { color: #9E5DB8; }

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

This text font color is #9E5DB8.

Background Color

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

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

This div background color is #9E5DB8.

Border color

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

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

This div border color is #9E5DB8.

Opacity

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

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

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

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

This text has shadow with #9E5DB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E5DB8.

Preview

Color preview on black background

This text has color #9E5DB8 on black background.


Color preview on white background

This text has color #9E5DB8 on white background.


Black color preview on #9E5DB8 background

This text has black color on #9E5DB8 background.


White color preview on #9E5DB8 background

This text has white color on #9E5DB8 background.


Related colors

Complementary color

Complementary color for #hex is #61A247.


I love getcolorcode.com

Triadic colors

1 #B89E5D and #5DB89E with #9E5DB8 are triadic colors.

2 #B85D9E and #5D9EB8 with #9E5DB8 are triadic colors.