COLOR #9D6487

HEX: #9D6487
RGB: (157,100,135)

Color info

#9D6487 contains red, green and blue colors in about the same proportion. Web safe color of #9D6487 is #996699 (or #969).

RGB color model

#9D6487 color RGB value is (157,100,135).

  • red value is 157;
  • green value is 100;
  • blue value is 135.
RGB:
(157,100,135)
(62%,39%,53%)

RGB channels and saturation

R 157 of 255 = 62%
G 100 of 255 = 39%
B 135 of 255 = 53%

157
100
135

R + G + B ~ 51%. #9D6487 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 100 + 135 = 392 (100%)
R 157 of 392 ~ 40.05%
G 100 of 392 ~ 25.51%
B 135 of 392 ~ 34.44%

%40.05
%25.51
%34.44

CMYK color model

#9D6487 color CMYK value is (0,36,14,38).

  • cyan value is 0.00%
  • magenta value is 36.31%
  • yellow value is 14.01%
  • key color value is 38.43%
CMYK:
(0,36,14,38)
C0M36Y14K38 
(0%,36%,14%,38%)
(0.00/0.36/0.14/0.38)	

CMYK percentages

%0
%36.31
%14.01
%38.43

Codes

Color #9D6487 in popluar color models

9D6487
RGB157100135
HSL323°22.53%50.39%
HSB/HSV323°36.31%61.57%
CMYK0.00%36.31%14.01%
38.43%

Color #9D6487 in popluar number systems.

HEX9D6487
Decimal157100135
Binary10011101110010010000111
Octal235144207

Shades and tints

Shades of #9D6487

#9D6487
(157,100,135)
#8F5B7B
(143,91,123)
#81526F
(129,82,111)
#734963
(115,73,99)
#654057
(101,64,87)
#57374B
(87,55,75)
#492E3F
(73,46,63)
#3B2533
(59,37,51)
#2D1C27
(45,28,39)
#1F131B
(31,19,27)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #9D6487

#9D6487
(157,100,135)
#A57291
(165,114,145)
#AD809B
(173,128,155)
#B58EA5
(181,142,165)
#BD9CAF
(189,156,175)
#C5AAB9
(197,170,185)
#CDB8C3
(205,184,195)
#D5C6CD
(213,198,205)
#DDD4D7
(221,212,215)
#E5E2E1
(229,226,225)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6487 color. Also use rgb(157,100,135) instead hex code.

Text Font Color

.myTextColor { color: #9D6487; }

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

This text font color is #9D6487.


Background Color

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

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

This div background color is #9D6487.


Border color

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

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

This div border color is #9D6487.


Opacity

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

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

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

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

This text has shadow with #9D6487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6487 on black background.


Color preview on white background

This text has color #9D6487 on white background.



Black color preview on #9D6487 background

This text has black color on #9D6487 background.


White color preview on #9D6487 background

This text has white color on #9D6487 background.