COLOR #9D6FB5

HEX: #9D6FB5
RGB: (157,111,181)

Color info

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

RGB color model

#9D6FB5 color RGB value is (157,111,181).

  • red value is 157;
  • green value is 111;
  • blue value is 181.
RGB:
(157,111,181)
(62%,44%,71%)

RGB channels and saturation

R 157 of 255 = 62%
G 111 of 255 = 44%
B 181 of 255 = 71%

157
111
181

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

Portions of RGB colors in percentages

R + G + B =
157 + 111 + 181 = 449 (100%)
R 157 of 449 ~ 34.97%
G 111 of 449 ~ 24.72%
B 181 of 449 ~ 40.31%

%34.97
%24.72
%40.31

CMYK color model

#9D6FB5 color CMYK value is (13,39,0,29).

  • cyan value is 13.26%
  • magenta value is 38.67%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(13,39,0,29)
C13M39Y0K29 
(13%,39%,0%,29%)
(0.13/0.39/0.00/0.29)	

CMYK percentages

%13.26
%38.67
%0
%29.02

Codes

Color #9D6FB5 in popluar color models

9D6FB5
RGB157111181
HSL279°32.11%57.25%
HSB/HSV279°38.67%70.98%
CMYK13.26%38.67%0.00%
29.02%

Color #9D6FB5 in popluar number systems.

HEX9D6FB5
Decimal157111181
Binary10011101110111110110101
Octal235157265

Shades and tints

Shades of #9D6FB5

#9D6FB5
(157,111,181)
#8F65A5
(143,101,165)
#815B95
(129,91,149)
#735185
(115,81,133)
#654775
(101,71,117)
#573D65
(87,61,101)
#493355
(73,51,85)
#3B2945
(59,41,69)
#2D1F35
(45,31,53)
#1F1525
(31,21,37)
#110B15
(17,11,21)
#000000
(0,0,0)

Tints of #9D6FB5

#9D6FB5
(157,111,181)
#A57CBB
(165,124,187)
#AD89C1
(173,137,193)
#B596C7
(181,150,199)
#BDA3CD
(189,163,205)
#C5B0D3
(197,176,211)
#CDBDD9
(205,189,217)
#D5CADF
(213,202,223)
#DDD7E5
(221,215,229)
#E5E4EB
(229,228,235)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6FB5 color. Also use rgb(157,111,181) instead hex code.

Text Font Color

.myTextColor { color: #9D6FB5; }

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

This text font color is #9D6FB5.


Background Color

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

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

This div background color is #9D6FB5.


Border color

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

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

This div border color is #9D6FB5.


Opacity

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

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

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

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

This text has shadow with #9D6FB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6FB5 on black background.


Color preview on white background

This text has color #9D6FB5 on white background.



Black color preview on #9D6FB5 background

This text has black color on #9D6FB5 background.


White color preview on #9D6FB5 background

This text has white color on #9D6FB5 background.