COLOR #9B7894

HEX: #9B7894
RGB: (155,120,148)

Color info

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

RGB color model

#9B7894 color RGB value is (155,120,148).

  • red value is 155;
  • green value is 120;
  • blue value is 148.
RGB:
(155,120,148)
(61%,47%,58%)

RGB channels and saturation

R 155 of 255 = 61%
G 120 of 255 = 47%
B 148 of 255 = 58%

155
120
148

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

Portions of RGB colors in percentages

R + G + B =
155 + 120 + 148 = 423 (100%)
R 155 of 423 ~ 36.64%
G 120 of 423 ~ 28.37%
B 148 of 423 ~ 34.99%

%36.64
%28.37
%34.99

CMYK color model

#9B7894 color CMYK value is (0,23,5,39).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 4.52%
  • key color value is 39.22%
CMYK:
(0,23,5,39)
C0M23Y5K39 
(0%,23%,5%,39%)
(0.00/0.23/0.05/0.39)	

CMYK percentages

%0
%22.58
%4.52
%39.22

Codes

Color #9B7894 in popluar color models

9B7894
RGB155120148
HSL312°14.89%53.92%
HSB/HSV312°22.58%60.78%
CMYK0.00%22.58%4.52%
39.22%

Color #9B7894 in popluar number systems.

HEX9B7894
Decimal155120148
Binary10011011111100010010100
Octal233170224

Shades and tints

Shades of #9B7894

#9B7894
(155,120,148)
#8D6E87
(141,110,135)
#7F647A
(127,100,122)
#715A6D
(113,90,109)
#635060
(99,80,96)
#554653
(85,70,83)
#473C46
(71,60,70)
#393239
(57,50,57)
#2B282C
(43,40,44)
#1D1E1F
(29,30,31)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #9B7894

#9B7894
(155,120,148)
#A4849D
(164,132,157)
#AD90A6
(173,144,166)
#B69CAF
(182,156,175)
#BFA8B8
(191,168,184)
#C8B4C1
(200,180,193)
#D1C0CA
(209,192,202)
#DACCD3
(218,204,211)
#E3D8DC
(227,216,220)
#ECE4E5
(236,228,229)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7894 color. Also use rgb(155,120,148) instead hex code.

Text Font Color

.myTextColor { color: #9B7894; }

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

This text font color is #9B7894.


Background Color

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

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

This div background color is #9B7894.


Border color

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

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

This div border color is #9B7894.


Opacity

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

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

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

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

This text has shadow with #9B7894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7894 on black background.


Color preview on white background

This text has color #9B7894 on white background.



Black color preview on #9B7894 background

This text has black color on #9B7894 background.


White color preview on #9B7894 background

This text has white color on #9B7894 background.