COLOR #9E699B

HEX: #9E699B RGB: (158,105,155)

Color info

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

RGB color model

#9E699B color RGB value is (158,105,155).

RGB: (158,105,155) (62%, 41%, 61%)

RGB channels and saturation

R 158 of 255 = 62%
G 105 of 255 = 41%
B 155 of 255 = 61%

158
105
155

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

Portions of RGB colors in percentages

R + G + B = 158 + 105 + 155 = 418 (100%)
R 158 of 418 ~ 37.8%
G 105 of 418 ~ 25.12%
B 155 of 418 ~ 37.08'%

%37.8
%25.12
%37.08

CMYK color model

#9E699B color CMYK value is (0,34,2,38).

  • cyan value is 0.00%
  • magenta value is 33.54%
  • yellow value is 1.90%
  • key color value is 38.04%
CMYK: (0,34,2,38) C0M34Y2K38 (0%,34%,2%,38%) (0.00/0.34/0.02/0.38) 

CMYK percentages

%0
%33.54
%1.9
%38.04

Codes

Color #9E699B in popluar color models

9E 69 9B
RGB 158 105 155
HSL 303° 21.46% 51.57%
HSB/HSV 303° 33.54% 61.96%
CMYK 0.00% 33.54% 1.90%
38.04%

Color #9E699B in popluar number systems.

HEX 9E 69 9B
Decimal 158 105 155
Binary 10011110 1101001 10011011
Octal 236 151 233

Shades and tints

Shades of #9E699B

#9E699B
(158,105,155)
#90608D
(144,96,141)
#82577F
(130,87,127)
#744E71
(116,78,113)
#664563
(102,69,99)
#583C55
(88,60,85)
#4A3347
(74,51,71)
#3C2A39
(60,42,57)
#2E212B
(46,33,43)
#20181D
(32,24,29)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #9E699B

#9E699B
(158,105,155)
#A676A4
(166,118,164)
#AE83AD
(174,131,173)
#B690B6
(182,144,182)
#BE9DBF
(190,157,191)
#C6AAC8
(198,170,200)
#CEB7D1
(206,183,209)
#D6C4DA
(214,196,218)
#DED1E3
(222,209,227)
#E6DEEC
(230,222,236)
#EEEBF5
(238,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E699B; }

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

This text font color is #9E699B.

Background Color

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

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

This div background color is #9E699B.

Border color

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

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

This div border color is #9E699B.

Opacity

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

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

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

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

This text has shadow with #9E699B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E699B.

Preview

Color preview on black background

This text has color #9E699B on black background.


Color preview on white background

This text has color #9E699B on white background.


Black color preview on #9E699B background

This text has black color on #9E699B background.


White color preview on #9E699B background

This text has white color on #9E699B background.


Related colors

Complementary color

Complementary color for #hex is #619664.


I love getcolorcode.com

Triadic colors

1 #9B9E69 and #699B9E with #9E699B are triadic colors.

2 #9B699E and #699E9B with #9E699B are triadic colors.