COLOR #9770B1

HEX: #9770B1
RGB: (151,112,177)

Color info

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

RGB color model

#9770B1 color RGB value is (151,112,177).

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

RGB channels and saturation

R 151 of 255 = 59%
G 112 of 255 = 44%
B 177 of 255 = 69%

151
112
177

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

Portions of RGB colors in percentages

R + G + B =
151 + 112 + 177 = 440 (100%)
R 151 of 440 ~ 34.32%
G 112 of 440 ~ 25.45%
B 177 of 440 ~ 40.23%

%34.32
%25.45
%40.23

CMYK color model

#9770B1 color CMYK value is (15,37,0,31).

  • cyan value is 14.69%
  • magenta value is 36.72%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(15,37,0,31)
C15M37Y0K31 
(15%,37%,0%,31%)
(0.15/0.37/0.00/0.31)	

CMYK percentages

%14.69
%36.72
%0
%30.59

Codes

Color #9770B1 in popluar color models

9770B1
RGB151112177
HSL276°29.41%56.67%
HSB/HSV276°36.72%69.41%
CMYK14.69%36.72%0.00%
30.59%

Color #9770B1 in popluar number systems.

HEX9770B1
Decimal151112177
Binary10010111111000010110001
Octal227160261

Shades and tints

Shades of #9770B1

#9770B1
(151,112,177)
#8A66A1
(138,102,161)
#7D5C91
(125,92,145)
#705281
(112,82,129)
#634871
(99,72,113)
#563E61
(86,62,97)
#493451
(73,52,81)
#3C2A41
(60,42,65)
#2F2031
(47,32,49)
#221621
(34,22,33)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #9770B1

#9770B1
(151,112,177)
#A07DB8
(160,125,184)
#A98ABF
(169,138,191)
#B297C6
(178,151,198)
#BBA4CD
(187,164,205)
#C4B1D4
(196,177,212)
#CDBEDB
(205,190,219)
#D6CBE2
(214,203,226)
#DFD8E9
(223,216,233)
#E8E5F0
(232,229,240)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9770B1; }

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

This text font color is #9770B1.


Background Color

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

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

This div background color is #9770B1.


Border color

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

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

This div border color is #9770B1.


Opacity

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

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

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

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

This text has shadow with #9770B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9770B1 on black background.


Color preview on white background

This text has color #9770B1 on white background.



Black color preview on #9770B1 background

This text has black color on #9770B1 background.


White color preview on #9770B1 background

This text has white color on #9770B1 background.