COLOR #9A4D74

HEX: #9A4D74
RGB: (154,77,116)

Color info

#9A4D74 contains mainly red and blue colors. Web safe color of #9A4D74 is #993366 (or #936).

RGB color model

#9A4D74 color RGB value is (154,77,116).

  • red value is 154;
  • green value is 77;
  • blue value is 116.
RGB:
(154,77,116)
(60%,30%,45%)

RGB channels and saturation

R 154 of 255 = 60%
G 77 of 255 = 30%
B 116 of 255 = 45%

154
77
116

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

Portions of RGB colors in percentages

R + G + B =
154 + 77 + 116 = 347 (100%)
R 154 of 347 ~ 44.38%
G 77 of 347 ~ 22.19%
B 116 of 347 ~ 33.43%

%44.38
%22.19
%33.43

CMYK color model

#9A4D74 color CMYK value is (0,50,25,40).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 24.68%
  • key color value is 39.61%
CMYK:
(0,50,25,40)
C0M50Y25K40 
(0%,50%,25%,40%)
(0.00/0.50/0.25/0.40)	

CMYK percentages

%0
%50
%24.68
%39.61

Codes

Color #9A4D74 in popluar color models

9A4D74
RGB15477116
HSL330°33.33%45.29%
HSB/HSV330°50.00%60.39%
CMYK0.00%50.00%24.68%
39.61%

Color #9A4D74 in popluar number systems.

HEX9A4D74
Decimal15477116
Binary1001101010011011110100
Octal232115164

Shades and tints

Shades of #9A4D74

#9A4D74
(154,77,116)
#8C466A
(140,70,106)
#7E3F60
(126,63,96)
#703856
(112,56,86)
#62314C
(98,49,76)
#542A42
(84,42,66)
#462338
(70,35,56)
#381C2E
(56,28,46)
#2A1524
(42,21,36)
#1C0E1A
(28,14,26)
#0E0710
(14,7,16)
#000000
(0,0,0)

Tints of #9A4D74

#9A4D74
(154,77,116)
#A35D80
(163,93,128)
#AC6D8C
(172,109,140)
#B57D98
(181,125,152)
#BE8DA4
(190,141,164)
#C79DB0
(199,157,176)
#D0ADBC
(208,173,188)
#D9BDC8
(217,189,200)
#E2CDD4
(226,205,212)
#EBDDE0
(235,221,224)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A4D74 color. Also use rgb(154,77,116) instead hex code.

Text Font Color

.myTextColor { color: #9A4D74; }

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

This text font color is #9A4D74.


Background Color

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

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

This div background color is #9A4D74.


Border color

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

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

This div border color is #9A4D74.


Opacity

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

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

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

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

This text has shadow with #9A4D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A4D74 on black background.


Color preview on white background

This text has color #9A4D74 on white background.



Black color preview on #9A4D74 background

This text has black color on #9A4D74 background.


White color preview on #9A4D74 background

This text has white color on #9A4D74 background.