COLOR #9B7380

HEX: #9B7380
RGB: (155,115,128)

Color info

#9B7380 contains red, green and blue colors in about the same proportion. Web safe color of #9B7380 is #996666 (or #966).

RGB color model

#9B7380 color RGB value is (155,115,128).

  • red value is 155;
  • green value is 115;
  • blue value is 128.
RGB: (155,115,128) (61%,45%,50%)

RGB channels and saturation

R 155 of 255 = 61%
G 115 of 255 = 45%
B 128 of 255 = 50%

155
115
128

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

Portions of RGB colors in percentages

R + G + B =
155 + 115 + 128 = 398 (100%)
R 155 of 398 ~ 38.94%
G 115 of 398 ~ 28.89%
B 128 of 398 ~ 32.16%

%38.94
%28.89
%32.16

CMYK color model

#9B7380 color CMYK value is (0,26,17,39).

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 17.42%
  • key color value is 39.22%
CMYK: (0,26,17,39) C0M26Y17K39 (0%,26%,17%,39%) (0.00/0.26/0.17/0.39)

CMYK percentages

%0
%25.81
%17.42
%39.22

Codes

Color #9B7380 in popluar color models

9B7380
RGB155115128
HSL341°16.67%52.94%
HSB/HSV341°25.81%60.78%
CMYK0.00%25.81%17.42%
39.22%

Color #9B7380 in popluar number systems.

HEX9B7380
Decimal155115128
Binary10011011111001110000000
Octal233163200

Shades and tints

Shades of #9B7380

#9B7380
(155,115,128)
#8D6975
(141,105,117)
#7F5F6A
(127,95,106)
#71555F
(113,85,95)
#634B54
(99,75,84)
#554149
(85,65,73)
#47373E
(71,55,62)
#392D33
(57,45,51)
#2B2328
(43,35,40)
#1D191D
(29,25,29)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #9B7380

#9B7380
(155,115,128)
#A47F8B
(164,127,139)
#AD8B96
(173,139,150)
#B697A1
(182,151,161)
#BFA3AC
(191,163,172)
#C8AFB7
(200,175,183)
#D1BBC2
(209,187,194)
#DAC7CD
(218,199,205)
#E3D3D8
(227,211,216)
#ECDFE3
(236,223,227)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7380 color. Also use rgb(155,115,128) instead hex code.

Text Font Color

.myTextColor { color: #9B7380; }

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

This text font color is #9B7380.


Background Color

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

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

This div background color is #9B7380.


Border color

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

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

This div border color is #9B7380.


Opacity

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

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

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

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

This text has shadow with #9B7380 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9B7380 on black background.


Color preview on white background

This text has color #9B7380 on white background.



Black color preview on #9B7380 background

This text has black color on #9B7380 background.


White color preview on #9B7380 background

This text has white color on #9B7380 background.