COLOR #9B7893

HEX: #9B7893
RGB: (155,120,147)

Color info

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

RGB color model

#9B7893 color RGB value is (155,120,147).

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

RGB channels and saturation

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

155
120
147

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

Portions of RGB colors in percentages

R + G + B =
155 + 120 + 147 = 422 (100%)
R 155 of 422 ~ 36.73%
G 120 of 422 ~ 28.44%
B 147 of 422 ~ 34.83%

%36.73
%28.44
%34.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 5.16%
  • 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
%5.16
%39.22

Codes

Color #9B7893 in popluar color models

9B7893
RGB155120147
HSL314°14.89%53.92%
HSB/HSV314°22.58%60.78%
CMYK0.00%22.58%5.16%
39.22%

Color #9B7893 in popluar number systems.

HEX9B7893
Decimal155120147
Binary10011011111100010010011
Octal233170223

Shades and tints

Shades of #9B7893

#9B7893
(155,120,147)
#8D6E86
(141,110,134)
#7F6479
(127,100,121)
#715A6C
(113,90,108)
#63505F
(99,80,95)
#554652
(85,70,82)
#473C45
(71,60,69)
#393238
(57,50,56)
#2B282B
(43,40,43)
#1D1E1E
(29,30,30)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #9B7893

#9B7893
(155,120,147)
#A4849C
(164,132,156)
#AD90A5
(173,144,165)
#B69CAE
(182,156,174)
#BFA8B7
(191,168,183)
#C8B4C0
(200,180,192)
#D1C0C9
(209,192,201)
#DACCD2
(218,204,210)
#E3D8DB
(227,216,219)
#ECE4E4
(236,228,228)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7893; }

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

This text font color is #9B7893.


Background Color

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

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

This div background color is #9B7893.


Border color

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

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

This div border color is #9B7893.


Opacity

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

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

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

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

This text has shadow with #9B7893 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9B7893 on black background.


Color preview on white background

This text has color #9B7893 on white background.



Black color preview on #9B7893 background

This text has black color on #9B7893 background.


White color preview on #9B7893 background

This text has white color on #9B7893 background.