COLOR #9B87BF

HEX: #9B87BF RGB: (155,135,191)

Color info

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

RGB color model

#9B87BF color RGB value is (155,135,191).

RGB: (155,135,191) (61%, 53%, 75%)

RGB channels and saturation

R 155 of 255 = 61%
G 135 of 255 = 53%
B 191 of 255 = 75%

155
135
191

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

Portions of RGB colors in percentages

R + G + B = 155 + 135 + 191 = 481 (100%)
R 155 of 481 ~ 32.22%
G 135 of 481 ~ 28.07%
B 191 of 481 ~ 39.71'%

%32.22
%28.07
%39.71

CMYK color model

#9B87BF color CMYK value is (19,29,0,25).

  • cyan value is 18.85%
  • magenta value is 29.32%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (19,29,0,25)
C19M29Y0K25 (19%, 29%, 0%, 25%)
(0.19 / 0.29 / 0.00 / 0.25)

CMYK percentages

%18.85
%29.32
%0
%25.1

Codes

Color #9B87BF in popluar color models

9B 87 BF
RGB 155 135 191
HSL 261° 30.43% 63.92%
HSB/HSV 261° 29.32% 74.90%
CMYK 18.85% 29.32% 0.00%
25.10%

Color #9B87BF in popluar number systems.

HEX 9B 87 BF
Decimal 155 135 191
Binary 10011011 10000111 10111111
Octal 233 207 277

Shades and tints

Shades of #9B87BF

#9B87BF
(155,135,191)
#8D7BAE
(141,123,174)
#7F6F9D
(127,111,157)
#71638C
(113,99,140)
#63577B
(99,87,123)
#554B6A
(85,75,106)
#473F59
(71,63,89)
#393348
(57,51,72)
#2B2737
(43,39,55)
#1D1B26
(29,27,38)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #9B87BF

#9B87BF
(155,135,191)
#A491C4
(164,145,196)
#AD9BC9
(173,155,201)
#B6A5CE
(182,165,206)
#BFAFD3
(191,175,211)
#C8B9D8
(200,185,216)
#D1C3DD
(209,195,221)
#DACDE2
(218,205,226)
#E3D7E7
(227,215,231)
#ECE1EC
(236,225,236)
#F5EBF1
(245,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B87BF color. Also use rgb(155,135,191) instead hex code.

Text Font Color

.myTextColor { color: #9B87BF; }

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

This text font color is #9B87BF.

Background Color

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

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

This div background color is #9B87BF.

Border color

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

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

This div border color is #9B87BF.

Opacity

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

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

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

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

This text has shadow with #9B87BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B87BF.

Preview

Color preview on black background

This text has color #9B87BF on black background.


Color preview on white background

This text has color #9B87BF on white background.


Black color preview on #9B87BF background

This text has black color on #9B87BF background.


White color preview on #9B87BF background

This text has white color on #9B87BF background.


Related colors

Complementary color

Complementary color for #hex is #647840.


I love getcolorcode.com

Triadic colors

1 #BF9B87 and #87BF9B with #9B87BF are triadic colors.

2 #BF879B and #879BBF with #9B87BF are triadic colors.