COLOR #9A5D78

HEX: #9A5D78
RGB: (154,93,120)

Color info

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

RGB color model

#9A5D78 color RGB value is (154,93,120).

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

RGB channels and saturation

R 154 of 255 = 60%
G 93 of 255 = 36%
B 120 of 255 = 47%

154
93
120

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

Portions of RGB colors in percentages

R + G + B =
154 + 93 + 120 = 367 (100%)
R 154 of 367 ~ 41.96%
G 93 of 367 ~ 25.34%
B 120 of 367 ~ 32.7%

%41.96
%25.34
%32.7

CMYK color model

#9A5D78 color CMYK value is (0,40,22,40).

  • cyan value is 0.00%
  • magenta value is 39.61%
  • yellow value is 22.08%
  • key color value is 39.61%
CMYK:
(0,40,22,40)
C0M40Y22K40 
(0%,40%,22%,40%)
(0.00/0.40/0.22/0.40)	

CMYK percentages

%0
%39.61
%22.08
%39.61

Codes

Color #9A5D78 in popluar color models

9A5D78
RGB15493120
HSL333°24.70%48.43%
HSB/HSV333°39.61%60.39%
CMYK0.00%39.61%22.08%
39.61%

Color #9A5D78 in popluar number systems.

HEX9A5D78
Decimal15493120
Binary1001101010111011111000
Octal232135170

Shades and tints

Shades of #9A5D78

#9A5D78
(154,93,120)
#8C556E
(140,85,110)
#7E4D64
(126,77,100)
#70455A
(112,69,90)
#623D50
(98,61,80)
#543546
(84,53,70)
#462D3C
(70,45,60)
#382532
(56,37,50)
#2A1D28
(42,29,40)
#1C151E
(28,21,30)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #9A5D78

#9A5D78
(154,93,120)
#A36B84
(163,107,132)
#AC7990
(172,121,144)
#B5879C
(181,135,156)
#BE95A8
(190,149,168)
#C7A3B4
(199,163,180)
#D0B1C0
(208,177,192)
#D9BFCC
(217,191,204)
#E2CDD8
(226,205,216)
#EBDBE4
(235,219,228)
#F4E9F0
(244,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A5D78; }

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

This text font color is #9A5D78.


Background Color

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

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

This div background color is #9A5D78.


Border color

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

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

This div border color is #9A5D78.


Opacity

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

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

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

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

This text has shadow with #9A5D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A5D78 on black background.


Color preview on white background

This text has color #9A5D78 on white background.



Black color preview on #9A5D78 background

This text has black color on #9A5D78 background.


White color preview on #9A5D78 background

This text has white color on #9A5D78 background.