COLOR #9E478C

HEX: #9E478C
RGB: (158,71,140)

Color info

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

RGB color model

#9E478C color RGB value is (158,71,140).

  • red value is 158;
  • green value is 71;
  • blue value is 140.
RGB:
(158,71,140)
(62%,28%,55%)

RGB channels and saturation

R 158 of 255 = 62%
G 71 of 255 = 28%
B 140 of 255 = 55%

158
71
140

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

Portions of RGB colors in percentages

R + G + B =
158 + 71 + 140 = 369 (100%)
R 158 of 369 ~ 42.82%
G 71 of 369 ~ 19.24%
B 140 of 369 ~ 37.94%

%42.82
%19.24
%37.94

CMYK color model

#9E478C color CMYK value is (0,55,11,38).

  • cyan value is 0.00%
  • magenta value is 55.06%
  • yellow value is 11.39%
  • key color value is 38.04%
CMYK:
(0,55,11,38)
C0M55Y11K38 
(0%,55%,11%,38%)
(0.00/0.55/0.11/0.38)	

CMYK percentages

%0
%55.06
%11.39
%38.04

Codes

Color #9E478C in popluar color models

9E478C
RGB15871140
HSL312°37.99%44.90%
HSB/HSV312°55.06%61.96%
CMYK0.00%55.06%11.39%
38.04%

Color #9E478C in popluar number systems.

HEX9E478C
Decimal15871140
Binary10011110100011110001100
Octal236107214

Shades and tints

Shades of #9E478C

#9E478C
(158,71,140)
#904180
(144,65,128)
#823B74
(130,59,116)
#743568
(116,53,104)
#662F5C
(102,47,92)
#582950
(88,41,80)
#4A2344
(74,35,68)
#3C1D38
(60,29,56)
#2E172C
(46,23,44)
#201120
(32,17,32)
#120B14
(18,11,20)
#000000
(0,0,0)

Tints of #9E478C

#9E478C
(158,71,140)
#A65796
(166,87,150)
#AE67A0
(174,103,160)
#B677AA
(182,119,170)
#BE87B4
(190,135,180)
#C697BE
(198,151,190)
#CEA7C8
(206,167,200)
#D6B7D2
(214,183,210)
#DEC7DC
(222,199,220)
#E6D7E6
(230,215,230)
#EEE7F0
(238,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E478C color. Also use rgb(158,71,140) instead hex code.

Text Font Color

.myTextColor { color: #9E478C; }

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

This text font color is #9E478C.


Background Color

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

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

This div background color is #9E478C.


Border color

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

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

This div border color is #9E478C.


Opacity

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

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

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

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

This text has shadow with #9E478C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E478C on black background.


Color preview on white background

This text has color #9E478C on white background.



Black color preview on #9E478C background

This text has black color on #9E478C background.


White color preview on #9E478C background

This text has white color on #9E478C background.