COLOR #9178AF

HEX: #9178AF RGB: (145,120,175)

Color info

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

RGB color model

#9178AF color RGB value is (145,120,175).

RGB: (145,120,175) (57%, 47%, 69%)

RGB channels and saturation

R 145 of 255 = 57%
G 120 of 255 = 47%
B 175 of 255 = 69%

145
120
175

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

Portions of RGB colors in percentages

R + G + B = 145 + 120 + 175 = 440 (100%)
R 145 of 440 ~ 32.95%
G 120 of 440 ~ 27.27%
B 175 of 440 ~ 39.77'%

%32.95
%27.27
%39.77

CMYK color model

#9178AF color CMYK value is (17,31,0,31).

  • cyan value is 17.14%
  • magenta value is 31.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (17,31,0,31)
C17M31Y0K31 (17%, 31%, 0%, 31%)
(0.17 / 0.31 / 0.00 / 0.31)

CMYK percentages

%17.14
%31.43
%0
%31.37

Codes

Color #9178AF in popluar color models

91 78 AF
RGB 145 120 175
HSL 267° 25.58% 57.84%
HSB/HSV 267° 31.43% 68.63%
CMYK 17.14% 31.43% 0.00%
31.37%

Color #9178AF in popluar number systems.

HEX 91 78 AF
Decimal 145 120 175
Binary 10010001 1111000 10101111
Octal 221 170 257

Shades and tints

Shades of #9178AF

#9178AF
(145,120,175)
#846EA0
(132,110,160)
#776491
(119,100,145)
#6A5A82
(106,90,130)
#5D5073
(93,80,115)
#504664
(80,70,100)
#433C55
(67,60,85)
#363246
(54,50,70)
#292837
(41,40,55)
#1C1E28
(28,30,40)
#0F1419
(15,20,25)
#000000
(0,0,0)

Tints of #9178AF

#9178AF
(145,120,175)
#9B84B6
(155,132,182)
#A590BD
(165,144,189)
#AF9CC4
(175,156,196)
#B9A8CB
(185,168,203)
#C3B4D2
(195,180,210)
#CDC0D9
(205,192,217)
#D7CCE0
(215,204,224)
#E1D8E7
(225,216,231)
#EBE4EE
(235,228,238)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9178AF; }

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

This text font color is #9178AF.

Background Color

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

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

This div background color is #9178AF.

Border color

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

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

This div border color is #9178AF.

Opacity

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

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

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

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

This text has shadow with #9178AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9178AF.

Preview

Color preview on black background

This text has color #9178AF on black background.


Color preview on white background

This text has color #9178AF on white background.


Black color preview on #9178AF background

This text has black color on #9178AF background.


White color preview on #9178AF background

This text has white color on #9178AF background.


Related colors

Complementary color

Complementary color for #hex is #6E8750.


I love getcolorcode.com

Triadic colors

1 #AF9178 and #78AF91 with #9178AF are triadic colors.

2 #AF7891 and #7891AF with #9178AF are triadic colors.