COLOR #9D5BA4

HEX: #9D5BA4
RGB: (157,91,164)

Color info

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

RGB color model

#9D5BA4 color RGB value is (157,91,164).

  • red value is 157;
  • green value is 91;
  • blue value is 164.
RGB:
(157,91,164)
(62%,36%,64%)

RGB channels and saturation

R 157 of 255 = 62%
G 91 of 255 = 36%
B 164 of 255 = 64%

157
91
164

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

Portions of RGB colors in percentages

R + G + B =
157 + 91 + 164 = 412 (100%)
R 157 of 412 ~ 38.11%
G 91 of 412 ~ 22.09%
B 164 of 412 ~ 39.81%

%38.11
%22.09
%39.81

CMYK color model

#9D5BA4 color CMYK value is (4,45,0,36).

  • cyan value is 4.27%
  • magenta value is 44.51%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(4,45,0,36)
C4M45Y0K36 
(4%,45%,0%,36%)
(0.04/0.45/0.00/0.36)	

CMYK percentages

%4.27
%44.51
%0
%35.69

Codes

Color #9D5BA4 in popluar color models

9D5BA4
RGB15791164
HSL294°28.63%50.00%
HSB/HSV294°44.51%64.31%
CMYK4.27%44.51%0.00%
35.69%

Color #9D5BA4 in popluar number systems.

HEX9D5BA4
Decimal15791164
Binary10011101101101110100100
Octal235133244

Shades and tints

Shades of #9D5BA4

#9D5BA4
(157,91,164)
#8F5396
(143,83,150)
#814B88
(129,75,136)
#73437A
(115,67,122)
#653B6C
(101,59,108)
#57335E
(87,51,94)
#492B50
(73,43,80)
#3B2342
(59,35,66)
#2D1B34
(45,27,52)
#1F1326
(31,19,38)
#110B18
(17,11,24)
#000000
(0,0,0)

Tints of #9D5BA4

#9D5BA4
(157,91,164)
#A569AC
(165,105,172)
#AD77B4
(173,119,180)
#B585BC
(181,133,188)
#BD93C4
(189,147,196)
#C5A1CC
(197,161,204)
#CDAFD4
(205,175,212)
#D5BDDC
(213,189,220)
#DDCBE4
(221,203,228)
#E5D9EC
(229,217,236)
#EDE7F4
(237,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5BA4 color. Also use rgb(157,91,164) instead hex code.

Text Font Color

.myTextColor { color: #9D5BA4; }

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

This text font color is #9D5BA4.


Background Color

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

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

This div background color is #9D5BA4.


Border color

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

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

This div border color is #9D5BA4.


Opacity

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

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

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

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

This text has shadow with #9D5BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5BA4 on black background.


Color preview on white background

This text has color #9D5BA4 on white background.



Black color preview on #9D5BA4 background

This text has black color on #9D5BA4 background.


White color preview on #9D5BA4 background

This text has white color on #9D5BA4 background.