COLOR #9E669A

HEX: #9E669A
RGB: (158,102,154)

Color info

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

RGB color model

#9E669A color RGB value is (158,102,154).

  • red value is 158;
  • green value is 102;
  • blue value is 154.
RGB:
(158,102,154)
(62%,40%,60%)

RGB channels and saturation

R 158 of 255 = 62%
G 102 of 255 = 40%
B 154 of 255 = 60%

158
102
154

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

Portions of RGB colors in percentages

R + G + B =
158 + 102 + 154 = 414 (100%)
R 158 of 414 ~ 38.16%
G 102 of 414 ~ 24.64%
B 154 of 414 ~ 37.2%

%38.16
%24.64
%37.2

CMYK color model

#9E669A color CMYK value is (0,35,3,38).

  • cyan value is 0.00%
  • magenta value is 35.44%
  • yellow value is 2.53%
  • key color value is 38.04%
CMYK:
(0,35,3,38)
C0M35Y3K38 
(0%,35%,3%,38%)
(0.00/0.35/0.03/0.38)	

CMYK percentages

%0
%35.44
%2.53
%38.04

Codes

Color #9E669A in popluar color models

9E669A
RGB158102154
HSL304°22.40%50.98%
HSB/HSV304°35.44%61.96%
CMYK0.00%35.44%2.53%
38.04%

Color #9E669A in popluar number systems.

HEX9E669A
Decimal158102154
Binary10011110110011010011010
Octal236146232

Shades and tints

Shades of #9E669A

#9E669A
(158,102,154)
#905D8C
(144,93,140)
#82547E
(130,84,126)
#744B70
(116,75,112)
#664262
(102,66,98)
#583954
(88,57,84)
#4A3046
(74,48,70)
#3C2738
(60,39,56)
#2E1E2A
(46,30,42)
#20151C
(32,21,28)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #9E669A

#9E669A
(158,102,154)
#A673A3
(166,115,163)
#AE80AC
(174,128,172)
#B68DB5
(182,141,181)
#BE9ABE
(190,154,190)
#C6A7C7
(198,167,199)
#CEB4D0
(206,180,208)
#D6C1D9
(214,193,217)
#DECEE2
(222,206,226)
#E6DBEB
(230,219,235)
#EEE8F4
(238,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E669A color. Also use rgb(158,102,154) instead hex code.

Text Font Color

.myTextColor { color: #9E669A; }

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

This text font color is #9E669A.


Background Color

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

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

This div background color is #9E669A.


Border color

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

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

This div border color is #9E669A.


Opacity

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

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

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

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

This text has shadow with #9E669A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E669A on black background.


Color preview on white background

This text has color #9E669A on white background.



Black color preview on #9E669A background

This text has black color on #9E669A background.


White color preview on #9E669A background

This text has white color on #9E669A background.