COLOR #9D6DA9

HEX: #9D6DA9
RGB: (157,109,169)

Color info

#9D6DA9 contains mainly red and blue colors. Web safe color of #9D6DA9 is #996699 (or #969).

RGB color model

#9D6DA9 color RGB value is (157,109,169).

  • red value is 157;
  • green value is 109;
  • blue value is 169.
RGB:
(157,109,169)
(62%,43%,66%)

RGB channels and saturation

R 157 of 255 = 62%
G 109 of 255 = 43%
B 169 of 255 = 66%

157
109
169

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

Portions of RGB colors in percentages

R + G + B =
157 + 109 + 169 = 435 (100%)
R 157 of 435 ~ 36.09%
G 109 of 435 ~ 25.06%
B 169 of 435 ~ 38.85%

%36.09
%25.06
%38.85

CMYK color model

#9D6DA9 color CMYK value is (7,36,0,34).

  • cyan value is 7.10%
  • magenta value is 35.50%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(7,36,0,34)
C7M36Y0K34 
(7%,36%,0%,34%)
(0.07/0.36/0.00/0.34)	

CMYK percentages

%7.1
%35.5
%0
%33.73

Codes

Color #9D6DA9 in popluar color models

9D6DA9
RGB157109169
HSL288°25.86%54.51%
HSB/HSV288°35.50%66.27%
CMYK7.10%35.50%0.00%
33.73%

Color #9D6DA9 in popluar number systems.

HEX9D6DA9
Decimal157109169
Binary10011101110110110101001
Octal235155251

Shades and tints

Shades of #9D6DA9

#9D6DA9
(157,109,169)
#8F649A
(143,100,154)
#815B8B
(129,91,139)
#73527C
(115,82,124)
#65496D
(101,73,109)
#57405E
(87,64,94)
#49374F
(73,55,79)
#3B2E40
(59,46,64)
#2D2531
(45,37,49)
#1F1C22
(31,28,34)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #9D6DA9

#9D6DA9
(157,109,169)
#A57AB0
(165,122,176)
#AD87B7
(173,135,183)
#B594BE
(181,148,190)
#BDA1C5
(189,161,197)
#C5AECC
(197,174,204)
#CDBBD3
(205,187,211)
#D5C8DA
(213,200,218)
#DDD5E1
(221,213,225)
#E5E2E8
(229,226,232)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6DA9 color. Also use rgb(157,109,169) instead hex code.

Text Font Color

.myTextColor { color: #9D6DA9; }

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

This text font color is #9D6DA9.


Background Color

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

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

This div background color is #9D6DA9.


Border color

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

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

This div border color is #9D6DA9.


Opacity

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

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

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

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

This text has shadow with #9D6DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6DA9 on black background.


Color preview on white background

This text has color #9D6DA9 on white background.



Black color preview on #9D6DA9 background

This text has black color on #9D6DA9 background.


White color preview on #9D6DA9 background

This text has white color on #9D6DA9 background.