COLOR #9E6EB0

HEX: #9E6EB0
RGB: (158,110,176)

Color info

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

RGB color model

#9E6EB0 color RGB value is (158,110,176).

  • red value is 158;
  • green value is 110;
  • blue value is 176.
RGB:
(158,110,176)
(62%,43%,69%)

RGB channels and saturation

R 158 of 255 = 62%
G 110 of 255 = 43%
B 176 of 255 = 69%

158
110
176

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

Portions of RGB colors in percentages

R + G + B =
158 + 110 + 176 = 444 (100%)
R 158 of 444 ~ 35.59%
G 110 of 444 ~ 24.77%
B 176 of 444 ~ 39.64%

%35.59
%24.77
%39.64

CMYK color model

#9E6EB0 color CMYK value is (10,38,0,31).

  • cyan value is 10.23%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(10,38,0,31)
C10M38Y0K31 
(10%,38%,0%,31%)
(0.10/0.38/0.00/0.31)	

CMYK percentages

%10.23
%37.5
%0
%30.98

Codes

Color #9E6EB0 in popluar color models

9E6EB0
RGB158110176
HSL284°29.46%56.08%
HSB/HSV284°37.50%69.02%
CMYK10.23%37.50%0.00%
30.98%

Color #9E6EB0 in popluar number systems.

HEX9E6EB0
Decimal158110176
Binary10011110110111010110000
Octal236156260

Shades and tints

Shades of #9E6EB0

#9E6EB0
(158,110,176)
#9064A0
(144,100,160)
#825A90
(130,90,144)
#745080
(116,80,128)
#664670
(102,70,112)
#583C60
(88,60,96)
#4A3250
(74,50,80)
#3C2840
(60,40,64)
#2E1E30
(46,30,48)
#201420
(32,20,32)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #9E6EB0

#9E6EB0
(158,110,176)
#A67BB7
(166,123,183)
#AE88BE
(174,136,190)
#B695C5
(182,149,197)
#BEA2CC
(190,162,204)
#C6AFD3
(198,175,211)
#CEBCDA
(206,188,218)
#D6C9E1
(214,201,225)
#DED6E8
(222,214,232)
#E6E3EF
(230,227,239)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6EB0 color. Also use rgb(158,110,176) instead hex code.

Text Font Color

.myTextColor { color: #9E6EB0; }

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

This text font color is #9E6EB0.


Background Color

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

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

This div background color is #9E6EB0.


Border color

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

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

This div border color is #9E6EB0.


Opacity

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

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

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

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

This text has shadow with #9E6EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6EB0 on black background.


Color preview on white background

This text has color #9E6EB0 on white background.



Black color preview on #9E6EB0 background

This text has black color on #9E6EB0 background.


White color preview on #9E6EB0 background

This text has white color on #9E6EB0 background.