COLOR #9A47AD

HEX: #9A47AD
RGB: (154,71,173)

Color info

#9A47AD contains mainly red and blue colors. Web safe color of #9A47AD is #993399 (or #939).

RGB color model

#9A47AD color RGB value is (154,71,173).

  • red value is 154;
  • green value is 71;
  • blue value is 173.
RGB:
(154,71,173)
(60%,28%,68%)

RGB channels and saturation

R 154 of 255 = 60%
G 71 of 255 = 28%
B 173 of 255 = 68%

154
71
173

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

Portions of RGB colors in percentages

R + G + B =
154 + 71 + 173 = 398 (100%)
R 154 of 398 ~ 38.69%
G 71 of 398 ~ 17.84%
B 173 of 398 ~ 43.47%

%38.69
%17.84
%43.47

CMYK color model

#9A47AD color CMYK value is (11,59,0,32).

  • cyan value is 10.98%
  • magenta value is 58.96%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(11,59,0,32)
C11M59Y0K32 
(11%,59%,0%,32%)
(0.11/0.59/0.00/0.32)	

CMYK percentages

%10.98
%58.96
%0
%32.16

Codes

Color #9A47AD in popluar color models

9A47AD
RGB15471173
HSL289°41.80%47.84%
HSB/HSV289°58.96%67.84%
CMYK10.98%58.96%0.00%
32.16%

Color #9A47AD in popluar number systems.

HEX9A47AD
Decimal15471173
Binary10011010100011110101101
Octal232107255

Shades and tints

Shades of #9A47AD

#9A47AD
(154,71,173)
#8C419E
(140,65,158)
#7E3B8F
(126,59,143)
#703580
(112,53,128)
#622F71
(98,47,113)
#542962
(84,41,98)
#462353
(70,35,83)
#381D44
(56,29,68)
#2A1735
(42,23,53)
#1C1126
(28,17,38)
#0E0B17
(14,11,23)
#000000
(0,0,0)

Tints of #9A47AD

#9A47AD
(154,71,173)
#A357B4
(163,87,180)
#AC67BB
(172,103,187)
#B577C2
(181,119,194)
#BE87C9
(190,135,201)
#C797D0
(199,151,208)
#D0A7D7
(208,167,215)
#D9B7DE
(217,183,222)
#E2C7E5
(226,199,229)
#EBD7EC
(235,215,236)
#F4E7F3
(244,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A47AD color. Also use rgb(154,71,173) instead hex code.

Text Font Color

.myTextColor { color: #9A47AD; }

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

This text font color is #9A47AD.


Background Color

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

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

This div background color is #9A47AD.


Border color

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

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

This div border color is #9A47AD.


Opacity

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

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

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

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

This text has shadow with #9A47AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A47AD on black background.


Color preview on white background

This text has color #9A47AD on white background.



Black color preview on #9A47AD background

This text has black color on #9A47AD background.


White color preview on #9A47AD background

This text has white color on #9A47AD background.