COLOR #9E85C5

HEX: #9E85C5
RGB: (158,133,197)

Color info

#9E85C5 contains mainly red and blue colors. Web safe color of #9E85C5 is #9999CC (or #99C).

RGB color model

#9E85C5 color RGB value is (158,133,197).

  • red value is 158;
  • green value is 133;
  • blue value is 197.
RGB:
(158,133,197)
(62%,52%,77%)

RGB channels and saturation

R 158 of 255 = 62%
G 133 of 255 = 52%
B 197 of 255 = 77%

158
133
197

R + G + B ~ 64%. #9E85C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 133 + 197 = 488 (100%)
R 158 of 488 ~ 32.38%
G 133 of 488 ~ 27.25%
B 197 of 488 ~ 40.37%

%32.38
%27.25
%40.37

CMYK color model

#9E85C5 color CMYK value is (20,32,0,23).

  • cyan value is 19.80%
  • magenta value is 32.49%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(20,32,0,23)
C20M32Y0K23 
(20%,32%,0%,23%)
(0.20/0.32/0.00/0.23)	

CMYK percentages

%19.8
%32.49
%0
%22.75

Codes

Color #9E85C5 in popluar color models

9E85C5
RGB158133197
HSL263°35.56%64.71%
HSB/HSV263°32.49%77.25%
CMYK19.80%32.49%0.00%
22.75%

Color #9E85C5 in popluar number systems.

HEX9E85C5
Decimal158133197
Binary100111101000010111000101
Octal236205305

Shades and tints

Shades of #9E85C5

#9E85C5
(158,133,197)
#9079B4
(144,121,180)
#826DA3
(130,109,163)
#746192
(116,97,146)
#665581
(102,85,129)
#584970
(88,73,112)
#4A3D5F
(74,61,95)
#3C314E
(60,49,78)
#2E253D
(46,37,61)
#20192C
(32,25,44)
#120D1B
(18,13,27)
#000000
(0,0,0)

Tints of #9E85C5

#9E85C5
(158,133,197)
#A690CA
(166,144,202)
#AE9BCF
(174,155,207)
#B6A6D4
(182,166,212)
#BEB1D9
(190,177,217)
#C6BCDE
(198,188,222)
#CEC7E3
(206,199,227)
#D6D2E8
(214,210,232)
#DEDDED
(222,221,237)
#E6E8F2
(230,232,242)
#EEF3F7
(238,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E85C5 color. Also use rgb(158,133,197) instead hex code.

Text Font Color

.myTextColor { color: #9E85C5; }

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

This text font color is #9E85C5.


Background Color

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

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

This div background color is #9E85C5.


Border color

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

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

This div border color is #9E85C5.


Opacity

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

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

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

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

This text has shadow with #9E85C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E85C5 on black background.


Color preview on white background

This text has color #9E85C5 on white background.



Black color preview on #9E85C5 background

This text has black color on #9E85C5 background.


White color preview on #9E85C5 background

This text has white color on #9E85C5 background.