COLOR #9E83C5

HEX: #9E83C5
RGB: (158,131,197)

Color info

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

RGB color model

#9E83C5 color RGB value is (158,131,197).

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

RGB channels and saturation

R 158 of 255 = 62%
G 131 of 255 = 51%
B 197 of 255 = 77%

158
131
197

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

Portions of RGB colors in percentages

R + G + B =
158 + 131 + 197 = 486 (100%)
R 158 of 486 ~ 32.51%
G 131 of 486 ~ 26.95%
B 197 of 486 ~ 40.53%

%32.51
%26.95
%40.53

CMYK color model

#9E83C5 color CMYK value is (20,34,0,23).

  • cyan value is 19.80%
  • magenta value is 33.50%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(20,34,0,23)
C20M34Y0K23 
(20%,34%,0%,23%)
(0.20/0.34/0.00/0.23)	

CMYK percentages

%19.8
%33.5
%0
%22.75

Codes

Color #9E83C5 in popluar color models

9E83C5
RGB158131197
HSL265°36.26%64.31%
HSB/HSV265°33.50%77.25%
CMYK19.80%33.50%0.00%
22.75%

Color #9E83C5 in popluar number systems.

HEX9E83C5
Decimal158131197
Binary100111101000001111000101
Octal236203305

Shades and tints

Shades of #9E83C5

#9E83C5
(158,131,197)
#9078B4
(144,120,180)
#826DA3
(130,109,163)
#746292
(116,98,146)
#665781
(102,87,129)
#584C70
(88,76,112)
#4A415F
(74,65,95)
#3C364E
(60,54,78)
#2E2B3D
(46,43,61)
#20202C
(32,32,44)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #9E83C5

#9E83C5
(158,131,197)
#A68ECA
(166,142,202)
#AE99CF
(174,153,207)
#B6A4D4
(182,164,212)
#BEAFD9
(190,175,217)
#C6BADE
(198,186,222)
#CEC5E3
(206,197,227)
#D6D0E8
(214,208,232)
#DEDBED
(222,219,237)
#E6E6F2
(230,230,242)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E83C5; }

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

This text font color is #9E83C5.


Background Color

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

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

This div background color is #9E83C5.


Border color

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

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

This div border color is #9E83C5.


Opacity

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

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

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

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

This text has shadow with #9E83C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E83C5 on black background.


Color preview on white background

This text has color #9E83C5 on white background.



Black color preview on #9E83C5 background

This text has black color on #9E83C5 background.


White color preview on #9E83C5 background

This text has white color on #9E83C5 background.