COLOR #9A779B

HEX: #9A779B RGB: (154,119,155)

Color info

#9A779B contains red, green and blue colors in about the same proportion. Web safe color of #9A779B is #996699 (or #969).

RGB color model

#9A779B color RGB value is (154,119,155).

RGB: (154,119,155) (60%, 47%, 61%)

RGB channels and saturation

R 154 of 255 = 60%
G 119 of 255 = 47%
B 155 of 255 = 61%

154
119
155

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

Portions of RGB colors in percentages

R + G + B = 154 + 119 + 155 = 428 (100%)
R 154 of 428 ~ 35.98%
G 119 of 428 ~ 27.8%
B 155 of 428 ~ 36.21'%

%35.98
%27.8
%36.21

CMYK color model

#9A779B color CMYK value is (1,23,0,39).

  • cyan value is 0.65%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (1,23,0,39)
C1M23Y0K39 (1%, 23%, 0%, 39%)
(0.01 / 0.23 / 0.00 / 0.39)

CMYK percentages

%0.65
%23.23
%0
%39.22

Codes

Color #9A779B in popluar color models

9A 77 9B
RGB 154 119 155
HSL 298° 15.25% 53.73%
HSB/HSV 298° 23.23% 60.78%
CMYK 0.65% 23.23% 0.00%
39.22%

Color #9A779B in popluar number systems.

HEX 9A 77 9B
Decimal 154 119 155
Binary 10011010 1110111 10011011
Octal 232 167 233

Shades and tints

Shades of #9A779B

#9A779B
(154,119,155)
#8C6D8D
(140,109,141)
#7E637F
(126,99,127)
#705971
(112,89,113)
#624F63
(98,79,99)
#544555
(84,69,85)
#463B47
(70,59,71)
#383139
(56,49,57)
#2A272B
(42,39,43)
#1C1D1D
(28,29,29)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #9A779B

#9A779B
(154,119,155)
#A383A4
(163,131,164)
#AC8FAD
(172,143,173)
#B59BB6
(181,155,182)
#BEA7BF
(190,167,191)
#C7B3C8
(199,179,200)
#D0BFD1
(208,191,209)
#D9CBDA
(217,203,218)
#E2D7E3
(226,215,227)
#EBE3EC
(235,227,236)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A779B color. Also use rgb(154,119,155) instead hex code.

Text Font Color

.myTextColor { color: #9A779B; }

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

This text font color is #9A779B.

Background Color

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

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

This div background color is #9A779B.

Border color

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

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

This div border color is #9A779B.

Opacity

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

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

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

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

This text has shadow with #9A779B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A779B.

Preview

Color preview on black background

This text has color #9A779B on black background.


Color preview on white background

This text has color #9A779B on white background.


Black color preview on #9A779B background

This text has black color on #9A779B background.


White color preview on #9A779B background

This text has white color on #9A779B background.


Related colors

Complementary color

Complementary color for #hex is #658864.


I love getcolorcode.com

Triadic colors

1 #9B9A77 and #779B9A with #9A779B are triadic colors.

2 #9B779A and #779A9B with #9A779B are triadic colors.