COLOR #9C7FB5

HEX: #9C7FB5
RGB: (156,127,181)

Color info

#9C7FB5 contains red, green and blue colors in about the same proportion. Web safe color of #9C7FB5 is #9966CC (or #96C).

RGB color model

#9C7FB5 color RGB value is (156,127,181).

  • red value is 156;
  • green value is 127;
  • blue value is 181.
RGB:
(156,127,181)
(61%,50%,71%)

RGB channels and saturation

R 156 of 255 = 61%
G 127 of 255 = 50%
B 181 of 255 = 71%

156
127
181

R + G + B ~ 61%. #9C7FB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 127 + 181 = 464 (100%)
R 156 of 464 ~ 33.62%
G 127 of 464 ~ 27.37%
B 181 of 464 ~ 39.01%

%33.62
%27.37
%39.01

CMYK color model

#9C7FB5 color CMYK value is (14,30,0,29).

  • cyan value is 13.81%
  • magenta value is 29.83%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(14,30,0,29)
C14M30Y0K29 
(14%,30%,0%,29%)
(0.14/0.30/0.00/0.29)	

CMYK percentages

%13.81
%29.83
%0
%29.02

Codes

Color #9C7FB5 in popluar color models

9C7FB5
RGB156127181
HSL272°26.73%60.39%
HSB/HSV272°29.83%70.98%
CMYK13.81%29.83%0.00%
29.02%

Color #9C7FB5 in popluar number systems.

HEX9C7FB5
Decimal156127181
Binary10011100111111110110101
Octal234177265

Shades and tints

Shades of #9C7FB5

#9C7FB5
(156,127,181)
#8E74A5
(142,116,165)
#806995
(128,105,149)
#725E85
(114,94,133)
#645375
(100,83,117)
#564865
(86,72,101)
#483D55
(72,61,85)
#3A3245
(58,50,69)
#2C2735
(44,39,53)
#1E1C25
(30,28,37)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #9C7FB5

#9C7FB5
(156,127,181)
#A58ABB
(165,138,187)
#AE95C1
(174,149,193)
#B7A0C7
(183,160,199)
#C0ABCD
(192,171,205)
#C9B6D3
(201,182,211)
#D2C1D9
(210,193,217)
#DBCCDF
(219,204,223)
#E4D7E5
(228,215,229)
#EDE2EB
(237,226,235)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7FB5 color. Also use rgb(156,127,181) instead hex code.

Text Font Color

.myTextColor { color: #9C7FB5; }

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

This text font color is #9C7FB5.


Background Color

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

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

This div background color is #9C7FB5.


Border color

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

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

This div border color is #9C7FB5.


Opacity

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

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

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

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

This text has shadow with #9C7FB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7FB5 on black background.


Color preview on white background

This text has color #9C7FB5 on white background.



Black color preview on #9C7FB5 background

This text has black color on #9C7FB5 background.


White color preview on #9C7FB5 background

This text has white color on #9C7FB5 background.