COLOR #9B89BB

HEX: #9B89BB RGB: (155,137,187)

Color info

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

RGB color model

#9B89BB color RGB value is (155,137,187).

RGB: (155,137,187) (61%, 54%, 73%)

RGB channels and saturation

R 155 of 255 = 61%
G 137 of 255 = 54%
B 187 of 255 = 73%

155
137
187

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

Portions of RGB colors in percentages

R + G + B = 155 + 137 + 187 = 479 (100%)
R 155 of 479 ~ 32.36%
G 137 of 479 ~ 28.6%
B 187 of 479 ~ 39.04'%

%32.36
%28.6
%39.04

CMYK color model

#9B89BB color CMYK value is (17,27,0,27).

  • cyan value is 17.11%
  • magenta value is 26.74%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (17,27,0,27)
C17M27Y0K27 (17%, 27%, 0%, 27%)
(0.17 / 0.27 / 0.00 / 0.27)

CMYK percentages

%17.11
%26.74
%0
%26.67

Codes

Color #9B89BB in popluar color models

9B 89 BB
RGB 155 137 187
HSL 262° 26.88% 63.53%
HSB/HSV 262° 26.74% 73.33%
CMYK 17.11% 26.74% 0.00%
26.67%

Color #9B89BB in popluar number systems.

HEX 9B 89 BB
Decimal 155 137 187
Binary 10011011 10001001 10111011
Octal 233 211 273

Shades and tints

Shades of #9B89BB

#9B89BB
(155,137,187)
#8D7DAA
(141,125,170)
#7F7199
(127,113,153)
#716588
(113,101,136)
#635977
(99,89,119)
#554D66
(85,77,102)
#474155
(71,65,85)
#393544
(57,53,68)
#2B2933
(43,41,51)
#1D1D22
(29,29,34)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #9B89BB

#9B89BB
(155,137,187)
#A493C1
(164,147,193)
#AD9DC7
(173,157,199)
#B6A7CD
(182,167,205)
#BFB1D3
(191,177,211)
#C8BBD9
(200,187,217)
#D1C5DF
(209,197,223)
#DACFE5
(218,207,229)
#E3D9EB
(227,217,235)
#ECE3F1
(236,227,241)
#F5EDF7
(245,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B89BB; }

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

This text font color is #9B89BB.

Background Color

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

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

This div background color is #9B89BB.

Border color

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

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

This div border color is #9B89BB.

Opacity

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

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

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

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

This text has shadow with #9B89BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B89BB.

Preview

Color preview on black background

This text has color #9B89BB on black background.


Color preview on white background

This text has color #9B89BB on white background.


Black color preview on #9B89BB background

This text has black color on #9B89BB background.


White color preview on #9B89BB background

This text has white color on #9B89BB background.


Related colors

Complementary color

Complementary color for #hex is #647644.


I love getcolorcode.com

Triadic colors

1 #BB9B89 and #89BB9B with #9B89BB are triadic colors.

2 #BB899B and #899BBB with #9B89BB are triadic colors.