COLOR #9B7899

HEX: #9B7899
RGB: (155,120,153)

Color info

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

RGB color model

#9B7899 color RGB value is (155,120,153).

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

RGB channels and saturation

R 155 of 255 = 61%
G 120 of 255 = 47%
B 153 of 255 = 60%

155
120
153

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

Portions of RGB colors in percentages

R + G + B =
155 + 120 + 153 = 428 (100%)
R 155 of 428 ~ 36.21%
G 120 of 428 ~ 28.04%
B 153 of 428 ~ 35.75%

%36.21
%28.04
%35.75

CMYK color model

#9B7899 color CMYK value is (0,23,1,39).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 1.29%
  • key color value is 39.22%
CMYK:
(0,23,1,39)
C0M23Y1K39 
(0%,23%,1%,39%)
(0.00/0.23/0.01/0.39)	

CMYK percentages

%0
%22.58
%1.29
%39.22

Codes

Color #9B7899 in popluar color models

9B7899
RGB155120153
HSL303°14.89%53.92%
HSB/HSV303°22.58%60.78%
CMYK0.00%22.58%1.29%
39.22%

Color #9B7899 in popluar number systems.

HEX9B7899
Decimal155120153
Binary10011011111100010011001
Octal233170231

Shades and tints

Shades of #9B7899

#9B7899
(155,120,153)
#8D6E8C
(141,110,140)
#7F647F
(127,100,127)
#715A72
(113,90,114)
#635065
(99,80,101)
#554658
(85,70,88)
#473C4B
(71,60,75)
#39323E
(57,50,62)
#2B2831
(43,40,49)
#1D1E24
(29,30,36)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #9B7899

#9B7899
(155,120,153)
#A484A2
(164,132,162)
#AD90AB
(173,144,171)
#B69CB4
(182,156,180)
#BFA8BD
(191,168,189)
#C8B4C6
(200,180,198)
#D1C0CF
(209,192,207)
#DACCD8
(218,204,216)
#E3D8E1
(227,216,225)
#ECE4EA
(236,228,234)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7899; }

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

This text font color is #9B7899.


Background Color

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

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

This div background color is #9B7899.


Border color

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

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

This div border color is #9B7899.


Opacity

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

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

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

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

This text has shadow with #9B7899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7899 on black background.


Color preview on white background

This text has color #9B7899 on white background.



Black color preview on #9B7899 background

This text has black color on #9B7899 background.


White color preview on #9B7899 background

This text has white color on #9B7899 background.