COLOR #9B90BD

HEX: #9B90BD RGB: (155,144,189)

Color info

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

RGB color model

#9B90BD color RGB value is (155,144,189).

RGB: (155,144,189) (61%, 56%, 74%)

RGB channels and saturation

R 155 of 255 = 61%
G 144 of 255 = 56%
B 189 of 255 = 74%

155
144
189

R + G + B ~ 64%. #9B90BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 144 + 189 = 488 (100%)
R 155 of 488 ~ 31.76%
G 144 of 488 ~ 29.51%
B 189 of 488 ~ 38.73'%

%31.76
%29.51
%38.73

CMYK color model

#9B90BD color CMYK value is (18,24,0,26).

  • cyan value is 17.99%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (18,24,0,26) C18M24Y0K26 (18%,24%,0%,26%) (0.18/0.24/0.00/0.26) 

CMYK percentages

%17.99
%23.81
%0
%25.88

Codes

Color #9B90BD in popluar color models

9B 90 BD
RGB 155 144 189
HSL 255° 25.42% 65.29%
HSB/HSV 255° 23.81% 74.12%
CMYK 17.99% 23.81% 0.00%
25.88%

Color #9B90BD in popluar number systems.

HEX 9B 90 BD
Decimal 155 144 189
Binary 10011011 10010000 10111101
Octal 233 220 275

Shades and tints

Shades of #9B90BD

#9B90BD
(155,144,189)
#8D83AC
(141,131,172)
#7F769B
(127,118,155)
#71698A
(113,105,138)
#635C79
(99,92,121)
#554F68
(85,79,104)
#474257
(71,66,87)
#393546
(57,53,70)
#2B2835
(43,40,53)
#1D1B24
(29,27,36)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #9B90BD

#9B90BD
(155,144,189)
#A49AC3
(164,154,195)
#ADA4C9
(173,164,201)
#B6AECF
(182,174,207)
#BFB8D5
(191,184,213)
#C8C2DB
(200,194,219)
#D1CCE1
(209,204,225)
#DAD6E7
(218,214,231)
#E3E0ED
(227,224,237)
#ECEAF3
(236,234,243)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B90BD; }

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

This text font color is #9B90BD.

Background Color

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

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

This div background color is #9B90BD.

Border color

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

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

This div border color is #9B90BD.

Opacity

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

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

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

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

This text has shadow with #9B90BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B90BD.

Preview

Color preview on black background

This text has color #9B90BD on black background.


Color preview on white background

This text has color #9B90BD on white background.


Black color preview on #9B90BD background

This text has black color on #9B90BD background.


White color preview on #9B90BD background

This text has white color on #9B90BD background.


Related colors

Complementary color

Complementary color for #hex is #646F42.


I love getcolorcode.com

Triadic colors

1 #BD9B90 and #90BD9B with #9B90BD are triadic colors.

2 #BD909B and #909BBD with #9B90BD are triadic colors.