COLOR #9B89BD

HEX: #9B89BD RGB: (155,137,189)

Color info

#9B89BD contains red, green and blue colors in about the same proportion. Web safe color of #9B89BD is #9999CC (or #99C).

RGB color model

#9B89BD color RGB value is (155,137,189).

RGB: (155,137,189) (61%, 54%, 74%)

RGB channels and saturation

R 155 of 255 = 61%
G 137 of 255 = 54%
B 189 of 255 = 74%

155
137
189

R + G + B ~ 63%. #9B89BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 137 + 189 = 481 (100%)
R 155 of 481 ~ 32.22%
G 137 of 481 ~ 28.48%
B 189 of 481 ~ 39.29'%

%32.22
%28.48
%39.29

CMYK color model

#9B89BD color CMYK value is (18,28,0,26).

  • cyan value is 17.99%
  • magenta value is 27.51%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (18,28,0,26) C18M28Y0K26 (18%,28%,0%,26%) (0.18/0.28/0.00/0.26) 

CMYK percentages

%17.99
%27.51
%0
%25.88

Codes

Color #9B89BD in popluar color models

9B 89 BD
RGB 155 137 189
HSL 261° 28.26% 63.92%
HSB/HSV 261° 27.51% 74.12%
CMYK 17.99% 27.51% 0.00%
25.88%

Color #9B89BD in popluar number systems.

HEX 9B 89 BD
Decimal 155 137 189
Binary 10011011 10001001 10111101
Octal 233 211 275

Shades and tints

Shades of #9B89BD

#9B89BD
(155,137,189)
#8D7DAC
(141,125,172)
#7F719B
(127,113,155)
#71658A
(113,101,138)
#635979
(99,89,121)
#554D68
(85,77,104)
#474157
(71,65,87)
#393546
(57,53,70)
#2B2935
(43,41,53)
#1D1D24
(29,29,36)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #9B89BD

#9B89BD
(155,137,189)
#A493C3
(164,147,195)
#AD9DC9
(173,157,201)
#B6A7CF
(182,167,207)
#BFB1D5
(191,177,213)
#C8BBDB
(200,187,219)
#D1C5E1
(209,197,225)
#DACFE7
(218,207,231)
#E3D9ED
(227,217,237)
#ECE3F3
(236,227,243)
#F5EDF9
(245,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B89BD color. Also use rgb(155,137,189) instead hex code.

Text Font Color

.myTextColor { color: #9B89BD; }

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

This text font color is #9B89BD.

Background Color

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

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

This div background color is #9B89BD.

Border color

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

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

This div border color is #9B89BD.

Opacity

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

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

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

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

This text has shadow with #9B89BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B89BD.

Preview

Color preview on black background

This text has color #9B89BD on black background.


Color preview on white background

This text has color #9B89BD on white background.


Black color preview on #9B89BD background

This text has black color on #9B89BD background.


White color preview on #9B89BD background

This text has white color on #9B89BD background.


Related colors

Complementary color

Complementary color for #hex is #647642.


I love getcolorcode.com

Triadic colors

1 #BD9B89 and #89BD9B with #9B89BD are triadic colors.

2 #BD899B and #899BBD with #9B89BD are triadic colors.