COLOR #917FAE

HEX: #917FAE
RGB: (145,127,174)

Color info

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

RGB color model

#917FAE color RGB value is (145,127,174).

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

RGB channels and saturation

R 145 of 255 = 57%
G 127 of 255 = 50%
B 174 of 255 = 68%

145
127
174

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

Portions of RGB colors in percentages

R + G + B =
145 + 127 + 174 = 446 (100%)
R 145 of 446 ~ 32.51%
G 127 of 446 ~ 28.48%
B 174 of 446 ~ 39.01%

%32.51
%28.48
%39.01

CMYK color model

#917FAE color CMYK value is (17,27,0,32).

  • cyan value is 16.67%
  • magenta value is 27.01%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(17,27,0,32)
C17M27Y0K32 
(17%,27%,0%,32%)
(0.17/0.27/0.00/0.32)	

CMYK percentages

%16.67
%27.01
%0
%31.76

Codes

Color #917FAE in popluar color models

917FAE
RGB145127174
HSL263°22.49%59.02%
HSB/HSV263°27.01%68.24%
CMYK16.67%27.01%0.00%
31.76%

Color #917FAE in popluar number systems.

HEX917FAE
Decimal145127174
Binary10010001111111110101110
Octal221177256

Shades and tints

Shades of #917FAE

#917FAE
(145,127,174)
#84749F
(132,116,159)
#776990
(119,105,144)
#6A5E81
(106,94,129)
#5D5372
(93,83,114)
#504863
(80,72,99)
#433D54
(67,61,84)
#363245
(54,50,69)
#292736
(41,39,54)
#1C1C27
(28,28,39)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #917FAE

#917FAE
(145,127,174)
#9B8AB5
(155,138,181)
#A595BC
(165,149,188)
#AFA0C3
(175,160,195)
#B9ABCA
(185,171,202)
#C3B6D1
(195,182,209)
#CDC1D8
(205,193,216)
#D7CCDF
(215,204,223)
#E1D7E6
(225,215,230)
#EBE2ED
(235,226,237)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917FAE; }

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

This text font color is #917FAE.


Background Color

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

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

This div background color is #917FAE.


Border color

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

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

This div border color is #917FAE.


Opacity

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

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

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

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

This text has shadow with #917FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917FAE on black background.


Color preview on white background

This text has color #917FAE on white background.



Black color preview on #917FAE background

This text has black color on #917FAE background.


White color preview on #917FAE background

This text has white color on #917FAE background.