COLOR #9D5EAE

HEX: #9D5EAE RGB: (157,94,174)

Color info

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

RGB color model

#9D5EAE color RGB value is (157,94,174).

RGB: (157,94,174) (62%, 37%, 68%)

RGB channels and saturation

R 157 of 255 = 62%
G 94 of 255 = 37%
B 174 of 255 = 68%

157
94
174

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

Portions of RGB colors in percentages

R + G + B = 157 + 94 + 174 = 425 (100%)
R 157 of 425 ~ 36.94%
G 94 of 425 ~ 22.12%
B 174 of 425 ~ 40.94'%

%36.94
%22.12
%40.94

CMYK color model

#9D5EAE color CMYK value is (10,46,0,32).

  • cyan value is 9.77%
  • magenta value is 45.98%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (10,46,0,32)
C10M46Y0K32 (10%, 46%, 0%, 32%)
(0.10 / 0.46 / 0.00 / 0.32)

CMYK percentages

%9.77
%45.98
%0
%31.76

Codes

Color #9D5EAE in popluar color models

9D 5E AE
RGB 157 94 174
HSL 287° 33.06% 52.55%
HSB/HSV 287° 45.98% 68.24%
CMYK 9.77% 45.98% 0.00%
31.76%

Color #9D5EAE in popluar number systems.

HEX 9D 5E AE
Decimal 157 94 174
Binary 10011101 1011110 10101110
Octal 235 136 256

Shades and tints

Shades of #9D5EAE

#9D5EAE
(157,94,174)
#8F569F
(143,86,159)
#814E90
(129,78,144)
#734681
(115,70,129)
#653E72
(101,62,114)
#573663
(87,54,99)
#492E54
(73,46,84)
#3B2645
(59,38,69)
#2D1E36
(45,30,54)
#1F1627
(31,22,39)
#110E18
(17,14,24)
#000000
(0,0,0)

Tints of #9D5EAE

#9D5EAE
(157,94,174)
#A56CB5
(165,108,181)
#AD7ABC
(173,122,188)
#B588C3
(181,136,195)
#BD96CA
(189,150,202)
#C5A4D1
(197,164,209)
#CDB2D8
(205,178,216)
#D5C0DF
(213,192,223)
#DDCEE6
(221,206,230)
#E5DCED
(229,220,237)
#EDEAF4
(237,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5EAE color. Also use rgb(157,94,174) instead hex code.

Text Font Color

.myTextColor { color: #9D5EAE; }

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

This text font color is #9D5EAE.

Background Color

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

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

This div background color is #9D5EAE.

Border color

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

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

This div border color is #9D5EAE.

Opacity

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

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

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

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

This text has shadow with #9D5EAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D5EAE.

Preview

Color preview on black background

This text has color #9D5EAE on black background.


Color preview on white background

This text has color #9D5EAE on white background.


Black color preview on #9D5EAE background

This text has black color on #9D5EAE background.


White color preview on #9D5EAE background

This text has white color on #9D5EAE background.


Related colors

Complementary color

Complementary color for #hex is #62A151.


I love getcolorcode.com

Triadic colors

1 #AE9D5E and #5EAE9D with #9D5EAE are triadic colors.

2 #AE5E9D and #5E9DAE with #9D5EAE are triadic colors.