COLOR #9178AA

HEX: #9178AA
RGB: (145,120,170)

Color info

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

RGB color model

#9178AA color RGB value is (145,120,170).

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

RGB channels and saturation

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

145
120
170

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

Portions of RGB colors in percentages

R + G + B =
145 + 120 + 170 = 435 (100%)
R 145 of 435 ~ 33.33%
G 120 of 435 ~ 27.59%
B 170 of 435 ~ 39.08%

%33.33
%27.59
%39.08

CMYK color model

#9178AA color CMYK value is (15,29,0,33).

  • cyan value is 14.71%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(15,29,0,33)
C15M29Y0K33 
(15%,29%,0%,33%)
(0.15/0.29/0.00/0.33)	

CMYK percentages

%14.71
%29.41
%0
%33.33

Codes

Color #9178AA in popluar color models

9178AA
RGB145120170
HSL270°22.73%56.86%
HSB/HSV270°29.41%66.67%
CMYK14.71%29.41%0.00%
33.33%

Color #9178AA in popluar number systems.

HEX9178AA
Decimal145120170
Binary10010001111100010101010
Octal221170252

Shades and tints

Shades of #9178AA

#9178AA
(145,120,170)
#846E9B
(132,110,155)
#77648C
(119,100,140)
#6A5A7D
(106,90,125)
#5D506E
(93,80,110)
#50465F
(80,70,95)
#433C50
(67,60,80)
#363241
(54,50,65)
#292832
(41,40,50)
#1C1E23
(28,30,35)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #9178AA

#9178AA
(145,120,170)
#9B84B1
(155,132,177)
#A590B8
(165,144,184)
#AF9CBF
(175,156,191)
#B9A8C6
(185,168,198)
#C3B4CD
(195,180,205)
#CDC0D4
(205,192,212)
#D7CCDB
(215,204,219)
#E1D8E2
(225,216,226)
#EBE4E9
(235,228,233)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9178AA; }

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

This text font color is #9178AA.


Background Color

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

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

This div background color is #9178AA.


Border color

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

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

This div border color is #9178AA.


Opacity

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

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

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

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

This text has shadow with #9178AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9178AA on black background.


Color preview on white background

This text has color #9178AA on white background.



Black color preview on #9178AA background

This text has black color on #9178AA background.


White color preview on #9178AA background

This text has white color on #9178AA background.