COLOR #9C87D9

HEX: #9C87D9 RGB: (156,135,217)

Color info

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

RGB color model

#9C87D9 color RGB value is (156,135,217).

RGB: (156,135,217) (61%, 53%, 85%)

RGB channels and saturation

R 156 of 255 = 61%
G 135 of 255 = 53%
B 217 of 255 = 85%

156
135
217

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

Portions of RGB colors in percentages

R + G + B = 156 + 135 + 217 = 508 (100%)
R 156 of 508 ~ 30.71%
G 135 of 508 ~ 26.57%
B 217 of 508 ~ 42.72'%

%30.71
%26.57
%42.72

CMYK color model

#9C87D9 color CMYK value is (28,38,0,15).

  • cyan value is 28.11%
  • magenta value is 37.79%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (28,38,0,15)
C28M38Y0K15 (28%, 38%, 0%, 15%)
(0.28 / 0.38 / 0.00 / 0.15)

CMYK percentages

%28.11
%37.79
%0
%14.9

Codes

Color #9C87D9 in popluar color models

9C 87 D9
RGB 156 135 217
HSL 255° 51.90% 69.02%
HSB/HSV 255° 37.79% 85.10%
CMYK 28.11% 37.79% 0.00%
14.90%

Color #9C87D9 in popluar number systems.

HEX 9C 87 D9
Decimal 156 135 217
Binary 10011100 10000111 11011001
Octal 234 207 331

Shades and tints

Shades of #9C87D9

#9C87D9
(156,135,217)
#8E7BC6
(142,123,198)
#806FB3
(128,111,179)
#7263A0
(114,99,160)
#64578D
(100,87,141)
#564B7A
(86,75,122)
#483F67
(72,63,103)
#3A3354
(58,51,84)
#2C2741
(44,39,65)
#1E1B2E
(30,27,46)
#100F1B
(16,15,27)
#000000
(0,0,0)

Tints of #9C87D9

#9C87D9
(156,135,217)
#A591DC
(165,145,220)
#AE9BDF
(174,155,223)
#B7A5E2
(183,165,226)
#C0AFE5
(192,175,229)
#C9B9E8
(201,185,232)
#D2C3EB
(210,195,235)
#DBCDEE
(219,205,238)
#E4D7F1
(228,215,241)
#EDE1F4
(237,225,244)
#F6EBF7
(246,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C87D9 color. Also use rgb(156,135,217) instead hex code.

Text Font Color

.myTextColor { color: #9C87D9; }

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

This text font color is #9C87D9.

Background Color

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

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

This div background color is #9C87D9.

Border color

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

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

This div border color is #9C87D9.

Opacity

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

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

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

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

This text has shadow with #9C87D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C87D9.

Preview

Color preview on black background

This text has color #9C87D9 on black background.


Color preview on white background

This text has color #9C87D9 on white background.


Black color preview on #9C87D9 background

This text has black color on #9C87D9 background.


White color preview on #9C87D9 background

This text has white color on #9C87D9 background.


Related colors

Complementary color

Complementary color for #hex is #637826.


I love getcolorcode.com

Triadic colors

1 #D99C87 and #87D99C with #9C87D9 are triadic colors.

2 #D9879C and #879CD9 with #9C87D9 are triadic colors.