COLOR #9C77B4

HEX: #9C77B4
RGB: (156,119,180)

Color info

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

RGB color model

#9C77B4 color RGB value is (156,119,180).

  • red value is 156;
  • green value is 119;
  • blue value is 180.
RGB:
(156,119,180)
(61%,47%,71%)

RGB channels and saturation

R 156 of 255 = 61%
G 119 of 255 = 47%
B 180 of 255 = 71%

156
119
180

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

Portions of RGB colors in percentages

R + G + B =
156 + 119 + 180 = 455 (100%)
R 156 of 455 ~ 34.29%
G 119 of 455 ~ 26.15%
B 180 of 455 ~ 39.56%

%34.29
%26.15
%39.56

CMYK color model

#9C77B4 color CMYK value is (13,34,0,29).

  • cyan value is 13.33%
  • magenta value is 33.89%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(13,34,0,29)
C13M34Y0K29 
(13%,34%,0%,29%)
(0.13/0.34/0.00/0.29)	

CMYK percentages

%13.33
%33.89
%0
%29.41

Codes

Color #9C77B4 in popluar color models

9C77B4
RGB156119180
HSL276°28.91%58.63%
HSB/HSV276°33.89%70.59%
CMYK13.33%33.89%0.00%
29.41%

Color #9C77B4 in popluar number systems.

HEX9C77B4
Decimal156119180
Binary10011100111011110110100
Octal234167264

Shades and tints

Shades of #9C77B4

#9C77B4
(156,119,180)
#8E6DA4
(142,109,164)
#806394
(128,99,148)
#725984
(114,89,132)
#644F74
(100,79,116)
#564564
(86,69,100)
#483B54
(72,59,84)
#3A3144
(58,49,68)
#2C2734
(44,39,52)
#1E1D24
(30,29,36)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #9C77B4

#9C77B4
(156,119,180)
#A583BA
(165,131,186)
#AE8FC0
(174,143,192)
#B79BC6
(183,155,198)
#C0A7CC
(192,167,204)
#C9B3D2
(201,179,210)
#D2BFD8
(210,191,216)
#DBCBDE
(219,203,222)
#E4D7E4
(228,215,228)
#EDE3EA
(237,227,234)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C77B4 color. Also use rgb(156,119,180) instead hex code.

Text Font Color

.myTextColor { color: #9C77B4; }

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

This text font color is #9C77B4.


Background Color

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

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

This div background color is #9C77B4.


Border color

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

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

This div border color is #9C77B4.


Opacity

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

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

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

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

This text has shadow with #9C77B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C77B4 on black background.


Color preview on white background

This text has color #9C77B4 on white background.



Black color preview on #9C77B4 background

This text has black color on #9C77B4 background.


White color preview on #9C77B4 background

This text has white color on #9C77B4 background.