COLOR #9C87DC

HEX: #9C87DC RGB: (156,135,220)

Color info

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

RGB color model

#9C87DC color RGB value is (156,135,220).

RGB: (156,135,220) (61%, 53%, 86%)

RGB channels and saturation

R 156 of 255 = 61%
G 135 of 255 = 53%
B 220 of 255 = 86%

156
135
220

R + G + B ~ 67%. #9C87DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 135 + 220 = 511 (100%)
R 156 of 511 ~ 30.53%
G 135 of 511 ~ 26.42%
B 220 of 511 ~ 43.05'%

%30.53
%26.42
%43.05

CMYK color model

#9C87DC color CMYK value is (29,39,0,14).

  • cyan value is 29.09%
  • magenta value is 38.64%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (29,39,0,14)
C29M39Y0K14 (29%, 39%, 0%, 14%)
(0.29 / 0.39 / 0.00 / 0.14)

CMYK percentages

%29.09
%38.64
%0
%13.73

Codes

Color #9C87DC in popluar color models

9C 87 DC
RGB 156 135 220
HSL 255° 54.84% 69.61%
HSB/HSV 255° 38.64% 86.27%
CMYK 29.09% 38.64% 0.00%
13.73%

Color #9C87DC in popluar number systems.

HEX 9C 87 DC
Decimal 156 135 220
Binary 10011100 10000111 11011100
Octal 234 207 334

Shades and tints

Shades of #9C87DC

#9C87DC
(156,135,220)
#8E7BC8
(142,123,200)
#806FB4
(128,111,180)
#7263A0
(114,99,160)
#64578C
(100,87,140)
#564B78
(86,75,120)
#483F64
(72,63,100)
#3A3350
(58,51,80)
#2C273C
(44,39,60)
#1E1B28
(30,27,40)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #9C87DC

#9C87DC
(156,135,220)
#A591DF
(165,145,223)
#AE9BE2
(174,155,226)
#B7A5E5
(183,165,229)
#C0AFE8
(192,175,232)
#C9B9EB
(201,185,235)
#D2C3EE
(210,195,238)
#DBCDF1
(219,205,241)
#E4D7F4
(228,215,244)
#EDE1F7
(237,225,247)
#F6EBFA
(246,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C87DC; }

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

This text font color is #9C87DC.

Background Color

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

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

This div background color is #9C87DC.

Border color

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

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

This div border color is #9C87DC.

Opacity

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

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

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

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

This text has shadow with #9C87DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C87DC.

Preview

Color preview on black background

This text has color #9C87DC on black background.


Color preview on white background

This text has color #9C87DC on white background.


Black color preview on #9C87DC background

This text has black color on #9C87DC background.


White color preview on #9C87DC background

This text has white color on #9C87DC background.


Related colors

Complementary color

Complementary color for #hex is #637823.


I love getcolorcode.com

Triadic colors

1 #DC9C87 and #87DC9C with #9C87DC are triadic colors.

2 #DC879C and #879CDC with #9C87DC are triadic colors.