COLOR #9A4EA5

HEX: #9A4EA5
RGB: (154,78,165)

Color info

#9A4EA5 contains mainly red and blue colors. Web safe color of #9A4EA5 is #996699 (or #969).

RGB color model

#9A4EA5 color RGB value is (154,78,165).

  • red value is 154;
  • green value is 78;
  • blue value is 165.
RGB:
(154,78,165)
(60%,31%,65%)

RGB channels and saturation

R 154 of 255 = 60%
G 78 of 255 = 31%
B 165 of 255 = 65%

154
78
165

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

Portions of RGB colors in percentages

R + G + B =
154 + 78 + 165 = 397 (100%)
R 154 of 397 ~ 38.79%
G 78 of 397 ~ 19.65%
B 165 of 397 ~ 41.56%

%38.79
%19.65
%41.56

CMYK color model

#9A4EA5 color CMYK value is (7,53,0,35).

  • cyan value is 6.67%
  • magenta value is 52.73%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(7,53,0,35)
C7M53Y0K35 
(7%,53%,0%,35%)
(0.07/0.53/0.00/0.35)	

CMYK percentages

%6.67
%52.73
%0
%35.29

Codes

Color #9A4EA5 in popluar color models

9A4EA5
RGB15478165
HSL292°35.80%47.65%
HSB/HSV292°52.73%64.71%
CMYK6.67%52.73%0.00%
35.29%

Color #9A4EA5 in popluar number systems.

HEX9A4EA5
Decimal15478165
Binary10011010100111010100101
Octal232116245

Shades and tints

Shades of #9A4EA5

#9A4EA5
(154,78,165)
#8C4796
(140,71,150)
#7E4087
(126,64,135)
#703978
(112,57,120)
#623269
(98,50,105)
#542B5A
(84,43,90)
#46244B
(70,36,75)
#381D3C
(56,29,60)
#2A162D
(42,22,45)
#1C0F1E
(28,15,30)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #9A4EA5

#9A4EA5
(154,78,165)
#A35EAD
(163,94,173)
#AC6EB5
(172,110,181)
#B57EBD
(181,126,189)
#BE8EC5
(190,142,197)
#C79ECD
(199,158,205)
#D0AED5
(208,174,213)
#D9BEDD
(217,190,221)
#E2CEE5
(226,206,229)
#EBDEED
(235,222,237)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A4EA5 color. Also use rgb(154,78,165) instead hex code.

Text Font Color

.myTextColor { color: #9A4EA5; }

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

This text font color is #9A4EA5.


Background Color

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

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

This div background color is #9A4EA5.


Border color

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

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

This div border color is #9A4EA5.


Opacity

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

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

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

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

This text has shadow with #9A4EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A4EA5 on black background.


Color preview on white background

This text has color #9A4EA5 on white background.



Black color preview on #9A4EA5 background

This text has black color on #9A4EA5 background.


White color preview on #9A4EA5 background

This text has white color on #9A4EA5 background.