COLOR #9D6590

HEX: #9D6590
RGB: (157,101,144)

Color info

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

RGB color model

#9D6590 color RGB value is (157,101,144).

  • red value is 157;
  • green value is 101;
  • blue value is 144.
RGB:
(157,101,144)
(62%,40%,56%)

RGB channels and saturation

R 157 of 255 = 62%
G 101 of 255 = 40%
B 144 of 255 = 56%

157
101
144

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

Portions of RGB colors in percentages

R + G + B =
157 + 101 + 144 = 402 (100%)
R 157 of 402 ~ 39.05%
G 101 of 402 ~ 25.12%
B 144 of 402 ~ 35.82%

%39.05
%25.12
%35.82

CMYK color model

#9D6590 color CMYK value is (0,36,8,38).

  • cyan value is 0.00%
  • magenta value is 35.67%
  • yellow value is 8.28%
  • key color value is 38.43%
CMYK:
(0,36,8,38)
C0M36Y8K38 
(0%,36%,8%,38%)
(0.00/0.36/0.08/0.38)	

CMYK percentages

%0
%35.67
%8.28
%38.43

Codes

Color #9D6590 in popluar color models

9D6590
RGB157101144
HSL314°22.22%50.59%
HSB/HSV314°35.67%61.57%
CMYK0.00%35.67%8.28%
38.43%

Color #9D6590 in popluar number systems.

HEX9D6590
Decimal157101144
Binary10011101110010110010000
Octal235145220

Shades and tints

Shades of #9D6590

#9D6590
(157,101,144)
#8F5C83
(143,92,131)
#815376
(129,83,118)
#734A69
(115,74,105)
#65415C
(101,65,92)
#57384F
(87,56,79)
#492F42
(73,47,66)
#3B2635
(59,38,53)
#2D1D28
(45,29,40)
#1F141B
(31,20,27)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #9D6590

#9D6590
(157,101,144)
#A5739A
(165,115,154)
#AD81A4
(173,129,164)
#B58FAE
(181,143,174)
#BD9DB8
(189,157,184)
#C5ABC2
(197,171,194)
#CDB9CC
(205,185,204)
#D5C7D6
(213,199,214)
#DDD5E0
(221,213,224)
#E5E3EA
(229,227,234)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6590 color. Also use rgb(157,101,144) instead hex code.

Text Font Color

.myTextColor { color: #9D6590; }

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

This text font color is #9D6590.


Background Color

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

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

This div background color is #9D6590.


Border color

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

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

This div border color is #9D6590.


Opacity

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

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

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

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

This text has shadow with #9D6590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6590 on black background.


Color preview on white background

This text has color #9D6590 on white background.



Black color preview on #9D6590 background

This text has black color on #9D6590 background.


White color preview on #9D6590 background

This text has white color on #9D6590 background.