COLOR #9A5D7D

HEX: #9A5D7D
RGB: (154,93,125)

Color info

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

RGB color model

#9A5D7D color RGB value is (154,93,125).

  • red value is 154;
  • green value is 93;
  • blue value is 125.
RGB:
(154,93,125)
(60%,36%,49%)

RGB channels and saturation

R 154 of 255 = 60%
G 93 of 255 = 36%
B 125 of 255 = 49%

154
93
125

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

Portions of RGB colors in percentages

R + G + B =
154 + 93 + 125 = 372 (100%)
R 154 of 372 ~ 41.4%
G 93 of 372 ~ 25%
B 125 of 372 ~ 33.6%

%41.4
%25
%33.6

CMYK color model

#9A5D7D color CMYK value is (0,40,19,40).

  • cyan value is 0.00%
  • magenta value is 39.61%
  • yellow value is 18.83%
  • key color value is 39.61%
CMYK:
(0,40,19,40)
C0M40Y19K40 
(0%,40%,19%,40%)
(0.00/0.40/0.19/0.40)	

CMYK percentages

%0
%39.61
%18.83
%39.61

Codes

Color #9A5D7D in popluar color models

9A5D7D
RGB15493125
HSL329°24.70%48.43%
HSB/HSV329°39.61%60.39%
CMYK0.00%39.61%18.83%
39.61%

Color #9A5D7D in popluar number systems.

HEX9A5D7D
Decimal15493125
Binary1001101010111011111101
Octal232135175

Shades and tints

Shades of #9A5D7D

#9A5D7D
(154,93,125)
#8C5572
(140,85,114)
#7E4D67
(126,77,103)
#70455C
(112,69,92)
#623D51
(98,61,81)
#543546
(84,53,70)
#462D3B
(70,45,59)
#382530
(56,37,48)
#2A1D25
(42,29,37)
#1C151A
(28,21,26)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #9A5D7D

#9A5D7D
(154,93,125)
#A36B88
(163,107,136)
#AC7993
(172,121,147)
#B5879E
(181,135,158)
#BE95A9
(190,149,169)
#C7A3B4
(199,163,180)
#D0B1BF
(208,177,191)
#D9BFCA
(217,191,202)
#E2CDD5
(226,205,213)
#EBDBE0
(235,219,224)
#F4E9EB
(244,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A5D7D color. Also use rgb(154,93,125) instead hex code.

Text Font Color

.myTextColor { color: #9A5D7D; }

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

This text font color is #9A5D7D.


Background Color

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

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

This div background color is #9A5D7D.


Border color

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

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

This div border color is #9A5D7D.


Opacity

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

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

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

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

This text has shadow with #9A5D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A5D7D on black background.


Color preview on white background

This text has color #9A5D7D on white background.



Black color preview on #9A5D7D background

This text has black color on #9A5D7D background.


White color preview on #9A5D7D background

This text has white color on #9A5D7D background.