COLOR #9D6491

HEX: #9D6491 RGB: (157,100,145)

Color info

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

RGB color model

#9D6491 color RGB value is (157,100,145).

RGB: (157,100,145) (62%, 39%, 57%)

RGB channels and saturation

R 157 of 255 = 62%
G 100 of 255 = 39%
B 145 of 255 = 57%

157
100
145

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

Portions of RGB colors in percentages

R + G + B = 157 + 100 + 145 = 402 (100%)
R 157 of 402 ~ 39.05%
G 100 of 402 ~ 24.88%
B 145 of 402 ~ 36.07'%

%39.05
%24.88
%36.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.31%
  • yellow value is 7.64%
  • 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
%36.31
%7.64
%38.43

Codes

Color #9D6491 in popluar color models

9D 64 91
RGB 157 100 145
HSL 313° 22.53% 50.39%
HSB/HSV 313° 36.31% 61.57%
CMYK 0.00% 36.31% 7.64%
38.43%

Color #9D6491 in popluar number systems.

HEX 9D 64 91
Decimal 157 100 145
Binary 10011101 1100100 10010001
Octal 235 144 221

Shades and tints

Shades of #9D6491

#9D6491
(157,100,145)
#8F5B84
(143,91,132)
#815277
(129,82,119)
#73496A
(115,73,106)
#65405D
(101,64,93)
#573750
(87,55,80)
#492E43
(73,46,67)
#3B2536
(59,37,54)
#2D1C29
(45,28,41)
#1F131C
(31,19,28)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #9D6491

#9D6491
(157,100,145)
#A5729B
(165,114,155)
#AD80A5
(173,128,165)
#B58EAF
(181,142,175)
#BD9CB9
(189,156,185)
#C5AAC3
(197,170,195)
#CDB8CD
(205,184,205)
#D5C6D7
(213,198,215)
#DDD4E1
(221,212,225)
#E5E2EB
(229,226,235)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D6491; }

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

This text font color is #9D6491.

Background Color

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

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

This div background color is #9D6491.

Border color

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

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

This div border color is #9D6491.

Opacity

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

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

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

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

This text has shadow with #9D6491 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D6491.

Preview

Color preview on black background

This text has color #9D6491 on black background.


Color preview on white background

This text has color #9D6491 on white background.


Black color preview on #9D6491 background

This text has black color on #9D6491 background.


White color preview on #9D6491 background

This text has white color on #9D6491 background.


Related colors

Complementary color

Complementary color for #hex is #629B6E.


I love getcolorcode.com

Triadic colors

1 #919D64 and #64919D with #9D6491 are triadic colors.

2 #91649D and #649D91 with #9D6491 are triadic colors.