COLOR #9179AE

HEX: #9179AE RGB: (145,121,174)

Color info

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

RGB color model

#9179AE color RGB value is (145,121,174).

RGB: (145,121,174) (57%, 47%, 68%)

RGB channels and saturation

R 145 of 255 = 57%
G 121 of 255 = 47%
B 174 of 255 = 68%

145
121
174

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

Portions of RGB colors in percentages

R + G + B = 145 + 121 + 174 = 440 (100%)
R 145 of 440 ~ 32.95%
G 121 of 440 ~ 27.5%
B 174 of 440 ~ 39.55'%

%32.95
%27.5
%39.55

CMYK color model

#9179AE color CMYK value is (17,30,0,32).

  • cyan value is 16.67%
  • magenta value is 30.46%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (17,30,0,32)
C17M30Y0K32 (17%, 30%, 0%, 32%)
(0.17 / 0.30 / 0.00 / 0.32)

CMYK percentages

%16.67
%30.46
%0
%31.76

Codes

Color #9179AE in popluar color models

91 79 AE
RGB 145 121 174
HSL 267° 24.65% 57.84%
HSB/HSV 267° 30.46% 68.24%
CMYK 16.67% 30.46% 0.00%
31.76%

Color #9179AE in popluar number systems.

HEX 91 79 AE
Decimal 145 121 174
Binary 10010001 1111001 10101110
Octal 221 171 256

Shades and tints

Shades of #9179AE

#9179AE
(145,121,174)
#846E9F
(132,110,159)
#776390
(119,99,144)
#6A5881
(106,88,129)
#5D4D72
(93,77,114)
#504263
(80,66,99)
#433754
(67,55,84)
#362C45
(54,44,69)
#292136
(41,33,54)
#1C1627
(28,22,39)
#0F0B18
(15,11,24)
#000000
(0,0,0)

Tints of #9179AE

#9179AE
(145,121,174)
#9B85B5
(155,133,181)
#A591BC
(165,145,188)
#AF9DC3
(175,157,195)
#B9A9CA
(185,169,202)
#C3B5D1
(195,181,209)
#CDC1D8
(205,193,216)
#D7CDDF
(215,205,223)
#E1D9E6
(225,217,230)
#EBE5ED
(235,229,237)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9179AE color. Also use rgb(145,121,174) instead hex code.

Text Font Color

.myTextColor { color: #9179AE; }

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

This text font color is #9179AE.

Background Color

.myBgColor { background-color: #9179AE; }

<div style="background-color:#9179AE">Inner text</div>

This div background color is #9179AE.

Border color

.myBorderColor { border: 1px solid #9179AE; }

<div style="border:3px solid #9179AE">Div</div>

This div border color is #9179AE.

Opacity

.myOpacity80 { color: #9179AE; opacity: 0.8; }

<p style="color:#9179AE;opacity:0.8;">80%</p>

Text with #9179AE 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 #9179AE;}

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

This text has shadow with #9179AE color.


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

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

This text has shadow with #9179AE primary color and red secondary color.


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

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

This text has shadow with #9179AE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9179AE.

Preview

Color preview on black background

This text has color #9179AE on black background.


Color preview on white background

This text has color #9179AE on white background.


Black color preview on #9179AE background

This text has black color on #9179AE background.


White color preview on #9179AE background

This text has white color on #9179AE background.


Related colors

Complementary color

Complementary color for #hex is #6E8651.


I love getcolorcode.com

Triadic colors

1 #AE9179 and #79AE91 with #9179AE are triadic colors.

2 #AE7991 and #7991AE with #9179AE are triadic colors.