COLOR #9D85D9

HEX: #9D85D9
RGB: (157,133,217)

Color info

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

RGB color model

#9D85D9 color RGB value is (157,133,217).

  • red value is 157;
  • green value is 133;
  • blue value is 217.
RGB:
(157,133,217)
(62%,52%,85%)

RGB channels and saturation

R 157 of 255 = 62%
G 133 of 255 = 52%
B 217 of 255 = 85%

157
133
217

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

Portions of RGB colors in percentages

R + G + B =
157 + 133 + 217 = 507 (100%)
R 157 of 507 ~ 30.97%
G 133 of 507 ~ 26.23%
B 217 of 507 ~ 42.8%

%30.97
%26.23
%42.8

CMYK color model

#9D85D9 color CMYK value is (28,39,0,15).

  • cyan value is 27.65%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(28,39,0,15)
C28M39Y0K15 
(28%,39%,0%,15%)
(0.28/0.39/0.00/0.15)	

CMYK percentages

%27.65
%38.71
%0
%14.9

Codes

Color #9D85D9 in popluar color models

9D85D9
RGB157133217
HSL257°52.50%68.63%
HSB/HSV257°38.71%85.10%
CMYK27.65%38.71%0.00%
14.90%

Color #9D85D9 in popluar number systems.

HEX9D85D9
Decimal157133217
Binary100111011000010111011001
Octal235205331

Shades and tints

Shades of #9D85D9

#9D85D9
(157,133,217)
#8F79C6
(143,121,198)
#816DB3
(129,109,179)
#7361A0
(115,97,160)
#65558D
(101,85,141)
#57497A
(87,73,122)
#493D67
(73,61,103)
#3B3154
(59,49,84)
#2D2541
(45,37,65)
#1F192E
(31,25,46)
#110D1B
(17,13,27)
#000000
(0,0,0)

Tints of #9D85D9

#9D85D9
(157,133,217)
#A590DC
(165,144,220)
#AD9BDF
(173,155,223)
#B5A6E2
(181,166,226)
#BDB1E5
(189,177,229)
#C5BCE8
(197,188,232)
#CDC7EB
(205,199,235)
#D5D2EE
(213,210,238)
#DDDDF1
(221,221,241)
#E5E8F4
(229,232,244)
#EDF3F7
(237,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D85D9 color. Also use rgb(157,133,217) instead hex code.

Text Font Color

.myTextColor { color: #9D85D9; }

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

This text font color is #9D85D9.


Background Color

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

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

This div background color is #9D85D9.


Border color

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

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

This div border color is #9D85D9.


Opacity

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

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

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

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

This text has shadow with #9D85D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D85D9 on black background.


Color preview on white background

This text has color #9D85D9 on white background.



Black color preview on #9D85D9 background

This text has black color on #9D85D9 background.


White color preview on #9D85D9 background

This text has white color on #9D85D9 background.