COLOR #917CAB

HEX: #917CAB RGB: (145,124,171)

Color info

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

RGB color model

#917CAB color RGB value is (145,124,171).

RGB: (145,124,171) (57%, 49%, 67%)

RGB channels and saturation

R 145 of 255 = 57%
G 124 of 255 = 49%
B 171 of 255 = 67%

145
124
171

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

Portions of RGB colors in percentages

R + G + B = 145 + 124 + 171 = 440 (100%)
R 145 of 440 ~ 32.95%
G 124 of 440 ~ 28.18%
B 171 of 440 ~ 38.86'%

%32.95
%28.18
%38.86

CMYK color model

#917CAB color CMYK value is (15,27,0,33).

  • cyan value is 15.20%
  • magenta value is 27.49%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (15,27,0,33)
C15M27Y0K33 (15%, 27%, 0%, 33%)
(0.15 / 0.27 / 0.00 / 0.33)

CMYK percentages

%15.2
%27.49
%0
%32.94

Codes

Color #917CAB in popluar color models

91 7C AB
RGB 145 124 171
HSL 267° 21.86% 57.84%
HSB/HSV 267° 27.49% 67.06%
CMYK 15.20% 27.49% 0.00%
32.94%

Color #917CAB in popluar number systems.

HEX 91 7C AB
Decimal 145 124 171
Binary 10010001 1111100 10101011
Octal 221 174 253

Shades and tints

Shades of #917CAB

#917CAB
(145,124,171)
#84719C
(132,113,156)
#77668D
(119,102,141)
#6A5B7E
(106,91,126)
#5D506F
(93,80,111)
#504560
(80,69,96)
#433A51
(67,58,81)
#362F42
(54,47,66)
#292433
(41,36,51)
#1C1924
(28,25,36)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #917CAB

#917CAB
(145,124,171)
#9B87B2
(155,135,178)
#A592B9
(165,146,185)
#AF9DC0
(175,157,192)
#B9A8C7
(185,168,199)
#C3B3CE
(195,179,206)
#CDBED5
(205,190,213)
#D7C9DC
(215,201,220)
#E1D4E3
(225,212,227)
#EBDFEA
(235,223,234)
#F5EAF1
(245,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #917CAB color. Also use rgb(145,124,171) instead hex code.

Text Font Color

.myTextColor { color: #917CAB; }

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

This text font color is #917CAB.

Background Color

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

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

This div background color is #917CAB.

Border color

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

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

This div border color is #917CAB.

Opacity

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

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

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

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

This text has shadow with #917CAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #917CAB.

Preview

Color preview on black background

This text has color #917CAB on black background.


Color preview on white background

This text has color #917CAB on white background.


Black color preview on #917CAB background

This text has black color on #917CAB background.


White color preview on #917CAB background

This text has white color on #917CAB background.


Related colors

Complementary color

Complementary color for #hex is #6E8354.


I love getcolorcode.com

Triadic colors

1 #AB917C and #7CAB91 with #917CAB are triadic colors.

2 #AB7C91 and #7C91AB with #917CAB are triadic colors.