COLOR #9A5E7E

HEX: #9A5E7E RGB: (154,94,126)

Color info

#9A5E7E contains mainly red and blue colors. Web safe color of #9A5E7E is #996666 (or #966).

RGB color model

#9A5E7E color RGB value is (154,94,126).

RGB: (154,94,126) (60%, 37%, 49%)

RGB channels and saturation

R 154 of 255 = 60%
G 94 of 255 = 37%
B 126 of 255 = 49%

154
94
126

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

Portions of RGB colors in percentages

R + G + B = 154 + 94 + 126 = 374 (100%)
R 154 of 374 ~ 41.18%
G 94 of 374 ~ 25.13%
B 126 of 374 ~ 33.69'%

%41.18
%25.13
%33.69

CMYK color model

#9A5E7E color CMYK value is (0,39,18,40).

  • cyan value is 0.00%
  • magenta value is 38.96%
  • yellow value is 18.18%
  • key color value is 39.61%
CMYK: (0,39,18,40) C0M39Y18K40 (0%,39%,18%,40%) (0.00/0.39/0.18/0.40) 

CMYK percentages

%0
%38.96
%18.18
%39.61

Codes

Color #9A5E7E in popluar color models

9A 5E 7E
RGB 154 94 126
HSL 328° 24.19% 48.63%
HSB/HSV 328° 38.96% 60.39%
CMYK 0.00% 38.96% 18.18%
39.61%

Color #9A5E7E in popluar number systems.

HEX 9A 5E 7E
Decimal 154 94 126
Binary 10011010 1011110 1111110
Octal 232 136 176

Shades and tints

Shades of #9A5E7E

#9A5E7E
(154,94,126)
#8C5673
(140,86,115)
#7E4E68
(126,78,104)
#70465D
(112,70,93)
#623E52
(98,62,82)
#543647
(84,54,71)
#462E3C
(70,46,60)
#382631
(56,38,49)
#2A1E26
(42,30,38)
#1C161B
(28,22,27)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #9A5E7E

#9A5E7E
(154,94,126)
#A36C89
(163,108,137)
#AC7A94
(172,122,148)
#B5889F
(181,136,159)
#BE96AA
(190,150,170)
#C7A4B5
(199,164,181)
#D0B2C0
(208,178,192)
#D9C0CB
(217,192,203)
#E2CED6
(226,206,214)
#EBDCE1
(235,220,225)
#F4EAEC
(244,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A5E7E color. Also use rgb(154,94,126) instead hex code.

Text Font Color

.myTextColor { color: #9A5E7E; }

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

This text font color is #9A5E7E.

Background Color

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

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

This div background color is #9A5E7E.

Border color

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

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

This div border color is #9A5E7E.

Opacity

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

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

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

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

This text has shadow with #9A5E7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A5E7E.

Preview

Color preview on black background

This text has color #9A5E7E on black background.


Color preview on white background

This text has color #9A5E7E on white background.


Black color preview on #9A5E7E background

This text has black color on #9A5E7E background.


White color preview on #9A5E7E background

This text has white color on #9A5E7E background.


Related colors

Complementary color

Complementary color for #hex is #65A181.


I love getcolorcode.com

Triadic colors

1 #7E9A5E and #5E7E9A with #9A5E7E are triadic colors.

2 #7E5E9A and #5E9A7E with #9A5E7E are triadic colors.