COLOR #9E6385

HEX: #9E6385
RGB: (158,99,133)

Color info

#9E6385 contains red, green and blue colors in about the same proportion. Web safe color of #9E6385 is #996699 (or #969).

RGB color model

#9E6385 color RGB value is (158,99,133).

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

RGB channels and saturation

R 158 of 255 = 62%
G 99 of 255 = 39%
B 133 of 255 = 52%

158
99
133

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

Portions of RGB colors in percentages

R + G + B =
158 + 99 + 133 = 390 (100%)
R 158 of 390 ~ 40.51%
G 99 of 390 ~ 25.38%
B 133 of 390 ~ 34.1%

%40.51
%25.38
%34.1

CMYK color model

#9E6385 color CMYK value is (0,37,16,38).

  • cyan value is 0.00%
  • magenta value is 37.34%
  • yellow value is 15.82%
  • key color value is 38.04%
CMYK:
(0,37,16,38)
C0M37Y16K38 
(0%,37%,16%,38%)
(0.00/0.37/0.16/0.38)	

CMYK percentages

%0
%37.34
%15.82
%38.04

Codes

Color #9E6385 in popluar color models

9E6385
RGB15899133
HSL325°23.32%50.39%
HSB/HSV325°37.34%61.96%
CMYK0.00%37.34%15.82%
38.04%

Color #9E6385 in popluar number systems.

HEX9E6385
Decimal15899133
Binary10011110110001110000101
Octal236143205

Shades and tints

Shades of #9E6385

#9E6385
(158,99,133)
#905A79
(144,90,121)
#82516D
(130,81,109)
#744861
(116,72,97)
#663F55
(102,63,85)
#583649
(88,54,73)
#4A2D3D
(74,45,61)
#3C2431
(60,36,49)
#2E1B25
(46,27,37)
#201219
(32,18,25)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #9E6385

#9E6385
(158,99,133)
#A67190
(166,113,144)
#AE7F9B
(174,127,155)
#B68DA6
(182,141,166)
#BE9BB1
(190,155,177)
#C6A9BC
(198,169,188)
#CEB7C7
(206,183,199)
#D6C5D2
(214,197,210)
#DED3DD
(222,211,221)
#E6E1E8
(230,225,232)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E6385; }

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

This text font color is #9E6385.


Background Color

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

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

This div background color is #9E6385.


Border color

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

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

This div border color is #9E6385.


Opacity

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

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

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

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

This text has shadow with #9E6385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6385 on black background.


Color preview on white background

This text has color #9E6385 on white background.



Black color preview on #9E6385 background

This text has black color on #9E6385 background.


White color preview on #9E6385 background

This text has white color on #9E6385 background.