COLOR #9E6BA9

HEX: #9E6BA9
RGB: (158,107,169)

Color info

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

RGB color model

#9E6BA9 color RGB value is (158,107,169).

  • red value is 158;
  • green value is 107;
  • blue value is 169.
RGB:
(158,107,169)
(62%,42%,66%)

RGB channels and saturation

R 158 of 255 = 62%
G 107 of 255 = 42%
B 169 of 255 = 66%

158
107
169

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

Portions of RGB colors in percentages

R + G + B =
158 + 107 + 169 = 434 (100%)
R 158 of 434 ~ 36.41%
G 107 of 434 ~ 24.65%
B 169 of 434 ~ 38.94%

%36.41
%24.65
%38.94

CMYK color model

#9E6BA9 color CMYK value is (7,37,0,34).

  • cyan value is 6.51%
  • magenta value is 36.69%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(7,37,0,34)
C7M37Y0K34 
(7%,37%,0%,34%)
(0.07/0.37/0.00/0.34)	

CMYK percentages

%6.51
%36.69
%0
%33.73

Codes

Color #9E6BA9 in popluar color models

9E6BA9
RGB158107169
HSL289°26.50%54.12%
HSB/HSV289°36.69%66.27%
CMYK6.51%36.69%0.00%
33.73%

Color #9E6BA9 in popluar number systems.

HEX9E6BA9
Decimal158107169
Binary10011110110101110101001
Octal236153251

Shades and tints

Shades of #9E6BA9

#9E6BA9
(158,107,169)
#90629A
(144,98,154)
#82598B
(130,89,139)
#74507C
(116,80,124)
#66476D
(102,71,109)
#583E5E
(88,62,94)
#4A354F
(74,53,79)
#3C2C40
(60,44,64)
#2E2331
(46,35,49)
#201A22
(32,26,34)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #9E6BA9

#9E6BA9
(158,107,169)
#A678B0
(166,120,176)
#AE85B7
(174,133,183)
#B692BE
(182,146,190)
#BE9FC5
(190,159,197)
#C6ACCC
(198,172,204)
#CEB9D3
(206,185,211)
#D6C6DA
(214,198,218)
#DED3E1
(222,211,225)
#E6E0E8
(230,224,232)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6BA9 color. Also use rgb(158,107,169) instead hex code.

Text Font Color

.myTextColor { color: #9E6BA9; }

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

This text font color is #9E6BA9.


Background Color

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

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

This div background color is #9E6BA9.


Border color

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

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

This div border color is #9E6BA9.


Opacity

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

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

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

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

This text has shadow with #9E6BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6BA9 on black background.


Color preview on white background

This text has color #9E6BA9 on white background.



Black color preview on #9E6BA9 background

This text has black color on #9E6BA9 background.


White color preview on #9E6BA9 background

This text has white color on #9E6BA9 background.