COLOR #917FAA

HEX: #917FAA RGB: (145,127,170)

Color info

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

RGB color model

#917FAA color RGB value is (145,127,170).

RGB: (145,127,170) (57%, 50%, 67%)

RGB channels and saturation

R 145 of 255 = 57%
G 127 of 255 = 50%
B 170 of 255 = 67%

145
127
170

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

Portions of RGB colors in percentages

R + G + B = 145 + 127 + 170 = 442 (100%)
R 145 of 442 ~ 32.81%
G 127 of 442 ~ 28.73%
B 170 of 442 ~ 38.46'%

%32.81
%28.73
%38.46

CMYK color model

#917FAA color CMYK value is (15,25,0,33).

  • cyan value is 14.71%
  • magenta value is 25.29%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (15,25,0,33)
C15M25Y0K33 (15%, 25%, 0%, 33%)
(0.15 / 0.25 / 0.00 / 0.33)

CMYK percentages

%14.71
%25.29
%0
%33.33

Codes

Color #917FAA in popluar color models

91 7F AA
RGB 145 127 170
HSL 265° 20.19% 58.24%
HSB/HSV 265° 25.29% 66.67%
CMYK 14.71% 25.29% 0.00%
33.33%

Color #917FAA in popluar number systems.

HEX 91 7F AA
Decimal 145 127 170
Binary 10010001 1111111 10101010
Octal 221 177 252

Shades and tints

Shades of #917FAA

#917FAA
(145,127,170)
#84749B
(132,116,155)
#77698C
(119,105,140)
#6A5E7D
(106,94,125)
#5D536E
(93,83,110)
#50485F
(80,72,95)
#433D50
(67,61,80)
#363241
(54,50,65)
#292732
(41,39,50)
#1C1C23
(28,28,35)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #917FAA

#917FAA
(145,127,170)
#9B8AB1
(155,138,177)
#A595B8
(165,149,184)
#AFA0BF
(175,160,191)
#B9ABC6
(185,171,198)
#C3B6CD
(195,182,205)
#CDC1D4
(205,193,212)
#D7CCDB
(215,204,219)
#E1D7E2
(225,215,226)
#EBE2E9
(235,226,233)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #917FAA color. Also use rgb(145,127,170) instead hex code.

Text Font Color

.myTextColor { color: #917FAA; }

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

This text font color is #917FAA.

Background Color

.myBgColor { background-color: #917FAA; }

<div style="background-color:#917FAA">Inner text</div>

This div background color is #917FAA.

Border color

.myBorderColor { border: 1px solid #917FAA; }

<div style="border:3px solid #917FAA">Div</div>

This div border color is #917FAA.

Opacity

.myOpacity80 { color: #917FAA; opacity: 0.8; }

<p style="color:#917FAA;opacity:0.8;">80%</p>

Text with #917FAA 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 #917FAA;}

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

This text has shadow with #917FAA color.


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

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

This text has shadow with #917FAA primary color and red secondary color.


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

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

This text has shadow with #917FAA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #917FAA.

Preview

Color preview on black background

This text has color #917FAA on black background.


Color preview on white background

This text has color #917FAA on white background.


Black color preview on #917FAA background

This text has black color on #917FAA background.


White color preview on #917FAA background

This text has white color on #917FAA background.


Related colors

Complementary color

Complementary color for #hex is #6E8055.


I love getcolorcode.com

Triadic colors

1 #AA917F and #7FAA91 with #917FAA are triadic colors.

2 #AA7F91 and #7F91AA with #917FAA are triadic colors.