COLOR #9776B1

HEX: #9776B1
RGB: (151,118,177)

Color info

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

RGB color model

#9776B1 color RGB value is (151,118,177).

  • red value is 151;
  • green value is 118;
  • blue value is 177.
RGB:
(151,118,177)
(59%,46%,69%)

RGB channels and saturation

R 151 of 255 = 59%
G 118 of 255 = 46%
B 177 of 255 = 69%

151
118
177

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

Portions of RGB colors in percentages

R + G + B =
151 + 118 + 177 = 446 (100%)
R 151 of 446 ~ 33.86%
G 118 of 446 ~ 26.46%
B 177 of 446 ~ 39.69%

%33.86
%26.46
%39.69

CMYK color model

#9776B1 color CMYK value is (15,33,0,31).

  • cyan value is 14.69%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(15,33,0,31)
C15M33Y0K31 
(15%,33%,0%,31%)
(0.15/0.33/0.00/0.31)	

CMYK percentages

%14.69
%33.33
%0
%30.59

Codes

Color #9776B1 in popluar color models

9776B1
RGB151118177
HSL274°27.44%57.84%
HSB/HSV274°33.33%69.41%
CMYK14.69%33.33%0.00%
30.59%

Color #9776B1 in popluar number systems.

HEX9776B1
Decimal151118177
Binary10010111111011010110001
Octal227166261

Shades and tints

Shades of #9776B1

#9776B1
(151,118,177)
#8A6CA1
(138,108,161)
#7D6291
(125,98,145)
#705881
(112,88,129)
#634E71
(99,78,113)
#564461
(86,68,97)
#493A51
(73,58,81)
#3C3041
(60,48,65)
#2F2631
(47,38,49)
#221C21
(34,28,33)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #9776B1

#9776B1
(151,118,177)
#A082B8
(160,130,184)
#A98EBF
(169,142,191)
#B29AC6
(178,154,198)
#BBA6CD
(187,166,205)
#C4B2D4
(196,178,212)
#CDBEDB
(205,190,219)
#D6CAE2
(214,202,226)
#DFD6E9
(223,214,233)
#E8E2F0
(232,226,240)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9776B1 color. Also use rgb(151,118,177) instead hex code.

Text Font Color

.myTextColor { color: #9776B1; }

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

This text font color is #9776B1.


Background Color

.myBgColor { background-color: #9776B1; }

<div style="background-color:#9776B1">Inner text</div>

This div background color is #9776B1.


Border color

.myBorderColor { border: 1px solid #9776B1; }

<div style="border:3px solid #9776B1">Div</div>

This div border color is #9776B1.


Opacity

.myOpacity80 { color: #9776B1; opacity: 0.8; }

<p style="color:#9776B1;opacity:0.8;">80%</p>

Text with #9776B1 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 #9776B1;}

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

This text has shadow with #9776B1 color.

.textShadow {text-shadow: 3px 3px 1px #9776B1, 3px 3px 1px red;}

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

This text has shadow with #9776B1 primary color and red secondary color.


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

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

This text has shadow with #9776B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9776B1 on black background.


Color preview on white background

This text has color #9776B1 on white background.



Black color preview on #9776B1 background

This text has black color on #9776B1 background.


White color preview on #9776B1 background

This text has white color on #9776B1 background.