COLOR #917CAD

HEX: #917CAD RGB: (145,124,173)

Color info

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

RGB color model

#917CAD color RGB value is (145,124,173).

RGB: (145,124,173) (57%, 49%, 68%)

RGB channels and saturation

R 145 of 255 = 57%
G 124 of 255 = 49%
B 173 of 255 = 68%

145
124
173

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

Portions of RGB colors in percentages

R + G + B = 145 + 124 + 173 = 442 (100%)
R 145 of 442 ~ 32.81%
G 124 of 442 ~ 28.05%
B 173 of 442 ~ 39.14'%

%32.81
%28.05
%39.14

CMYK color model

#917CAD color CMYK value is (16,28,0,32).

  • cyan value is 16.18%
  • magenta value is 28.32%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (16,28,0,32)
C16M28Y0K32 (16%, 28%, 0%, 32%)
(0.16 / 0.28 / 0.00 / 0.32)

CMYK percentages

%16.18
%28.32
%0
%32.16

Codes

Color #917CAD in popluar color models

91 7C AD
RGB 145 124 173
HSL 266° 23.00% 58.24%
HSB/HSV 266° 28.32% 67.84%
CMYK 16.18% 28.32% 0.00%
32.16%

Color #917CAD in popluar number systems.

HEX 91 7C AD
Decimal 145 124 173
Binary 10010001 1111100 10101101
Octal 221 174 255

Shades and tints

Shades of #917CAD

#917CAD
(145,124,173)
#84719E
(132,113,158)
#77668F
(119,102,143)
#6A5B80
(106,91,128)
#5D5071
(93,80,113)
#504562
(80,69,98)
#433A53
(67,58,83)
#362F44
(54,47,68)
#292435
(41,36,53)
#1C1926
(28,25,38)
#0F0E17
(15,14,23)
#000000
(0,0,0)

Tints of #917CAD

#917CAD
(145,124,173)
#9B87B4
(155,135,180)
#A592BB
(165,146,187)
#AF9DC2
(175,157,194)
#B9A8C9
(185,168,201)
#C3B3D0
(195,179,208)
#CDBED7
(205,190,215)
#D7C9DE
(215,201,222)
#E1D4E5
(225,212,229)
#EBDFEC
(235,223,236)
#F5EAF3
(245,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917CAD; }

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

This text font color is #917CAD.

Background Color

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

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

This div background color is #917CAD.

Border color

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

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

This div border color is #917CAD.

Opacity

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

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

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

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

This text has shadow with #917CAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #917CAD.

Preview

Color preview on black background

This text has color #917CAD on black background.


Color preview on white background

This text has color #917CAD on white background.


Black color preview on #917CAD background

This text has black color on #917CAD background.


White color preview on #917CAD background

This text has white color on #917CAD background.


Related colors

Complementary color

Complementary color for #hex is #6E8352.


I love getcolorcode.com

Triadic colors

1 #AD917C and #7CAD91 with #917CAD are triadic colors.

2 #AD7C91 and #7C91AD with #917CAD are triadic colors.