COLOR #9E6FAE

HEX: #9E6FAE
RGB: (158,111,174)

Color info

#9E6FAE contains mainly red and blue colors. Web safe color of #9E6FAE is #996699 (or #969).

RGB color model

#9E6FAE color RGB value is (158,111,174).

  • red value is 158;
  • green value is 111;
  • blue value is 174.
RGB:
(158,111,174)
(62%,44%,68%)

RGB channels and saturation

R 158 of 255 = 62%
G 111 of 255 = 44%
B 174 of 255 = 68%

158
111
174

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

Portions of RGB colors in percentages

R + G + B =
158 + 111 + 174 = 443 (100%)
R 158 of 443 ~ 35.67%
G 111 of 443 ~ 25.06%
B 174 of 443 ~ 39.28%

%35.67
%25.06
%39.28

CMYK color model

#9E6FAE color CMYK value is (9,36,0,32).

  • cyan value is 9.20%
  • magenta value is 36.21%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(9,36,0,32)
C9M36Y0K32 
(9%,36%,0%,32%)
(0.09/0.36/0.00/0.32)	

CMYK percentages

%9.2
%36.21
%0
%31.76

Codes

Color #9E6FAE in popluar color models

9E6FAE
RGB158111174
HSL285°28.00%55.88%
HSB/HSV285°36.21%68.24%
CMYK9.20%36.21%0.00%
31.76%

Color #9E6FAE in popluar number systems.

HEX9E6FAE
Decimal158111174
Binary10011110110111110101110
Octal236157256

Shades and tints

Shades of #9E6FAE

#9E6FAE
(158,111,174)
#90659F
(144,101,159)
#825B90
(130,91,144)
#745181
(116,81,129)
#664772
(102,71,114)
#583D63
(88,61,99)
#4A3354
(74,51,84)
#3C2945
(60,41,69)
#2E1F36
(46,31,54)
#201527
(32,21,39)
#120B18
(18,11,24)
#000000
(0,0,0)

Tints of #9E6FAE

#9E6FAE
(158,111,174)
#A67CB5
(166,124,181)
#AE89BC
(174,137,188)
#B696C3
(182,150,195)
#BEA3CA
(190,163,202)
#C6B0D1
(198,176,209)
#CEBDD8
(206,189,216)
#D6CADF
(214,202,223)
#DED7E6
(222,215,230)
#E6E4ED
(230,228,237)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6FAE color. Also use rgb(158,111,174) instead hex code.

Text Font Color

.myTextColor { color: #9E6FAE; }

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

This text font color is #9E6FAE.


Background Color

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

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

This div background color is #9E6FAE.


Border color

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

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

This div border color is #9E6FAE.


Opacity

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

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

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

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

This text has shadow with #9E6FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6FAE on black background.


Color preview on white background

This text has color #9E6FAE on white background.



Black color preview on #9E6FAE background

This text has black color on #9E6FAE background.


White color preview on #9E6FAE background

This text has white color on #9E6FAE background.