COLOR #9179E5

HEX: #9179E5
RGB: (145,121,229)

Color info

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

RGB color model

#9179E5 color RGB value is (145,121,229).

  • red value is 145;
  • green value is 121;
  • blue value is 229.
RGB:
(145,121,229)
(57%,47%,90%)

RGB channels and saturation

R 145 of 255 = 57%
G 121 of 255 = 47%
B 229 of 255 = 90%

145
121
229

R + G + B ~ 65%. #9179E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 121 + 229 = 495 (100%)
R 145 of 495 ~ 29.29%
G 121 of 495 ~ 24.44%
B 229 of 495 ~ 46.26%

%29.29
%24.44
%46.26

CMYK color model

#9179E5 color CMYK value is (37,47,0,10).

  • cyan value is 36.68%
  • magenta value is 47.16%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(37,47,0,10)
C37M47Y0K10 
(37%,47%,0%,10%)
(0.37/0.47/0.00/0.10)	

CMYK percentages

%36.68
%47.16
%0
%10.2

Codes

Color #9179E5 in popluar color models

9179E5
RGB145121229
HSL253°67.50%68.63%
HSB/HSV253°47.16%89.80%
CMYK36.68%47.16%0.00%
10.20%

Color #9179E5 in popluar number systems.

HEX9179E5
Decimal145121229
Binary10010001111100111100101
Octal221171345

Shades and tints

Shades of #9179E5

#9179E5
(145,121,229)
#846ED1
(132,110,209)
#7763BD
(119,99,189)
#6A58A9
(106,88,169)
#5D4D95
(93,77,149)
#504281
(80,66,129)
#43376D
(67,55,109)
#362C59
(54,44,89)
#292145
(41,33,69)
#1C1631
(28,22,49)
#0F0B1D
(15,11,29)
#000000
(0,0,0)

Tints of #9179E5

#9179E5
(145,121,229)
#9B85E7
(155,133,231)
#A591E9
(165,145,233)
#AF9DEB
(175,157,235)
#B9A9ED
(185,169,237)
#C3B5EF
(195,181,239)
#CDC1F1
(205,193,241)
#D7CDF3
(215,205,243)
#E1D9F5
(225,217,245)
#EBE5F7
(235,229,247)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9179E5 color. Also use rgb(145,121,229) instead hex code.

Text Font Color

.myTextColor { color: #9179E5; }

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

This text font color is #9179E5.


Background Color

.myBgColor { background-color: #9179E5; }

<div style="background-color:#9179E5">Inner text</div>

This div background color is #9179E5.


Border color

.myBorderColor { border: 1px solid #9179E5; }

<div style="border:3px solid #9179E5">Div</div>

This div border color is #9179E5.


Opacity

.myOpacity80 { color: #9179E5; opacity: 0.8; }

<p style="color:#9179E5;opacity:0.8;">80%</p>

Text with #9179E5 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 #9179E5;}

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

This text has shadow with #9179E5 color.

.textShadow {text-shadow: 3px 3px 1px #9179E5, 3px 3px 1px red;}

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

This text has shadow with #9179E5 primary color and red secondary color.


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

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

This text has shadow with #9179E5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9179E5 on black background.


Color preview on white background

This text has color #9179E5 on white background.



Black color preview on #9179E5 background

This text has black color on #9179E5 background.


White color preview on #9179E5 background

This text has white color on #9179E5 background.