COLOR #9B87D7

HEX: #9B87D7
RGB: (155,135,215)

Color info

#9B87D7 contains mainly blue color. Web safe color of #9B87D7 is #9999CC (or #99C).

RGB color model

#9B87D7 color RGB value is (155,135,215).

  • red value is 155;
  • green value is 135;
  • blue value is 215.
RGB:
(155,135,215)
(61%,53%,84%)

RGB channels and saturation

R 155 of 255 = 61%
G 135 of 255 = 53%
B 215 of 255 = 84%

155
135
215

R + G + B ~ 66%. #9B87D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 135 + 215 = 505 (100%)
R 155 of 505 ~ 30.69%
G 135 of 505 ~ 26.73%
B 215 of 505 ~ 42.57%

%30.69
%26.73
%42.57

CMYK color model

#9B87D7 color CMYK value is (28,37,0,16).

  • cyan value is 27.91%
  • magenta value is 37.21%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(28,37,0,16)
C28M37Y0K16 
(28%,37%,0%,16%)
(0.28/0.37/0.00/0.16)	

CMYK percentages

%27.91
%37.21
%0
%15.69

Codes

Color #9B87D7 in popluar color models

9B87D7
RGB155135215
HSL255°50.00%68.63%
HSB/HSV255°37.21%84.31%
CMYK27.91%37.21%0.00%
15.69%

Color #9B87D7 in popluar number systems.

HEX9B87D7
Decimal155135215
Binary100110111000011111010111
Octal233207327

Shades and tints

Shades of #9B87D7

#9B87D7
(155,135,215)
#8D7BC4
(141,123,196)
#7F6FB1
(127,111,177)
#71639E
(113,99,158)
#63578B
(99,87,139)
#554B78
(85,75,120)
#473F65
(71,63,101)
#393352
(57,51,82)
#2B273F
(43,39,63)
#1D1B2C
(29,27,44)
#0F0F19
(15,15,25)
#000000
(0,0,0)

Tints of #9B87D7

#9B87D7
(155,135,215)
#A491DA
(164,145,218)
#AD9BDD
(173,155,221)
#B6A5E0
(182,165,224)
#BFAFE3
(191,175,227)
#C8B9E6
(200,185,230)
#D1C3E9
(209,195,233)
#DACDEC
(218,205,236)
#E3D7EF
(227,215,239)
#ECE1F2
(236,225,242)
#F5EBF5
(245,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B87D7; }

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

This text font color is #9B87D7.


Background Color

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

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

This div background color is #9B87D7.


Border color

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

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

This div border color is #9B87D7.


Opacity

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

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

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

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

This text has shadow with #9B87D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B87D7 on black background.


Color preview on white background

This text has color #9B87D7 on white background.



Black color preview on #9B87D7 background

This text has black color on #9B87D7 background.


White color preview on #9B87D7 background

This text has white color on #9B87D7 background.