COLOR #9D6BB1

HEX: #9D6BB1
RGB: (157,107,177)

Color info

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

RGB color model

#9D6BB1 color RGB value is (157,107,177).

  • red value is 157;
  • green value is 107;
  • blue value is 177.
RGB:
(157,107,177)
(62%,42%,69%)

RGB channels and saturation

R 157 of 255 = 62%
G 107 of 255 = 42%
B 177 of 255 = 69%

157
107
177

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

Portions of RGB colors in percentages

R + G + B =
157 + 107 + 177 = 441 (100%)
R 157 of 441 ~ 35.6%
G 107 of 441 ~ 24.26%
B 177 of 441 ~ 40.14%

%35.6
%24.26
%40.14

CMYK color model

#9D6BB1 color CMYK value is (11,40,0,31).

  • cyan value is 11.30%
  • magenta value is 39.55%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(11,40,0,31)
C11M40Y0K31 
(11%,40%,0%,31%)
(0.11/0.40/0.00/0.31)	

CMYK percentages

%11.3
%39.55
%0
%30.59

Codes

Color #9D6BB1 in popluar color models

9D6BB1
RGB157107177
HSL283°30.97%55.69%
HSB/HSV283°39.55%69.41%
CMYK11.30%39.55%0.00%
30.59%

Color #9D6BB1 in popluar number systems.

HEX9D6BB1
Decimal157107177
Binary10011101110101110110001
Octal235153261

Shades and tints

Shades of #9D6BB1

#9D6BB1
(157,107,177)
#8F62A1
(143,98,161)
#815991
(129,89,145)
#735081
(115,80,129)
#654771
(101,71,113)
#573E61
(87,62,97)
#493551
(73,53,81)
#3B2C41
(59,44,65)
#2D2331
(45,35,49)
#1F1A21
(31,26,33)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #9D6BB1

#9D6BB1
(157,107,177)
#A578B8
(165,120,184)
#AD85BF
(173,133,191)
#B592C6
(181,146,198)
#BD9FCD
(189,159,205)
#C5ACD4
(197,172,212)
#CDB9DB
(205,185,219)
#D5C6E2
(213,198,226)
#DDD3E9
(221,211,233)
#E5E0F0
(229,224,240)
#EDEDF7
(237,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6BB1 color. Also use rgb(157,107,177) instead hex code.

Text Font Color

.myTextColor { color: #9D6BB1; }

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

This text font color is #9D6BB1.


Background Color

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

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

This div background color is #9D6BB1.


Border color

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

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

This div border color is #9D6BB1.


Opacity

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

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

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

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

This text has shadow with #9D6BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6BB1 on black background.


Color preview on white background

This text has color #9D6BB1 on white background.



Black color preview on #9D6BB1 background

This text has black color on #9D6BB1 background.


White color preview on #9D6BB1 background

This text has white color on #9D6BB1 background.