COLOR #9E6DD2

HEX: #9E6DD2
RGB: (158,109,210)

Color info

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

RGB color model

#9E6DD2 color RGB value is (158,109,210).

  • red value is 158;
  • green value is 109;
  • blue value is 210.
RGB:
(158,109,210)
(62%,43%,82%)

RGB channels and saturation

R 158 of 255 = 62%
G 109 of 255 = 43%
B 210 of 255 = 82%

158
109
210

R + G + B ~ 62%. #9E6DD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 109 + 210 = 477 (100%)
R 158 of 477 ~ 33.12%
G 109 of 477 ~ 22.85%
B 210 of 477 ~ 44.03%

%33.12
%22.85
%44.03

CMYK color model

#9E6DD2 color CMYK value is (25,48,0,18).

  • cyan value is 24.76%
  • magenta value is 48.10%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(25,48,0,18)
C25M48Y0K18 
(25%,48%,0%,18%)
(0.25/0.48/0.00/0.18)	

CMYK percentages

%24.76
%48.1
%0
%17.65

Codes

Color #9E6DD2 in popluar color models

9E6DD2
RGB158109210
HSL269°52.88%62.55%
HSB/HSV269°48.10%82.35%
CMYK24.76%48.10%0.00%
17.65%

Color #9E6DD2 in popluar number systems.

HEX9E6DD2
Decimal158109210
Binary10011110110110111010010
Octal236155322

Shades and tints

Shades of #9E6DD2

#9E6DD2
(158,109,210)
#9064BF
(144,100,191)
#825BAC
(130,91,172)
#745299
(116,82,153)
#664986
(102,73,134)
#584073
(88,64,115)
#4A3760
(74,55,96)
#3C2E4D
(60,46,77)
#2E253A
(46,37,58)
#201C27
(32,28,39)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #9E6DD2

#9E6DD2
(158,109,210)
#A67AD6
(166,122,214)
#AE87DA
(174,135,218)
#B694DE
(182,148,222)
#BEA1E2
(190,161,226)
#C6AEE6
(198,174,230)
#CEBBEA
(206,187,234)
#D6C8EE
(214,200,238)
#DED5F2
(222,213,242)
#E6E2F6
(230,226,246)
#EEEFFA
(238,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6DD2 color. Also use rgb(158,109,210) instead hex code.

Text Font Color

.myTextColor { color: #9E6DD2; }

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

This text font color is #9E6DD2.


Background Color

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

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

This div background color is #9E6DD2.


Border color

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

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

This div border color is #9E6DD2.


Opacity

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

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

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

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

This text has shadow with #9E6DD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6DD2 on black background.


Color preview on white background

This text has color #9E6DD2 on white background.



Black color preview on #9E6DD2 background

This text has black color on #9E6DD2 background.


White color preview on #9E6DD2 background

This text has white color on #9E6DD2 background.