COLOR #9E6FD5

HEX: #9E6FD5
RGB: (158,111,213)

Color info

#9E6FD5 contains mainly red and blue colors. Web safe color of #9E6FD5 is #9966CC (or #96C).

RGB color model

#9E6FD5 color RGB value is (158,111,213).

  • red value is 158;
  • green value is 111;
  • blue value is 213.
RGB:
(158,111,213)
(62%,44%,84%)

RGB channels and saturation

R 158 of 255 = 62%
G 111 of 255 = 44%
B 213 of 255 = 84%

158
111
213

R + G + B ~ 63%. #9E6FD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 111 + 213 = 482 (100%)
R 158 of 482 ~ 32.78%
G 111 of 482 ~ 23.03%
B 213 of 482 ~ 44.19%

%32.78
%23.03
%44.19

CMYK color model

#9E6FD5 color CMYK value is (26,48,0,16).

  • cyan value is 25.82%
  • magenta value is 47.89%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(26,48,0,16)
C26M48Y0K16 
(26%,48%,0%,16%)
(0.26/0.48/0.00/0.16)	

CMYK percentages

%25.82
%47.89
%0
%16.47

Codes

Color #9E6FD5 in popluar color models

9E6FD5
RGB158111213
HSL268°54.84%63.53%
HSB/HSV268°47.89%83.53%
CMYK25.82%47.89%0.00%
16.47%

Color #9E6FD5 in popluar number systems.

HEX9E6FD5
Decimal158111213
Binary10011110110111111010101
Octal236157325

Shades and tints

Shades of #9E6FD5

#9E6FD5
(158,111,213)
#9065C2
(144,101,194)
#825BAF
(130,91,175)
#74519C
(116,81,156)
#664789
(102,71,137)
#583D76
(88,61,118)
#4A3363
(74,51,99)
#3C2950
(60,41,80)
#2E1F3D
(46,31,61)
#20152A
(32,21,42)
#120B17
(18,11,23)
#000000
(0,0,0)

Tints of #9E6FD5

#9E6FD5
(158,111,213)
#A67CD8
(166,124,216)
#AE89DB
(174,137,219)
#B696DE
(182,150,222)
#BEA3E1
(190,163,225)
#C6B0E4
(198,176,228)
#CEBDE7
(206,189,231)
#D6CAEA
(214,202,234)
#DED7ED
(222,215,237)
#E6E4F0
(230,228,240)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6FD5 color. Also use rgb(158,111,213) instead hex code.

Text Font Color

.myTextColor { color: #9E6FD5; }

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

This text font color is #9E6FD5.


Background Color

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

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

This div background color is #9E6FD5.


Border color

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

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

This div border color is #9E6FD5.


Opacity

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

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

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

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

This text has shadow with #9E6FD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6FD5 on black background.


Color preview on white background

This text has color #9E6FD5 on white background.



Black color preview on #9E6FD5 background

This text has black color on #9E6FD5 background.


White color preview on #9E6FD5 background

This text has white color on #9E6FD5 background.