COLOR #9E5681

HEX: #9E5681
RGB: (158,86,129)

Color info

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

RGB color model

#9E5681 color RGB value is (158,86,129).

  • red value is 158;
  • green value is 86;
  • blue value is 129.
RGB:
(158,86,129)
(62%,34%,51%)

RGB channels and saturation

R 158 of 255 = 62%
G 86 of 255 = 34%
B 129 of 255 = 51%

158
86
129

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

Portions of RGB colors in percentages

R + G + B =
158 + 86 + 129 = 373 (100%)
R 158 of 373 ~ 42.36%
G 86 of 373 ~ 23.06%
B 129 of 373 ~ 34.58%

%42.36
%23.06
%34.58

CMYK color model

#9E5681 color CMYK value is (0,46,18,38).

  • cyan value is 0.00%
  • magenta value is 45.57%
  • yellow value is 18.35%
  • key color value is 38.04%
CMYK:
(0,46,18,38)
C0M46Y18K38 
(0%,46%,18%,38%)
(0.00/0.46/0.18/0.38)	

CMYK percentages

%0
%45.57
%18.35
%38.04

Codes

Color #9E5681 in popluar color models

9E5681
RGB15886129
HSL324°29.51%47.84%
HSB/HSV324°45.57%61.96%
CMYK0.00%45.57%18.35%
38.04%

Color #9E5681 in popluar number systems.

HEX9E5681
Decimal15886129
Binary10011110101011010000001
Octal236126201

Shades and tints

Shades of #9E5681

#9E5681
(158,86,129)
#904F76
(144,79,118)
#82486B
(130,72,107)
#744160
(116,65,96)
#663A55
(102,58,85)
#58334A
(88,51,74)
#4A2C3F
(74,44,63)
#3C2534
(60,37,52)
#2E1E29
(46,30,41)
#20171E
(32,23,30)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #9E5681

#9E5681
(158,86,129)
#A6658C
(166,101,140)
#AE7497
(174,116,151)
#B683A2
(182,131,162)
#BE92AD
(190,146,173)
#C6A1B8
(198,161,184)
#CEB0C3
(206,176,195)
#D6BFCE
(214,191,206)
#DECED9
(222,206,217)
#E6DDE4
(230,221,228)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5681 color. Also use rgb(158,86,129) instead hex code.

Text Font Color

.myTextColor { color: #9E5681; }

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

This text font color is #9E5681.


Background Color

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

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

This div background color is #9E5681.


Border color

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

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

This div border color is #9E5681.


Opacity

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

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

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

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

This text has shadow with #9E5681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5681 on black background.


Color preview on white background

This text has color #9E5681 on white background.



Black color preview on #9E5681 background

This text has black color on #9E5681 background.


White color preview on #9E5681 background

This text has white color on #9E5681 background.