COLOR #9177AA

HEX: #9177AA
RGB: (145,119,170)

Color info

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

RGB color model

#9177AA color RGB value is (145,119,170).

  • red value is 145;
  • green value is 119;
  • blue value is 170.
RGB:
(145,119,170)
(57%,47%,67%)

RGB channels and saturation

R 145 of 255 = 57%
G 119 of 255 = 47%
B 170 of 255 = 67%

145
119
170

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

Portions of RGB colors in percentages

R + G + B =
145 + 119 + 170 = 434 (100%)
R 145 of 434 ~ 33.41%
G 119 of 434 ~ 27.42%
B 170 of 434 ~ 39.17%

%33.41
%27.42
%39.17

CMYK color model

#9177AA color CMYK value is (15,30,0,33).

  • cyan value is 14.71%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(15,30,0,33)
C15M30Y0K33 
(15%,30%,0%,33%)
(0.15/0.30/0.00/0.33)	

CMYK percentages

%14.71
%30
%0
%33.33

Codes

Color #9177AA in popluar color models

9177AA
RGB145119170
HSL271°23.08%56.67%
HSB/HSV271°30.00%66.67%
CMYK14.71%30.00%0.00%
33.33%

Color #9177AA in popluar number systems.

HEX9177AA
Decimal145119170
Binary10010001111011110101010
Octal221167252

Shades and tints

Shades of #9177AA

#9177AA
(145,119,170)
#846D9B
(132,109,155)
#77638C
(119,99,140)
#6A597D
(106,89,125)
#5D4F6E
(93,79,110)
#50455F
(80,69,95)
#433B50
(67,59,80)
#363141
(54,49,65)
#292732
(41,39,50)
#1C1D23
(28,29,35)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #9177AA

#9177AA
(145,119,170)
#9B83B1
(155,131,177)
#A58FB8
(165,143,184)
#AF9BBF
(175,155,191)
#B9A7C6
(185,167,198)
#C3B3CD
(195,179,205)
#CDBFD4
(205,191,212)
#D7CBDB
(215,203,219)
#E1D7E2
(225,215,226)
#EBE3E9
(235,227,233)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9177AA color. Also use rgb(145,119,170) instead hex code.

Text Font Color

.myTextColor { color: #9177AA; }

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

This text font color is #9177AA.


Background Color

.myBgColor { background-color: #9177AA; }

<div style="background-color:#9177AA">Inner text</div>

This div background color is #9177AA.


Border color

.myBorderColor { border: 1px solid #9177AA; }

<div style="border:3px solid #9177AA">Div</div>

This div border color is #9177AA.


Opacity

.myOpacity80 { color: #9177AA; opacity: 0.8; }

<p style="color:#9177AA;opacity:0.8;">80%</p>

Text with #9177AA 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 #9177AA;}

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

This text has shadow with #9177AA color.

.textShadow {text-shadow: 3px 3px 1px #9177AA, 3px 3px 1px red;}

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

This text has shadow with #9177AA primary color and red secondary color.


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

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

This text has shadow with #9177AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9177AA on black background.


Color preview on white background

This text has color #9177AA on white background.



Black color preview on #9177AA background

This text has black color on #9177AA background.


White color preview on #9177AA background

This text has white color on #9177AA background.