COLOR #9A4D7C

HEX: #9A4D7C
RGB: (154,77,124)

Color info

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

RGB color model

#9A4D7C color RGB value is (154,77,124).

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

RGB channels and saturation

R 154 of 255 = 60%
G 77 of 255 = 30%
B 124 of 255 = 49%

154
77
124

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

Portions of RGB colors in percentages

R + G + B =
154 + 77 + 124 = 355 (100%)
R 154 of 355 ~ 43.38%
G 77 of 355 ~ 21.69%
B 124 of 355 ~ 34.93%

%43.38
%21.69
%34.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 19.48%
  • key color value is 39.61%
CMYK:
(0,50,19,40)
C0M50Y19K40 
(0%,50%,19%,40%)
(0.00/0.50/0.19/0.40)	

CMYK percentages

%0
%50
%19.48
%39.61

Codes

Color #9A4D7C in popluar color models

9A4D7C
RGB15477124
HSL323°33.33%45.29%
HSB/HSV323°50.00%60.39%
CMYK0.00%50.00%19.48%
39.61%

Color #9A4D7C in popluar number systems.

HEX9A4D7C
Decimal15477124
Binary1001101010011011111100
Octal232115174

Shades and tints

Shades of #9A4D7C

#9A4D7C
(154,77,124)
#8C4671
(140,70,113)
#7E3F66
(126,63,102)
#70385B
(112,56,91)
#623150
(98,49,80)
#542A45
(84,42,69)
#46233A
(70,35,58)
#381C2F
(56,28,47)
#2A1524
(42,21,36)
#1C0E19
(28,14,25)
#0E070E
(14,7,14)
#000000
(0,0,0)

Tints of #9A4D7C

#9A4D7C
(154,77,124)
#A35D87
(163,93,135)
#AC6D92
(172,109,146)
#B57D9D
(181,125,157)
#BE8DA8
(190,141,168)
#C79DB3
(199,157,179)
#D0ADBE
(208,173,190)
#D9BDC9
(217,189,201)
#E2CDD4
(226,205,212)
#EBDDDF
(235,221,223)
#F4EDEA
(244,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A4D7C; }

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

This text font color is #9A4D7C.


Background Color

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

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

This div background color is #9A4D7C.


Border color

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

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

This div border color is #9A4D7C.


Opacity

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

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

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

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

This text has shadow with #9A4D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A4D7C on black background.


Color preview on white background

This text has color #9A4D7C on white background.



Black color preview on #9A4D7C background

This text has black color on #9A4D7C background.


White color preview on #9A4D7C background

This text has white color on #9A4D7C background.