COLOR #9171E0

HEX: #9171E0
RGB: (145,113,224)

Color info

#9171E0 contains mainly blue color. Web safe color of #9171E0 is #9966CC (or #96C).

RGB color model

#9171E0 color RGB value is (145,113,224).

  • red value is 145;
  • green value is 113;
  • blue value is 224.
RGB:
(145,113,224)
(57%,44%,88%)

RGB channels and saturation

R 145 of 255 = 57%
G 113 of 255 = 44%
B 224 of 255 = 88%

145
113
224

R + G + B ~ 63%. #9171E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 113 + 224 = 482 (100%)
R 145 of 482 ~ 30.08%
G 113 of 482 ~ 23.44%
B 224 of 482 ~ 46.47%

%30.08
%23.44
%46.47

CMYK color model

#9171E0 color CMYK value is (35,50,0,12).

  • cyan value is 35.27%
  • magenta value is 49.55%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(35,50,0,12)
C35M50Y0K12 
(35%,50%,0%,12%)
(0.35/0.50/0.00/0.12)	

CMYK percentages

%35.27
%49.55
%0
%12.16

Codes

Color #9171E0 in popluar color models

9171E0
RGB145113224
HSL257°64.16%66.08%
HSB/HSV257°49.55%87.84%
CMYK35.27%49.55%0.00%
12.16%

Color #9171E0 in popluar number systems.

HEX9171E0
Decimal145113224
Binary10010001111000111100000
Octal221161340

Shades and tints

Shades of #9171E0

#9171E0
(145,113,224)
#8467CC
(132,103,204)
#775DB8
(119,93,184)
#6A53A4
(106,83,164)
#5D4990
(93,73,144)
#503F7C
(80,63,124)
#433568
(67,53,104)
#362B54
(54,43,84)
#292140
(41,33,64)
#1C172C
(28,23,44)
#0F0D18
(15,13,24)
#000000
(0,0,0)

Tints of #9171E0

#9171E0
(145,113,224)
#9B7DE2
(155,125,226)
#A589E4
(165,137,228)
#AF95E6
(175,149,230)
#B9A1E8
(185,161,232)
#C3ADEA
(195,173,234)
#CDB9EC
(205,185,236)
#D7C5EE
(215,197,238)
#E1D1F0
(225,209,240)
#EBDDF2
(235,221,242)
#F5E9F4
(245,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9171E0 color. Also use rgb(145,113,224) instead hex code.

Text Font Color

.myTextColor { color: #9171E0; }

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

This text font color is #9171E0.


Background Color

.myBgColor { background-color: #9171E0; }

<div style="background-color:#9171E0">Inner text</div>

This div background color is #9171E0.


Border color

.myBorderColor { border: 1px solid #9171E0; }

<div style="border:3px solid #9171E0">Div</div>

This div border color is #9171E0.


Opacity

.myOpacity80 { color: #9171E0; opacity: 0.8; }

<p style="color:#9171E0;opacity:0.8;">80%</p>

Text with #9171E0 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 #9171E0;}

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

This text has shadow with #9171E0 color.

.textShadow {text-shadow: 3px 3px 1px #9171E0, 3px 3px 1px red;}

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

This text has shadow with #9171E0 primary color and red secondary color.


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

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

This text has shadow with #9171E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9171E0 on black background.


Color preview on white background

This text has color #9171E0 on white background.



Black color preview on #9171E0 background

This text has black color on #9171E0 background.


White color preview on #9171E0 background

This text has white color on #9171E0 background.