COLOR #9E809B

HEX: #9E809B RGB: (158,128,155)

Color info

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

RGB color model

#9E809B color RGB value is (158,128,155).

RGB: (158,128,155) (62%, 50%, 61%)

RGB channels and saturation

R 158 of 255 = 62%
G 128 of 255 = 50%
B 155 of 255 = 61%

158
128
155

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

Portions of RGB colors in percentages

R + G + B = 158 + 128 + 155 = 441 (100%)
R 158 of 441 ~ 35.83%
G 128 of 441 ~ 29.02%
B 155 of 441 ~ 35.15'%

%35.83
%29.02
%35.15

CMYK color model

#9E809B color CMYK value is (0,19,2,38).

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

CMYK: (0,19,2,38)
C0M19Y2K38 (0%, 19%, 2%, 38%)
(0.00 / 0.19 / 0.02 / 0.38)

CMYK percentages

%0
%18.99
%1.9
%38.04

Codes

Color #9E809B in popluar color models

9E 80 9B
RGB 158 128 155
HSL 306° 13.39% 56.08%
HSB/HSV 306° 18.99% 61.96%
CMYK 0.00% 18.99% 1.90%
38.04%

Color #9E809B in popluar number systems.

HEX 9E 80 9B
Decimal 158 128 155
Binary 10011110 10000000 10011011
Octal 236 200 233

Shades and tints

Shades of #9E809B

#9E809B
(158,128,155)
#90758D
(144,117,141)
#826A7F
(130,106,127)
#745F71
(116,95,113)
#665463
(102,84,99)
#584955
(88,73,85)
#4A3E47
(74,62,71)
#3C3339
(60,51,57)
#2E282B
(46,40,43)
#201D1D
(32,29,29)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #9E809B

#9E809B
(158,128,155)
#A68BA4
(166,139,164)
#AE96AD
(174,150,173)
#B6A1B6
(182,161,182)
#BEACBF
(190,172,191)
#C6B7C8
(198,183,200)
#CEC2D1
(206,194,209)
#D6CDDA
(214,205,218)
#DED8E3
(222,216,227)
#E6E3EC
(230,227,236)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E809B; }

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

This text font color is #9E809B.

Background Color

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

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

This div background color is #9E809B.

Border color

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

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

This div border color is #9E809B.

Opacity

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

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

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

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

This text has shadow with #9E809B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E809B.

Preview

Color preview on black background

This text has color #9E809B on black background.


Color preview on white background

This text has color #9E809B on white background.


Black color preview on #9E809B background

This text has black color on #9E809B background.


White color preview on #9E809B background

This text has white color on #9E809B background.


Related colors

Complementary color

Complementary color for #hex is #617F64.


I love getcolorcode.com

Triadic colors

1 #9B9E80 and #809B9E with #9E809B are triadic colors.

2 #9B809E and #809E9B with #9E809B are triadic colors.