COLOR #9E617B

HEX: #9E617B RGB: (158,97,123)

Color info

#9E617B contains mainly red and blue colors. Web safe color of #9E617B is #996666 (or #966).

RGB color model

#9E617B color RGB value is (158,97,123).

RGB: (158,97,123) (62%, 38%, 48%)

RGB channels and saturation

R 158 of 255 = 62%
G 97 of 255 = 38%
B 123 of 255 = 48%

158
97
123

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

Portions of RGB colors in percentages

R + G + B = 158 + 97 + 123 = 378 (100%)
R 158 of 378 ~ 41.8%
G 97 of 378 ~ 25.66%
B 123 of 378 ~ 32.54'%

%41.8
%25.66
%32.54

CMYK color model

#9E617B color CMYK value is (0,39,22,38).

  • cyan value is 0.00%
  • magenta value is 38.61%
  • yellow value is 22.15%
  • key color value is 38.04%

CMYK: (0,39,22,38)
C0M39Y22K38 (0%, 39%, 22%, 38%)
(0.00 / 0.39 / 0.22 / 0.38)

CMYK percentages

%0
%38.61
%22.15
%38.04

Codes

Color #9E617B in popluar color models

9E 61 7B
RGB 158 97 123
HSL 334° 23.92% 50.00%
HSB/HSV 334° 38.61% 61.96%
CMYK 0.00% 38.61% 22.15%
38.04%

Color #9E617B in popluar number systems.

HEX 9E 61 7B
Decimal 158 97 123
Binary 10011110 1100001 1111011
Octal 236 141 173

Shades and tints

Shades of #9E617B

#9E617B
(158,97,123)
#905970
(144,89,112)
#825165
(130,81,101)
#74495A
(116,73,90)
#66414F
(102,65,79)
#583944
(88,57,68)
#4A3139
(74,49,57)
#3C292E
(60,41,46)
#2E2123
(46,33,35)
#201918
(32,25,24)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #9E617B

#9E617B
(158,97,123)
#A66F87
(166,111,135)
#AE7D93
(174,125,147)
#B68B9F
(182,139,159)
#BE99AB
(190,153,171)
#C6A7B7
(198,167,183)
#CEB5C3
(206,181,195)
#D6C3CF
(214,195,207)
#DED1DB
(222,209,219)
#E6DFE7
(230,223,231)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E617B color. Also use rgb(158,97,123) instead hex code.

Text Font Color

.myTextColor { color: #9E617B; }

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

This text font color is #9E617B.

Background Color

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

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

This div background color is #9E617B.

Border color

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

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

This div border color is #9E617B.

Opacity

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

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

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

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

This text has shadow with #9E617B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E617B.

Preview

Color preview on black background

This text has color #9E617B on black background.


Color preview on white background

This text has color #9E617B on white background.


Black color preview on #9E617B background

This text has black color on #9E617B background.


White color preview on #9E617B background

This text has white color on #9E617B background.


Related colors

Complementary color

Complementary color for #hex is #619E84.


I love getcolorcode.com

Triadic colors

1 #7B9E61 and #617B9E with #9E617B are triadic colors.

2 #7B619E and #619E7B with #9E617B are triadic colors.