COLOR #9A77A7

HEX: #9A77A7
RGB: (154,119,167)

Color info

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

RGB color model

#9A77A7 color RGB value is (154,119,167).

  • red value is 154;
  • green value is 119;
  • blue value is 167.
RGB:
(154,119,167)
(60%,47%,65%)

RGB channels and saturation

R 154 of 255 = 60%
G 119 of 255 = 47%
B 167 of 255 = 65%

154
119
167

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

Portions of RGB colors in percentages

R + G + B =
154 + 119 + 167 = 440 (100%)
R 154 of 440 ~ 35%
G 119 of 440 ~ 27.05%
B 167 of 440 ~ 37.95%

%35
%27.05
%37.95

CMYK color model

#9A77A7 color CMYK value is (8,29,0,35).

  • cyan value is 7.78%
  • magenta value is 28.74%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(8,29,0,35)
C8M29Y0K35 
(8%,29%,0%,35%)
(0.08/0.29/0.00/0.35)	

CMYK percentages

%7.78
%28.74
%0
%34.51

Codes

Color #9A77A7 in popluar color models

9A77A7
RGB154119167
HSL284°21.43%56.08%
HSB/HSV284°28.74%65.49%
CMYK7.78%28.74%0.00%
34.51%

Color #9A77A7 in popluar number systems.

HEX9A77A7
Decimal154119167
Binary10011010111011110100111
Octal232167247

Shades and tints

Shades of #9A77A7

#9A77A7
(154,119,167)
#8C6D98
(140,109,152)
#7E6389
(126,99,137)
#70597A
(112,89,122)
#624F6B
(98,79,107)
#54455C
(84,69,92)
#463B4D
(70,59,77)
#38313E
(56,49,62)
#2A272F
(42,39,47)
#1C1D20
(28,29,32)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #9A77A7

#9A77A7
(154,119,167)
#A383AF
(163,131,175)
#AC8FB7
(172,143,183)
#B59BBF
(181,155,191)
#BEA7C7
(190,167,199)
#C7B3CF
(199,179,207)
#D0BFD7
(208,191,215)
#D9CBDF
(217,203,223)
#E2D7E7
(226,215,231)
#EBE3EF
(235,227,239)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A77A7; }

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

This text font color is #9A77A7.


Background Color

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

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

This div background color is #9A77A7.


Border color

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

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

This div border color is #9A77A7.


Opacity

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

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

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

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

This text has shadow with #9A77A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A77A7 on black background.


Color preview on white background

This text has color #9A77A7 on white background.



Black color preview on #9A77A7 background

This text has black color on #9A77A7 background.


White color preview on #9A77A7 background

This text has white color on #9A77A7 background.