COLOR #9D87CE

HEX: #9D87CE
RGB: (157,135,206)

Color info

#9D87CE contains mainly red and blue colors. Web safe color of #9D87CE is #9999CC (or #99C).

RGB color model

#9D87CE color RGB value is (157,135,206).

  • red value is 157;
  • green value is 135;
  • blue value is 206.
RGB:
(157,135,206)
(62%,53%,81%)

RGB channels and saturation

R 157 of 255 = 62%
G 135 of 255 = 53%
B 206 of 255 = 81%

157
135
206

R + G + B ~ 65%. #9D87CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 135 + 206 = 498 (100%)
R 157 of 498 ~ 31.53%
G 135 of 498 ~ 27.11%
B 206 of 498 ~ 41.37%

%31.53
%27.11
%41.37

CMYK color model

#9D87CE color CMYK value is (24,34,0,19).

  • cyan value is 23.79%
  • magenta value is 34.47%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(24,34,0,19)
C24M34Y0K19 
(24%,34%,0%,19%)
(0.24/0.34/0.00/0.19)	

CMYK percentages

%23.79
%34.47
%0
%19.22

Codes

Color #9D87CE in popluar color models

9D87CE
RGB157135206
HSL259°42.01%66.86%
HSB/HSV259°34.47%80.78%
CMYK23.79%34.47%0.00%
19.22%

Color #9D87CE in popluar number systems.

HEX9D87CE
Decimal157135206
Binary100111011000011111001110
Octal235207316

Shades and tints

Shades of #9D87CE

#9D87CE
(157,135,206)
#8F7BBC
(143,123,188)
#816FAA
(129,111,170)
#736398
(115,99,152)
#655786
(101,87,134)
#574B74
(87,75,116)
#493F62
(73,63,98)
#3B3350
(59,51,80)
#2D273E
(45,39,62)
#1F1B2C
(31,27,44)
#110F1A
(17,15,26)
#000000
(0,0,0)

Tints of #9D87CE

#9D87CE
(157,135,206)
#A591D2
(165,145,210)
#AD9BD6
(173,155,214)
#B5A5DA
(181,165,218)
#BDAFDE
(189,175,222)
#C5B9E2
(197,185,226)
#CDC3E6
(205,195,230)
#D5CDEA
(213,205,234)
#DDD7EE
(221,215,238)
#E5E1F2
(229,225,242)
#EDEBF6
(237,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D87CE color. Also use rgb(157,135,206) instead hex code.

Text Font Color

.myTextColor { color: #9D87CE; }

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

This text font color is #9D87CE.


Background Color

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

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

This div background color is #9D87CE.


Border color

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

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

This div border color is #9D87CE.


Opacity

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

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

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

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

This text has shadow with #9D87CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D87CE on black background.


Color preview on white background

This text has color #9D87CE on white background.



Black color preview on #9D87CE background

This text has black color on #9D87CE background.


White color preview on #9D87CE background

This text has white color on #9D87CE background.