COLOR #9B7482

HEX: #9B7482
RGB: (155,116,130)

Color info

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

RGB color model

#9B7482 color RGB value is (155,116,130).

  • red value is 155;
  • green value is 116;
  • blue value is 130.
RGB:
(155,116,130)
(61%,45%,51%)

RGB channels and saturation

R 155 of 255 = 61%
G 116 of 255 = 45%
B 130 of 255 = 51%

155
116
130

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

Portions of RGB colors in percentages

R + G + B =
155 + 116 + 130 = 401 (100%)
R 155 of 401 ~ 38.65%
G 116 of 401 ~ 28.93%
B 130 of 401 ~ 32.42%

%38.65
%28.93
%32.42

CMYK color model

#9B7482 color CMYK value is (0,25,16,39).

  • cyan value is 0.00%
  • magenta value is 25.16%
  • yellow value is 16.13%
  • key color value is 39.22%
CMYK:
(0,25,16,39)
C0M25Y16K39 
(0%,25%,16%,39%)
(0.00/0.25/0.16/0.39)	

CMYK percentages

%0
%25.16
%16.13
%39.22

Codes

Color #9B7482 in popluar color models

9B7482
RGB155116130
HSL338°16.32%53.14%
HSB/HSV338°25.16%60.78%
CMYK0.00%25.16%16.13%
39.22%

Color #9B7482 in popluar number systems.

HEX9B7482
Decimal155116130
Binary10011011111010010000010
Octal233164202

Shades and tints

Shades of #9B7482

#9B7482
(155,116,130)
#8D6A77
(141,106,119)
#7F606C
(127,96,108)
#715661
(113,86,97)
#634C56
(99,76,86)
#55424B
(85,66,75)
#473840
(71,56,64)
#392E35
(57,46,53)
#2B242A
(43,36,42)
#1D1A1F
(29,26,31)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #9B7482

#9B7482
(155,116,130)
#A4808D
(164,128,141)
#AD8C98
(173,140,152)
#B698A3
(182,152,163)
#BFA4AE
(191,164,174)
#C8B0B9
(200,176,185)
#D1BCC4
(209,188,196)
#DAC8CF
(218,200,207)
#E3D4DA
(227,212,218)
#ECE0E5
(236,224,229)
#F5ECF0
(245,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7482 color. Also use rgb(155,116,130) instead hex code.

Text Font Color

.myTextColor { color: #9B7482; }

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

This text font color is #9B7482.


Background Color

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

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

This div background color is #9B7482.


Border color

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

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

This div border color is #9B7482.


Opacity

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

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

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

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

This text has shadow with #9B7482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7482 on black background.


Color preview on white background

This text has color #9B7482 on white background.



Black color preview on #9B7482 background

This text has black color on #9B7482 background.


White color preview on #9B7482 background

This text has white color on #9B7482 background.