COLOR #9E6EBE

HEX: #9E6EBE RGB: (158,110,190)

Color info

#9E6EBE contains mainly red and blue colors. Web safe color of #9E6EBE is #9966CC (or #96C).

RGB color model

#9E6EBE color RGB value is (158,110,190).

RGB: (158,110,190) (62%, 43%, 75%)

RGB channels and saturation

R 158 of 255 = 62%
G 110 of 255 = 43%
B 190 of 255 = 75%

158
110
190

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

Portions of RGB colors in percentages

R + G + B = 158 + 110 + 190 = 458 (100%)
R 158 of 458 ~ 34.5%
G 110 of 458 ~ 24.02%
B 190 of 458 ~ 41.48'%

%34.5
%24.02
%41.48

CMYK color model

#9E6EBE color CMYK value is (17,42,0,25).

  • cyan value is 16.84%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (17,42,0,25)
C17M42Y0K25 (17%, 42%, 0%, 25%)
(0.17 / 0.42 / 0.00 / 0.25)

CMYK percentages

%16.84
%42.11
%0
%25.49

Codes

Color #9E6EBE in popluar color models

9E 6E BE
RGB 158 110 190
HSL 276° 38.10% 58.82%
HSB/HSV 276° 42.11% 74.51%
CMYK 16.84% 42.11% 0.00%
25.49%

Color #9E6EBE in popluar number systems.

HEX 9E 6E BE
Decimal 158 110 190
Binary 10011110 1101110 10111110
Octal 236 156 276

Shades and tints

Shades of #9E6EBE

#9E6EBE
(158,110,190)
#9064AD
(144,100,173)
#825A9C
(130,90,156)
#74508B
(116,80,139)
#66467A
(102,70,122)
#583C69
(88,60,105)
#4A3258
(74,50,88)
#3C2847
(60,40,71)
#2E1E36
(46,30,54)
#201425
(32,20,37)
#120A14
(18,10,20)
#000000
(0,0,0)

Tints of #9E6EBE

#9E6EBE
(158,110,190)
#A67BC3
(166,123,195)
#AE88C8
(174,136,200)
#B695CD
(182,149,205)
#BEA2D2
(190,162,210)
#C6AFD7
(198,175,215)
#CEBCDC
(206,188,220)
#D6C9E1
(214,201,225)
#DED6E6
(222,214,230)
#E6E3EB
(230,227,235)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E6EBE; }

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

This text font color is #9E6EBE.

Background Color

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

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

This div background color is #9E6EBE.

Border color

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

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

This div border color is #9E6EBE.

Opacity

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

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

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

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

This text has shadow with #9E6EBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E6EBE.

Preview

Color preview on black background

This text has color #9E6EBE on black background.


Color preview on white background

This text has color #9E6EBE on white background.


Black color preview on #9E6EBE background

This text has black color on #9E6EBE background.


White color preview on #9E6EBE background

This text has white color on #9E6EBE background.


Related colors

Complementary color

Complementary color for #hex is #619141.


I love getcolorcode.com

Triadic colors

1 #BE9E6E and #6EBE9E with #9E6EBE are triadic colors.

2 #BE6E9E and #6E9EBE with #9E6EBE are triadic colors.