COLOR #917EB9

HEX: #917EB9
RGB: (145,126,185)

Color info

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

RGB color model

#917EB9 color RGB value is (145,126,185).

  • red value is 145;
  • green value is 126;
  • blue value is 185.
RGB:
(145,126,185)
(57%,49%,73%)

RGB channels and saturation

R 145 of 255 = 57%
G 126 of 255 = 49%
B 185 of 255 = 73%

145
126
185

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

Portions of RGB colors in percentages

R + G + B =
145 + 126 + 185 = 456 (100%)
R 145 of 456 ~ 31.8%
G 126 of 456 ~ 27.63%
B 185 of 456 ~ 40.57%

%31.8
%27.63
%40.57

CMYK color model

#917EB9 color CMYK value is (22,32,0,27).

  • cyan value is 21.62%
  • magenta value is 31.89%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(22,32,0,27)
C22M32Y0K27 
(22%,32%,0%,27%)
(0.22/0.32/0.00/0.27)	

CMYK percentages

%21.62
%31.89
%0
%27.45

Codes

Color #917EB9 in popluar color models

917EB9
RGB145126185
HSL259°29.65%60.98%
HSB/HSV259°31.89%72.55%
CMYK21.62%31.89%0.00%
27.45%

Color #917EB9 in popluar number systems.

HEX917EB9
Decimal145126185
Binary10010001111111010111001
Octal221176271

Shades and tints

Shades of #917EB9

#917EB9
(145,126,185)
#8473A9
(132,115,169)
#776899
(119,104,153)
#6A5D89
(106,93,137)
#5D5279
(93,82,121)
#504769
(80,71,105)
#433C59
(67,60,89)
#363149
(54,49,73)
#292639
(41,38,57)
#1C1B29
(28,27,41)
#0F1019
(15,16,25)
#000000
(0,0,0)

Tints of #917EB9

#917EB9
(145,126,185)
#9B89BF
(155,137,191)
#A594C5
(165,148,197)
#AF9FCB
(175,159,203)
#B9AAD1
(185,170,209)
#C3B5D7
(195,181,215)
#CDC0DD
(205,192,221)
#D7CBE3
(215,203,227)
#E1D6E9
(225,214,233)
#EBE1EF
(235,225,239)
#F5ECF5
(245,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #917EB9 color. Also use rgb(145,126,185) instead hex code.

Text Font Color

.myTextColor { color: #917EB9; }

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

This text font color is #917EB9.


Background Color

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

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

This div background color is #917EB9.


Border color

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

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

This div border color is #917EB9.


Opacity

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

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

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

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

This text has shadow with #917EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917EB9 on black background.


Color preview on white background

This text has color #917EB9 on white background.



Black color preview on #917EB9 background

This text has black color on #917EB9 background.


White color preview on #917EB9 background

This text has white color on #917EB9 background.