COLOR #917FA2

HEX: #917FA2
RGB: (145,127,162)

Color info

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

RGB color model

#917FA2 color RGB value is (145,127,162).

  • red value is 145;
  • green value is 127;
  • blue value is 162.
RGB:
(145,127,162)
(57%,50%,64%)

RGB channels and saturation

R 145 of 255 = 57%
G 127 of 255 = 50%
B 162 of 255 = 64%

145
127
162

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

Portions of RGB colors in percentages

R + G + B =
145 + 127 + 162 = 434 (100%)
R 145 of 434 ~ 33.41%
G 127 of 434 ~ 29.26%
B 162 of 434 ~ 37.33%

%33.41
%29.26
%37.33

CMYK color model

#917FA2 color CMYK value is (10,22,0,36).

  • cyan value is 10.49%
  • magenta value is 21.60%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(10,22,0,36)
C10M22Y0K36 
(10%,22%,0%,36%)
(0.10/0.22/0.00/0.36)	

CMYK percentages

%10.49
%21.6
%0
%36.47

Codes

Color #917FA2 in popluar color models

917FA2
RGB145127162
HSL271°15.84%56.67%
HSB/HSV271°21.60%63.53%
CMYK10.49%21.60%0.00%
36.47%

Color #917FA2 in popluar number systems.

HEX917FA2
Decimal145127162
Binary10010001111111110100010
Octal221177242

Shades and tints

Shades of #917FA2

#917FA2
(145,127,162)
#847494
(132,116,148)
#776986
(119,105,134)
#6A5E78
(106,94,120)
#5D536A
(93,83,106)
#50485C
(80,72,92)
#433D4E
(67,61,78)
#363240
(54,50,64)
#292732
(41,39,50)
#1C1C24
(28,28,36)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #917FA2

#917FA2
(145,127,162)
#9B8AAA
(155,138,170)
#A595B2
(165,149,178)
#AFA0BA
(175,160,186)
#B9ABC2
(185,171,194)
#C3B6CA
(195,182,202)
#CDC1D2
(205,193,210)
#D7CCDA
(215,204,218)
#E1D7E2
(225,215,226)
#EBE2EA
(235,226,234)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917FA2; }

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

This text font color is #917FA2.


Background Color

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

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

This div background color is #917FA2.


Border color

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

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

This div border color is #917FA2.


Opacity

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

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

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

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

This text has shadow with #917FA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917FA2 on black background.


Color preview on white background

This text has color #917FA2 on white background.



Black color preview on #917FA2 background

This text has black color on #917FA2 background.


White color preview on #917FA2 background

This text has white color on #917FA2 background.