COLOR #9E4FAD

HEX: #9E4FAD
RGB: (158,79,173)

Color info

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

RGB color model

#9E4FAD color RGB value is (158,79,173).

  • red value is 158;
  • green value is 79;
  • blue value is 173.
RGB:
(158,79,173)
(62%,31%,68%)

RGB channels and saturation

R 158 of 255 = 62%
G 79 of 255 = 31%
B 173 of 255 = 68%

158
79
173

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

Portions of RGB colors in percentages

R + G + B =
158 + 79 + 173 = 410 (100%)
R 158 of 410 ~ 38.54%
G 79 of 410 ~ 19.27%
B 173 of 410 ~ 42.2%

%38.54
%19.27
%42.2

CMYK color model

#9E4FAD color CMYK value is (9,54,0,32).

  • cyan value is 8.67%
  • magenta value is 54.34%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(9,54,0,32)
C9M54Y0K32 
(9%,54%,0%,32%)
(0.09/0.54/0.00/0.32)	

CMYK percentages

%8.67
%54.34
%0
%32.16

Codes

Color #9E4FAD in popluar color models

9E4FAD
RGB15879173
HSL290°37.30%49.41%
HSB/HSV290°54.34%67.84%
CMYK8.67%54.34%0.00%
32.16%

Color #9E4FAD in popluar number systems.

HEX9E4FAD
Decimal15879173
Binary10011110100111110101101
Octal236117255

Shades and tints

Shades of #9E4FAD

#9E4FAD
(158,79,173)
#90489E
(144,72,158)
#82418F
(130,65,143)
#743A80
(116,58,128)
#663371
(102,51,113)
#582C62
(88,44,98)
#4A2553
(74,37,83)
#3C1E44
(60,30,68)
#2E1735
(46,23,53)
#201026
(32,16,38)
#120917
(18,9,23)
#000000
(0,0,0)

Tints of #9E4FAD

#9E4FAD
(158,79,173)
#A65FB4
(166,95,180)
#AE6FBB
(174,111,187)
#B67FC2
(182,127,194)
#BE8FC9
(190,143,201)
#C69FD0
(198,159,208)
#CEAFD7
(206,175,215)
#D6BFDE
(214,191,222)
#DECFE5
(222,207,229)
#E6DFEC
(230,223,236)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E4FAD color. Also use rgb(158,79,173) instead hex code.

Text Font Color

.myTextColor { color: #9E4FAD; }

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

This text font color is #9E4FAD.


Background Color

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

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

This div background color is #9E4FAD.


Border color

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

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

This div border color is #9E4FAD.


Opacity

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

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

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

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

This text has shadow with #9E4FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E4FAD on black background.


Color preview on white background

This text has color #9E4FAD on white background.



Black color preview on #9E4FAD background

This text has black color on #9E4FAD background.


White color preview on #9E4FAD background

This text has white color on #9E4FAD background.