COLOR #9E77B3

HEX: #9E77B3
RGB: (158,119,179)

Color info

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

RGB color model

#9E77B3 color RGB value is (158,119,179).

  • red value is 158;
  • green value is 119;
  • blue value is 179.
RGB:
(158,119,179)
(62%,47%,70%)

RGB channels and saturation

R 158 of 255 = 62%
G 119 of 255 = 47%
B 179 of 255 = 70%

158
119
179

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

Portions of RGB colors in percentages

R + G + B =
158 + 119 + 179 = 456 (100%)
R 158 of 456 ~ 34.65%
G 119 of 456 ~ 26.1%
B 179 of 456 ~ 39.25%

%34.65
%26.1
%39.25

CMYK color model

#9E77B3 color CMYK value is (12,34,0,30).

  • cyan value is 11.73%
  • magenta value is 33.52%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(12,34,0,30)
C12M34Y0K30 
(12%,34%,0%,30%)
(0.12/0.34/0.00/0.30)	

CMYK percentages

%11.73
%33.52
%0
%29.8

Codes

Color #9E77B3 in popluar color models

9E77B3
RGB158119179
HSL279°28.30%58.43%
HSB/HSV279°33.52%70.20%
CMYK11.73%33.52%0.00%
29.80%

Color #9E77B3 in popluar number systems.

HEX9E77B3
Decimal158119179
Binary10011110111011110110011
Octal236167263

Shades and tints

Shades of #9E77B3

#9E77B3
(158,119,179)
#906DA3
(144,109,163)
#826393
(130,99,147)
#745983
(116,89,131)
#664F73
(102,79,115)
#584563
(88,69,99)
#4A3B53
(74,59,83)
#3C3143
(60,49,67)
#2E2733
(46,39,51)
#201D23
(32,29,35)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #9E77B3

#9E77B3
(158,119,179)
#A683B9
(166,131,185)
#AE8FBF
(174,143,191)
#B69BC5
(182,155,197)
#BEA7CB
(190,167,203)
#C6B3D1
(198,179,209)
#CEBFD7
(206,191,215)
#D6CBDD
(214,203,221)
#DED7E3
(222,215,227)
#E6E3E9
(230,227,233)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E77B3 color. Also use rgb(158,119,179) instead hex code.

Text Font Color

.myTextColor { color: #9E77B3; }

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

This text font color is #9E77B3.


Background Color

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

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

This div background color is #9E77B3.


Border color

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

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

This div border color is #9E77B3.


Opacity

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

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

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

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

This text has shadow with #9E77B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E77B3 on black background.


Color preview on white background

This text has color #9E77B3 on white background.



Black color preview on #9E77B3 background

This text has black color on #9E77B3 background.


White color preview on #9E77B3 background

This text has white color on #9E77B3 background.