COLOR #9E6494

HEX: #9E6494
RGB: (158,100,148)

Color info

#9E6494 contains red, green and blue colors in about the same proportion. Web safe color of #9E6494 is #996699 (or #969).

RGB color model

#9E6494 color RGB value is (158,100,148).

  • red value is 158;
  • green value is 100;
  • blue value is 148.
RGB:
(158,100,148)
(62%,39%,58%)

RGB channels and saturation

R 158 of 255 = 62%
G 100 of 255 = 39%
B 148 of 255 = 58%

158
100
148

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

Portions of RGB colors in percentages

R + G + B =
158 + 100 + 148 = 406 (100%)
R 158 of 406 ~ 38.92%
G 100 of 406 ~ 24.63%
B 148 of 406 ~ 36.45%

%38.92
%24.63
%36.45

CMYK color model

#9E6494 color CMYK value is (0,37,6,38).

  • cyan value is 0.00%
  • magenta value is 36.71%
  • yellow value is 6.33%
  • key color value is 38.04%
CMYK:
(0,37,6,38)
C0M37Y6K38 
(0%,37%,6%,38%)
(0.00/0.37/0.06/0.38)	

CMYK percentages

%0
%36.71
%6.33
%38.04

Codes

Color #9E6494 in popluar color models

9E6494
RGB158100148
HSL310°23.02%50.59%
HSB/HSV310°36.71%61.96%
CMYK0.00%36.71%6.33%
38.04%

Color #9E6494 in popluar number systems.

HEX9E6494
Decimal158100148
Binary10011110110010010010100
Octal236144224

Shades and tints

Shades of #9E6494

#9E6494
(158,100,148)
#905B87
(144,91,135)
#82527A
(130,82,122)
#74496D
(116,73,109)
#664060
(102,64,96)
#583753
(88,55,83)
#4A2E46
(74,46,70)
#3C2539
(60,37,57)
#2E1C2C
(46,28,44)
#20131F
(32,19,31)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #9E6494

#9E6494
(158,100,148)
#A6729D
(166,114,157)
#AE80A6
(174,128,166)
#B68EAF
(182,142,175)
#BE9CB8
(190,156,184)
#C6AAC1
(198,170,193)
#CEB8CA
(206,184,202)
#D6C6D3
(214,198,211)
#DED4DC
(222,212,220)
#E6E2E5
(230,226,229)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6494 color. Also use rgb(158,100,148) instead hex code.

Text Font Color

.myTextColor { color: #9E6494; }

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

This text font color is #9E6494.


Background Color

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

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

This div background color is #9E6494.


Border color

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

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

This div border color is #9E6494.


Opacity

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

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

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

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

This text has shadow with #9E6494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6494 on black background.


Color preview on white background

This text has color #9E6494 on white background.



Black color preview on #9E6494 background

This text has black color on #9E6494 background.


White color preview on #9E6494 background

This text has white color on #9E6494 background.