COLOR #9E76B4

HEX: #9E76B4
RGB: (158,118,180)

Color info

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

RGB color model

#9E76B4 color RGB value is (158,118,180).

  • red value is 158;
  • green value is 118;
  • blue value is 180.
RGB:
(158,118,180)
(62%,46%,71%)

RGB channels and saturation

R 158 of 255 = 62%
G 118 of 255 = 46%
B 180 of 255 = 71%

158
118
180

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

Portions of RGB colors in percentages

R + G + B =
158 + 118 + 180 = 456 (100%)
R 158 of 456 ~ 34.65%
G 118 of 456 ~ 25.88%
B 180 of 456 ~ 39.47%

%34.65
%25.88
%39.47

CMYK color model

#9E76B4 color CMYK value is (12,34,0,29).

  • cyan value is 12.22%
  • magenta value is 34.44%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(12,34,0,29)
C12M34Y0K29 
(12%,34%,0%,29%)
(0.12/0.34/0.00/0.29)	

CMYK percentages

%12.22
%34.44
%0
%29.41

Codes

Color #9E76B4 in popluar color models

9E76B4
RGB158118180
HSL279°29.25%58.43%
HSB/HSV279°34.44%70.59%
CMYK12.22%34.44%0.00%
29.41%

Color #9E76B4 in popluar number systems.

HEX9E76B4
Decimal158118180
Binary10011110111011010110100
Octal236166264

Shades and tints

Shades of #9E76B4

#9E76B4
(158,118,180)
#906CA4
(144,108,164)
#826294
(130,98,148)
#745884
(116,88,132)
#664E74
(102,78,116)
#584464
(88,68,100)
#4A3A54
(74,58,84)
#3C3044
(60,48,68)
#2E2634
(46,38,52)
#201C24
(32,28,36)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #9E76B4

#9E76B4
(158,118,180)
#A682BA
(166,130,186)
#AE8EC0
(174,142,192)
#B69AC6
(182,154,198)
#BEA6CC
(190,166,204)
#C6B2D2
(198,178,210)
#CEBED8
(206,190,216)
#D6CADE
(214,202,222)
#DED6E4
(222,214,228)
#E6E2EA
(230,226,234)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E76B4 color. Also use rgb(158,118,180) instead hex code.

Text Font Color

.myTextColor { color: #9E76B4; }

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

This text font color is #9E76B4.


Background Color

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

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

This div background color is #9E76B4.


Border color

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

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

This div border color is #9E76B4.


Opacity

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

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

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

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

This text has shadow with #9E76B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E76B4 on black background.


Color preview on white background

This text has color #9E76B4 on white background.



Black color preview on #9E76B4 background

This text has black color on #9E76B4 background.


White color preview on #9E76B4 background

This text has white color on #9E76B4 background.