COLOR #9B739D

HEX: #9B739D RGB: (155,115,157)

Color info

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

RGB color model

#9B739D color RGB value is (155,115,157).

RGB: (155,115,157) (61%, 45%, 62%)

RGB channels and saturation

R 155 of 255 = 61%
G 115 of 255 = 45%
B 157 of 255 = 62%

155
115
157

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

Portions of RGB colors in percentages

R + G + B = 155 + 115 + 157 = 427 (100%)
R 155 of 427 ~ 36.3%
G 115 of 427 ~ 26.93%
B 157 of 427 ~ 36.77'%

%36.3
%26.93
%36.77

CMYK color model

#9B739D color CMYK value is (1,27,0,38).

  • cyan value is 1.27%
  • magenta value is 26.75%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (1,27,0,38)
C1M27Y0K38 (1%, 27%, 0%, 38%)
(0.01 / 0.27 / 0.00 / 0.38)

CMYK percentages

%1.27
%26.75
%0
%38.43

Codes

Color #9B739D in popluar color models

9B 73 9D
RGB 155 115 157
HSL 297° 17.65% 53.33%
HSB/HSV 297° 26.75% 61.57%
CMYK 1.27% 26.75% 0.00%
38.43%

Color #9B739D in popluar number systems.

HEX 9B 73 9D
Decimal 155 115 157
Binary 10011011 1110011 10011101
Octal 233 163 235

Shades and tints

Shades of #9B739D

#9B739D
(155,115,157)
#8D698F
(141,105,143)
#7F5F81
(127,95,129)
#715573
(113,85,115)
#634B65
(99,75,101)
#554157
(85,65,87)
#473749
(71,55,73)
#392D3B
(57,45,59)
#2B232D
(43,35,45)
#1D191F
(29,25,31)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #9B739D

#9B739D
(155,115,157)
#A47FA5
(164,127,165)
#AD8BAD
(173,139,173)
#B697B5
(182,151,181)
#BFA3BD
(191,163,189)
#C8AFC5
(200,175,197)
#D1BBCD
(209,187,205)
#DAC7D5
(218,199,213)
#E3D3DD
(227,211,221)
#ECDFE5
(236,223,229)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B739D; }

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

This text font color is #9B739D.

Background Color

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

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

This div background color is #9B739D.

Border color

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

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

This div border color is #9B739D.

Opacity

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

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

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

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

This text has shadow with #9B739D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B739D.

Preview

Color preview on black background

This text has color #9B739D on black background.


Color preview on white background

This text has color #9B739D on white background.


Black color preview on #9B739D background

This text has black color on #9B739D background.


White color preview on #9B739D background

This text has white color on #9B739D background.


Related colors

Complementary color

Complementary color for #hex is #648C62.


I love getcolorcode.com

Triadic colors

1 #9D9B73 and #739D9B with #9B739D are triadic colors.

2 #9D739B and #739B9D with #9B739D are triadic colors.