COLOR #917CB5

HEX: #917CB5
RGB: (145,124,181)

Color info

#917CB5 contains red, green and blue colors in about the same proportion. Web safe color of #917CB5 is #9966CC (or #96C).

RGB color model

#917CB5 color RGB value is (145,124,181).

  • red value is 145;
  • green value is 124;
  • blue value is 181.
RGB:
(145,124,181)
(57%,49%,71%)

RGB channels and saturation

R 145 of 255 = 57%
G 124 of 255 = 49%
B 181 of 255 = 71%

145
124
181

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

Portions of RGB colors in percentages

R + G + B =
145 + 124 + 181 = 450 (100%)
R 145 of 450 ~ 32.22%
G 124 of 450 ~ 27.56%
B 181 of 450 ~ 40.22%

%32.22
%27.56
%40.22

CMYK color model

#917CB5 color CMYK value is (20,31,0,29).

  • cyan value is 19.89%
  • magenta value is 31.49%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(20,31,0,29)
C20M31Y0K29 
(20%,31%,0%,29%)
(0.20/0.31/0.00/0.29)	

CMYK percentages

%19.89
%31.49
%0
%29.02

Codes

Color #917CB5 in popluar color models

917CB5
RGB145124181
HSL262°27.80%59.80%
HSB/HSV262°31.49%70.98%
CMYK19.89%31.49%0.00%
29.02%

Color #917CB5 in popluar number systems.

HEX917CB5
Decimal145124181
Binary10010001111110010110101
Octal221174265

Shades and tints

Shades of #917CB5

#917CB5
(145,124,181)
#8471A5
(132,113,165)
#776695
(119,102,149)
#6A5B85
(106,91,133)
#5D5075
(93,80,117)
#504565
(80,69,101)
#433A55
(67,58,85)
#362F45
(54,47,69)
#292435
(41,36,53)
#1C1925
(28,25,37)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #917CB5

#917CB5
(145,124,181)
#9B87BB
(155,135,187)
#A592C1
(165,146,193)
#AF9DC7
(175,157,199)
#B9A8CD
(185,168,205)
#C3B3D3
(195,179,211)
#CDBED9
(205,190,217)
#D7C9DF
(215,201,223)
#E1D4E5
(225,212,229)
#EBDFEB
(235,223,235)
#F5EAF1
(245,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917CB5; }

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

This text font color is #917CB5.


Background Color

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

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

This div background color is #917CB5.


Border color

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

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

This div border color is #917CB5.


Opacity

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

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

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

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

This text has shadow with #917CB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917CB5 on black background.


Color preview on white background

This text has color #917CB5 on white background.



Black color preview on #917CB5 background

This text has black color on #917CB5 background.


White color preview on #917CB5 background

This text has white color on #917CB5 background.