COLOR #9E7ABE

HEX: #9E7ABE
RGB: (158,122,190)

Color info

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

RGB color model

#9E7ABE color RGB value is (158,122,190).

  • red value is 158;
  • green value is 122;
  • blue value is 190.
RGB:
(158,122,190)
(62%,48%,75%)

RGB channels and saturation

R 158 of 255 = 62%
G 122 of 255 = 48%
B 190 of 255 = 75%

158
122
190

R + G + B ~ 62%. #9E7ABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 122 + 190 = 470 (100%)
R 158 of 470 ~ 33.62%
G 122 of 470 ~ 25.96%
B 190 of 470 ~ 40.43%

%33.62
%25.96
%40.43

CMYK color model

#9E7ABE color CMYK value is (17,36,0,25).

  • cyan value is 16.84%
  • magenta value is 35.79%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(17,36,0,25)
C17M36Y0K25 
(17%,36%,0%,25%)
(0.17/0.36/0.00/0.25)	

CMYK percentages

%16.84
%35.79
%0
%25.49

Codes

Color #9E7ABE in popluar color models

9E7ABE
RGB158122190
HSL272°34.34%61.18%
HSB/HSV272°35.79%74.51%
CMYK16.84%35.79%0.00%
25.49%

Color #9E7ABE in popluar number systems.

HEX9E7ABE
Decimal158122190
Binary10011110111101010111110
Octal236172276

Shades and tints

Shades of #9E7ABE

#9E7ABE
(158,122,190)
#906FAD
(144,111,173)
#82649C
(130,100,156)
#74598B
(116,89,139)
#664E7A
(102,78,122)
#584369
(88,67,105)
#4A3858
(74,56,88)
#3C2D47
(60,45,71)
#2E2236
(46,34,54)
#201725
(32,23,37)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #9E7ABE

#9E7ABE
(158,122,190)
#A686C3
(166,134,195)
#AE92C8
(174,146,200)
#B69ECD
(182,158,205)
#BEAAD2
(190,170,210)
#C6B6D7
(198,182,215)
#CEC2DC
(206,194,220)
#D6CEE1
(214,206,225)
#DEDAE6
(222,218,230)
#E6E6EB
(230,230,235)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7ABE; }

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

This text font color is #9E7ABE.


Background Color

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

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

This div background color is #9E7ABE.


Border color

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

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

This div border color is #9E7ABE.


Opacity

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

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

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

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

This text has shadow with #9E7ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7ABE on black background.


Color preview on white background

This text has color #9E7ABE on white background.



Black color preview on #9E7ABE background

This text has black color on #9E7ABE background.


White color preview on #9E7ABE background

This text has white color on #9E7ABE background.