COLOR #9D5FB8

HEX: #9D5FB8
RGB: (157,95,184)

Color info

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

RGB color model

#9D5FB8 color RGB value is (157,95,184).

  • red value is 157;
  • green value is 95;
  • blue value is 184.
RGB:
(157,95,184)
(62%,37%,72%)

RGB channels and saturation

R 157 of 255 = 62%
G 95 of 255 = 37%
B 184 of 255 = 72%

157
95
184

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

Portions of RGB colors in percentages

R + G + B =
157 + 95 + 184 = 436 (100%)
R 157 of 436 ~ 36.01%
G 95 of 436 ~ 21.79%
B 184 of 436 ~ 42.2%

%36.01
%21.79
%42.2

CMYK color model

#9D5FB8 color CMYK value is (15,48,0,28).

  • cyan value is 14.67%
  • magenta value is 48.37%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(15,48,0,28)
C15M48Y0K28 
(15%,48%,0%,28%)
(0.15/0.48/0.00/0.28)	

CMYK percentages

%14.67
%48.37
%0
%27.84

Codes

Color #9D5FB8 in popluar color models

9D5FB8
RGB15795184
HSL282°38.53%54.71%
HSB/HSV282°48.37%72.16%
CMYK14.67%48.37%0.00%
27.84%

Color #9D5FB8 in popluar number systems.

HEX9D5FB8
Decimal15795184
Binary10011101101111110111000
Octal235137270

Shades and tints

Shades of #9D5FB8

#9D5FB8
(157,95,184)
#8F57A8
(143,87,168)
#814F98
(129,79,152)
#734788
(115,71,136)
#653F78
(101,63,120)
#573768
(87,55,104)
#492F58
(73,47,88)
#3B2748
(59,39,72)
#2D1F38
(45,31,56)
#1F1728
(31,23,40)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #9D5FB8

#9D5FB8
(157,95,184)
#A56DBE
(165,109,190)
#AD7BC4
(173,123,196)
#B589CA
(181,137,202)
#BD97D0
(189,151,208)
#C5A5D6
(197,165,214)
#CDB3DC
(205,179,220)
#D5C1E2
(213,193,226)
#DDCFE8
(221,207,232)
#E5DDEE
(229,221,238)
#EDEBF4
(237,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5FB8 color. Also use rgb(157,95,184) instead hex code.

Text Font Color

.myTextColor { color: #9D5FB8; }

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

This text font color is #9D5FB8.


Background Color

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

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

This div background color is #9D5FB8.


Border color

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

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

This div border color is #9D5FB8.


Opacity

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

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

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

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

This text has shadow with #9D5FB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5FB8 on black background.


Color preview on white background

This text has color #9D5FB8 on white background.



Black color preview on #9D5FB8 background

This text has black color on #9D5FB8 background.


White color preview on #9D5FB8 background

This text has white color on #9D5FB8 background.