COLOR #9D5BAE

HEX: #9D5BAE
RGB: (157,91,174)

Color info

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

RGB color model

#9D5BAE color RGB value is (157,91,174).

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

RGB channels and saturation

R 157 of 255 = 62%
G 91 of 255 = 36%
B 174 of 255 = 68%

157
91
174

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

Portions of RGB colors in percentages

R + G + B =
157 + 91 + 174 = 422 (100%)
R 157 of 422 ~ 37.2%
G 91 of 422 ~ 21.56%
B 174 of 422 ~ 41.23%

%37.2
%21.56
%41.23

CMYK color model

#9D5BAE color CMYK value is (10,48,0,32).

  • cyan value is 9.77%
  • magenta value is 47.70%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(10,48,0,32)
C10M48Y0K32 
(10%,48%,0%,32%)
(0.10/0.48/0.00/0.32)	

CMYK percentages

%9.77
%47.7
%0
%31.76

Codes

Color #9D5BAE in popluar color models

9D5BAE
RGB15791174
HSL288°33.88%51.96%
HSB/HSV288°47.70%68.24%
CMYK9.77%47.70%0.00%
31.76%

Color #9D5BAE in popluar number systems.

HEX9D5BAE
Decimal15791174
Binary10011101101101110101110
Octal235133256

Shades and tints

Shades of #9D5BAE

#9D5BAE
(157,91,174)
#8F539F
(143,83,159)
#814B90
(129,75,144)
#734381
(115,67,129)
#653B72
(101,59,114)
#573363
(87,51,99)
#492B54
(73,43,84)
#3B2345
(59,35,69)
#2D1B36
(45,27,54)
#1F1327
(31,19,39)
#110B18
(17,11,24)
#000000
(0,0,0)

Tints of #9D5BAE

#9D5BAE
(157,91,174)
#A569B5
(165,105,181)
#AD77BC
(173,119,188)
#B585C3
(181,133,195)
#BD93CA
(189,147,202)
#C5A1D1
(197,161,209)
#CDAFD8
(205,175,216)
#D5BDDF
(213,189,223)
#DDCBE6
(221,203,230)
#E5D9ED
(229,217,237)
#EDE7F4
(237,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D5BAE; }

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

This text font color is #9D5BAE.


Background Color

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

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

This div background color is #9D5BAE.


Border color

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

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

This div border color is #9D5BAE.


Opacity

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

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

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

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

This text has shadow with #9D5BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5BAE on black background.


Color preview on white background

This text has color #9D5BAE on white background.



Black color preview on #9D5BAE background

This text has black color on #9D5BAE background.


White color preview on #9D5BAE background

This text has white color on #9D5BAE background.