COLOR #9E68A5

HEX: #9E68A5
RGB: (158,104,165)

Color info

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

RGB color model

#9E68A5 color RGB value is (158,104,165).

  • red value is 158;
  • green value is 104;
  • blue value is 165.
RGB:
(158,104,165)
(62%,41%,65%)

RGB channels and saturation

R 158 of 255 = 62%
G 104 of 255 = 41%
B 165 of 255 = 65%

158
104
165

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

Portions of RGB colors in percentages

R + G + B =
158 + 104 + 165 = 427 (100%)
R 158 of 427 ~ 37%
G 104 of 427 ~ 24.36%
B 165 of 427 ~ 38.64%

%37
%24.36
%38.64

CMYK color model

#9E68A5 color CMYK value is (4,37,0,35).

  • cyan value is 4.24%
  • magenta value is 36.97%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(4,37,0,35)
C4M37Y0K35 
(4%,37%,0%,35%)
(0.04/0.37/0.00/0.35)	

CMYK percentages

%4.24
%36.97
%0
%35.29

Codes

Color #9E68A5 in popluar color models

9E68A5
RGB158104165
HSL293°25.31%52.75%
HSB/HSV293°36.97%64.71%
CMYK4.24%36.97%0.00%
35.29%

Color #9E68A5 in popluar number systems.

HEX9E68A5
Decimal158104165
Binary10011110110100010100101
Octal236150245

Shades and tints

Shades of #9E68A5

#9E68A5
(158,104,165)
#905F96
(144,95,150)
#825687
(130,86,135)
#744D78
(116,77,120)
#664469
(102,68,105)
#583B5A
(88,59,90)
#4A324B
(74,50,75)
#3C293C
(60,41,60)
#2E202D
(46,32,45)
#20171E
(32,23,30)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #9E68A5

#9E68A5
(158,104,165)
#A675AD
(166,117,173)
#AE82B5
(174,130,181)
#B68FBD
(182,143,189)
#BE9CC5
(190,156,197)
#C6A9CD
(198,169,205)
#CEB6D5
(206,182,213)
#D6C3DD
(214,195,221)
#DED0E5
(222,208,229)
#E6DDED
(230,221,237)
#EEEAF5
(238,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E68A5 color. Also use rgb(158,104,165) instead hex code.

Text Font Color

.myTextColor { color: #9E68A5; }

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

This text font color is #9E68A5.


Background Color

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

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

This div background color is #9E68A5.


Border color

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

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

This div border color is #9E68A5.


Opacity

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

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

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

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

This text has shadow with #9E68A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E68A5 on black background.


Color preview on white background

This text has color #9E68A5 on white background.



Black color preview on #9E68A5 background

This text has black color on #9E68A5 background.


White color preview on #9E68A5 background

This text has white color on #9E68A5 background.