COLOR #9D7CB1

HEX: #9D7CB1
RGB: (157,124,177)

Color info

#9D7CB1 contains red, green and blue colors in about the same proportion. Web safe color of #9D7CB1 is #996699 (or #969).

RGB color model

#9D7CB1 color RGB value is (157,124,177).

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

RGB channels and saturation

R 157 of 255 = 62%
G 124 of 255 = 49%
B 177 of 255 = 69%

157
124
177

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

Portions of RGB colors in percentages

R + G + B =
157 + 124 + 177 = 458 (100%)
R 157 of 458 ~ 34.28%
G 124 of 458 ~ 27.07%
B 177 of 458 ~ 38.65%

%34.28
%27.07
%38.65

CMYK color model

#9D7CB1 color CMYK value is (11,30,0,31).

  • cyan value is 11.30%
  • magenta value is 29.94%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(11,30,0,31)
C11M30Y0K31 
(11%,30%,0%,31%)
(0.11/0.30/0.00/0.31)	

CMYK percentages

%11.3
%29.94
%0
%30.59

Codes

Color #9D7CB1 in popluar color models

9D7CB1
RGB157124177
HSL277°25.36%59.02%
HSB/HSV277°29.94%69.41%
CMYK11.30%29.94%0.00%
30.59%

Color #9D7CB1 in popluar number systems.

HEX9D7CB1
Decimal157124177
Binary10011101111110010110001
Octal235174261

Shades and tints

Shades of #9D7CB1

#9D7CB1
(157,124,177)
#8F71A1
(143,113,161)
#816691
(129,102,145)
#735B81
(115,91,129)
#655071
(101,80,113)
#574561
(87,69,97)
#493A51
(73,58,81)
#3B2F41
(59,47,65)
#2D2431
(45,36,49)
#1F1921
(31,25,33)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #9D7CB1

#9D7CB1
(157,124,177)
#A587B8
(165,135,184)
#AD92BF
(173,146,191)
#B59DC6
(181,157,198)
#BDA8CD
(189,168,205)
#C5B3D4
(197,179,212)
#CDBEDB
(205,190,219)
#D5C9E2
(213,201,226)
#DDD4E9
(221,212,233)
#E5DFF0
(229,223,240)
#EDEAF7
(237,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7CB1; }

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

This text font color is #9D7CB1.


Background Color

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

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

This div background color is #9D7CB1.


Border color

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

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

This div border color is #9D7CB1.


Opacity

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

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

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

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

This text has shadow with #9D7CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7CB1 on black background.


Color preview on white background

This text has color #9D7CB1 on white background.



Black color preview on #9D7CB1 background

This text has black color on #9D7CB1 background.


White color preview on #9D7CB1 background

This text has white color on #9D7CB1 background.