COLOR #9D89C0

HEX: #9D89C0
RGB: (157,137,192)

Color info

#9D89C0 contains red, green and blue colors in about the same proportion. Web safe color of #9D89C0 is #9999CC (or #99C).

RGB color model

#9D89C0 color RGB value is (157,137,192).

  • red value is 157;
  • green value is 137;
  • blue value is 192.
RGB:
(157,137,192)
(62%,54%,75%)

RGB channels and saturation

R 157 of 255 = 62%
G 137 of 255 = 54%
B 192 of 255 = 75%

157
137
192

R + G + B ~ 64%. #9D89C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 137 + 192 = 486 (100%)
R 157 of 486 ~ 32.3%
G 137 of 486 ~ 28.19%
B 192 of 486 ~ 39.51%

%32.3
%28.19
%39.51

CMYK color model

#9D89C0 color CMYK value is (18,29,0,25).

  • cyan value is 18.23%
  • magenta value is 28.65%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(18,29,0,25)
C18M29Y0K25 
(18%,29%,0%,25%)
(0.18/0.29/0.00/0.25)	

CMYK percentages

%18.23
%28.65
%0
%24.71

Codes

Color #9D89C0 in popluar color models

9D89C0
RGB157137192
HSL262°30.39%64.51%
HSB/HSV262°28.65%75.29%
CMYK18.23%28.65%0.00%
24.71%

Color #9D89C0 in popluar number systems.

HEX9D89C0
Decimal157137192
Binary100111011000100111000000
Octal235211300

Shades and tints

Shades of #9D89C0

#9D89C0
(157,137,192)
#8F7DAF
(143,125,175)
#81719E
(129,113,158)
#73658D
(115,101,141)
#65597C
(101,89,124)
#574D6B
(87,77,107)
#49415A
(73,65,90)
#3B3549
(59,53,73)
#2D2938
(45,41,56)
#1F1D27
(31,29,39)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #9D89C0

#9D89C0
(157,137,192)
#A593C5
(165,147,197)
#AD9DCA
(173,157,202)
#B5A7CF
(181,167,207)
#BDB1D4
(189,177,212)
#C5BBD9
(197,187,217)
#CDC5DE
(205,197,222)
#D5CFE3
(213,207,227)
#DDD9E8
(221,217,232)
#E5E3ED
(229,227,237)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D89C0 color. Also use rgb(157,137,192) instead hex code.

Text Font Color

.myTextColor { color: #9D89C0; }

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

This text font color is #9D89C0.


Background Color

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

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

This div background color is #9D89C0.


Border color

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

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

This div border color is #9D89C0.


Opacity

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

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

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

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

This text has shadow with #9D89C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D89C0 on black background.


Color preview on white background

This text has color #9D89C0 on white background.



Black color preview on #9D89C0 background

This text has black color on #9D89C0 background.


White color preview on #9D89C0 background

This text has white color on #9D89C0 background.