COLOR #9D6A8D

HEX: #9D6A8D RGB: (157,106,141)

Color info

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

RGB color model

#9D6A8D color RGB value is (157,106,141).

RGB: (157,106,141) (62%, 42%, 55%)

RGB channels and saturation

R 157 of 255 = 62%
G 106 of 255 = 42%
B 141 of 255 = 55%

157
106
141

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

Portions of RGB colors in percentages

R + G + B = 157 + 106 + 141 = 404 (100%)
R 157 of 404 ~ 38.86%
G 106 of 404 ~ 26.24%
B 141 of 404 ~ 34.9'%

%38.86
%26.24
%34.9

CMYK color model

#9D6A8D color CMYK value is (0,32,10,38).

  • cyan value is 0.00%
  • magenta value is 32.48%
  • yellow value is 10.19%
  • key color value is 38.43%

CMYK: (0,32,10,38)
C0M32Y10K38 (0%, 32%, 10%, 38%)
(0.00 / 0.32 / 0.10 / 0.38)

CMYK percentages

%0
%32.48
%10.19
%38.43

Codes

Color #9D6A8D in popluar color models

9D 6A 8D
RGB 157 106 141
HSL 319° 20.65% 51.57%
HSB/HSV 319° 32.48% 61.57%
CMYK 0.00% 32.48% 10.19%
38.43%

Color #9D6A8D in popluar number systems.

HEX 9D 6A 8D
Decimal 157 106 141
Binary 10011101 1101010 10001101
Octal 235 152 215

Shades and tints

Shades of #9D6A8D

#9D6A8D
(157,106,141)
#8F6181
(143,97,129)
#815875
(129,88,117)
#734F69
(115,79,105)
#65465D
(101,70,93)
#573D51
(87,61,81)
#493445
(73,52,69)
#3B2B39
(59,43,57)
#2D222D
(45,34,45)
#1F1921
(31,25,33)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #9D6A8D

#9D6A8D
(157,106,141)
#A57797
(165,119,151)
#AD84A1
(173,132,161)
#B591AB
(181,145,171)
#BD9EB5
(189,158,181)
#C5ABBF
(197,171,191)
#CDB8C9
(205,184,201)
#D5C5D3
(213,197,211)
#DDD2DD
(221,210,221)
#E5DFE7
(229,223,231)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6A8D color. Also use rgb(157,106,141) instead hex code.

Text Font Color

.myTextColor { color: #9D6A8D; }

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

This text font color is #9D6A8D.

Background Color

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

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

This div background color is #9D6A8D.

Border color

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

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

This div border color is #9D6A8D.

Opacity

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

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

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

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

This text has shadow with #9D6A8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D6A8D.

Preview

Color preview on black background

This text has color #9D6A8D on black background.


Color preview on white background

This text has color #9D6A8D on white background.


Black color preview on #9D6A8D background

This text has black color on #9D6A8D background.


White color preview on #9D6A8D background

This text has white color on #9D6A8D background.


Related colors

Complementary color

Complementary color for #hex is #629572.


I love getcolorcode.com

Triadic colors

1 #8D9D6A and #6A8D9D with #9D6A8D are triadic colors.

2 #8D6A9D and #6A9D8D with #9D6A8D are triadic colors.