COLOR #9E6180

HEX: #9E6180 RGB: (158,97,128)

Color info

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

RGB color model

#9E6180 color RGB value is (158,97,128).

RGB: (158,97,128) (62%, 38%, 50%)

RGB channels and saturation

R 158 of 255 = 62%
G 97 of 255 = 38%
B 128 of 255 = 50%

158
97
128

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

Portions of RGB colors in percentages

R + G + B = 158 + 97 + 128 = 383 (100%)
R 158 of 383 ~ 41.25%
G 97 of 383 ~ 25.33%
B 128 of 383 ~ 33.42'%

%41.25
%25.33
%33.42

CMYK color model

#9E6180 color CMYK value is (0,39,19,38).

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

CMYK: (0,39,19,38)
C0M39Y19K38 (0%, 39%, 19%, 38%)
(0.00 / 0.39 / 0.19 / 0.38)

CMYK percentages

%0
%38.61
%18.99
%38.04

Codes

Color #9E6180 in popluar color models

9E 61 80
RGB 158 97 128
HSL 330° 23.92% 50.00%
HSB/HSV 330° 38.61% 61.96%
CMYK 0.00% 38.61% 18.99%
38.04%

Color #9E6180 in popluar number systems.

HEX 9E 61 80
Decimal 158 97 128
Binary 10011110 1100001 10000000
Octal 236 141 200

Shades and tints

Shades of #9E6180

#9E6180
(158,97,128)
#905975
(144,89,117)
#82516A
(130,81,106)
#74495F
(116,73,95)
#664154
(102,65,84)
#583949
(88,57,73)
#4A313E
(74,49,62)
#3C2933
(60,41,51)
#2E2128
(46,33,40)
#20191D
(32,25,29)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #9E6180

#9E6180
(158,97,128)
#A66F8B
(166,111,139)
#AE7D96
(174,125,150)
#B68BA1
(182,139,161)
#BE99AC
(190,153,172)
#C6A7B7
(198,167,183)
#CEB5C2
(206,181,194)
#D6C3CD
(214,195,205)
#DED1D8
(222,209,216)
#E6DFE3
(230,223,227)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E6180; }

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

This text font color is #9E6180.

Background Color

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

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

This div background color is #9E6180.

Border color

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

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

This div border color is #9E6180.

Opacity

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

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

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

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

This text has shadow with #9E6180 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E6180.

Preview

Color preview on black background

This text has color #9E6180 on black background.


Color preview on white background

This text has color #9E6180 on white background.


Black color preview on #9E6180 background

This text has black color on #9E6180 background.


White color preview on #9E6180 background

This text has white color on #9E6180 background.


Related colors

Complementary color

Complementary color for #hex is #619E7F.


I love getcolorcode.com

Triadic colors

1 #809E61 and #61809E with #9E6180 are triadic colors.

2 #80619E and #619E80 with #9E6180 are triadic colors.