COLOR #9F87DC

HEX: #9F87DC RGB: (159,135,220)

Color info

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

RGB color model

#9F87DC color RGB value is (159,135,220).

RGB: (159,135,220) (62%, 53%, 86%)

RGB channels and saturation

R 159 of 255 = 62%
G 135 of 255 = 53%
B 220 of 255 = 86%

159
135
220

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

Portions of RGB colors in percentages

R + G + B = 159 + 135 + 220 = 514 (100%)
R 159 of 514 ~ 30.93%
G 135 of 514 ~ 26.26%
B 220 of 514 ~ 42.8'%

%30.93
%26.26
%42.8

CMYK color model

#9F87DC color CMYK value is (28,39,0,14).

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

CMYK: (28,39,0,14)
C28M39Y0K14 (28%, 39%, 0%, 14%)
(0.28 / 0.39 / 0.00 / 0.14)

CMYK percentages

%27.73
%38.64
%0
%13.73

Codes

Color #9F87DC in popluar color models

9F 87 DC
RGB 159 135 220
HSL 257° 54.84% 69.61%
HSB/HSV 257° 38.64% 86.27%
CMYK 27.73% 38.64% 0.00%
13.73%

Color #9F87DC in popluar number systems.

HEX 9F 87 DC
Decimal 159 135 220
Binary 10011111 10000111 11011100
Octal 237 207 334

Shades and tints

Shades of #9F87DC

#9F87DC
(159,135,220)
#917BC8
(145,123,200)
#836FB4
(131,111,180)
#7563A0
(117,99,160)
#67578C
(103,87,140)
#594B78
(89,75,120)
#4B3F64
(75,63,100)
#3D3350
(61,51,80)
#2F273C
(47,39,60)
#211B28
(33,27,40)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #9F87DC

#9F87DC
(159,135,220)
#A791DF
(167,145,223)
#AF9BE2
(175,155,226)
#B7A5E5
(183,165,229)
#BFAFE8
(191,175,232)
#C7B9EB
(199,185,235)
#CFC3EE
(207,195,238)
#D7CDF1
(215,205,241)
#DFD7F4
(223,215,244)
#E7E1F7
(231,225,247)
#EFEBFA
(239,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F87DC; }

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

This text font color is #9F87DC.

Background Color

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

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

This div background color is #9F87DC.

Border color

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

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

This div border color is #9F87DC.

Opacity

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

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

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

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

This text has shadow with #9F87DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F87DC.

Preview

Color preview on black background

This text has color #9F87DC on black background.


Color preview on white background

This text has color #9F87DC on white background.


Black color preview on #9F87DC background

This text has black color on #9F87DC background.


White color preview on #9F87DC background

This text has white color on #9F87DC background.


Related colors

Complementary color

Complementary color for #hex is #607823.


I love getcolorcode.com

Triadic colors

1 #DC9F87 and #87DC9F with #9F87DC are triadic colors.

2 #DC879F and #879FDC with #9F87DC are triadic colors.