COLOR #9177D5

HEX: #9177D5
RGB: (145,119,213)

Color info

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

RGB color model

#9177D5 color RGB value is (145,119,213).

  • red value is 145;
  • green value is 119;
  • blue value is 213.
RGB:
(145,119,213)
(57%,47%,84%)

RGB channels and saturation

R 145 of 255 = 57%
G 119 of 255 = 47%
B 213 of 255 = 84%

145
119
213

R + G + B ~ 63%. #9177D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 119 + 213 = 477 (100%)
R 145 of 477 ~ 30.4%
G 119 of 477 ~ 24.95%
B 213 of 477 ~ 44.65%

%30.4
%24.95
%44.65

CMYK color model

#9177D5 color CMYK value is (32,44,0,16).

  • cyan value is 31.92%
  • magenta value is 44.13%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(32,44,0,16)
C32M44Y0K16 
(32%,44%,0%,16%)
(0.32/0.44/0.00/0.16)	

CMYK percentages

%31.92
%44.13
%0
%16.47

Codes

Color #9177D5 in popluar color models

9177D5
RGB145119213
HSL257°52.81%65.10%
HSB/HSV257°44.13%83.53%
CMYK31.92%44.13%0.00%
16.47%

Color #9177D5 in popluar number systems.

HEX9177D5
Decimal145119213
Binary10010001111011111010101
Octal221167325

Shades and tints

Shades of #9177D5

#9177D5
(145,119,213)
#846DC2
(132,109,194)
#7763AF
(119,99,175)
#6A599C
(106,89,156)
#5D4F89
(93,79,137)
#504576
(80,69,118)
#433B63
(67,59,99)
#363150
(54,49,80)
#29273D
(41,39,61)
#1C1D2A
(28,29,42)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #9177D5

#9177D5
(145,119,213)
#9B83D8
(155,131,216)
#A58FDB
(165,143,219)
#AF9BDE
(175,155,222)
#B9A7E1
(185,167,225)
#C3B3E4
(195,179,228)
#CDBFE7
(205,191,231)
#D7CBEA
(215,203,234)
#E1D7ED
(225,215,237)
#EBE3F0
(235,227,240)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9177D5 color. Also use rgb(145,119,213) instead hex code.

Text Font Color

.myTextColor { color: #9177D5; }

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

This text font color is #9177D5.


Background Color

.myBgColor { background-color: #9177D5; }

<div style="background-color:#9177D5">Inner text</div>

This div background color is #9177D5.


Border color

.myBorderColor { border: 1px solid #9177D5; }

<div style="border:3px solid #9177D5">Div</div>

This div border color is #9177D5.


Opacity

.myOpacity80 { color: #9177D5; opacity: 0.8; }

<p style="color:#9177D5;opacity:0.8;">80%</p>

Text with #9177D5 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 #9177D5;}

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

This text has shadow with #9177D5 color.

.textShadow {text-shadow: 3px 3px 1px #9177D5, 3px 3px 1px red;}

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

This text has shadow with #9177D5 primary color and red secondary color.


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

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

This text has shadow with #9177D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9177D5 on black background.


Color preview on white background

This text has color #9177D5 on white background.



Black color preview on #9177D5 background

This text has black color on #9177D5 background.


White color preview on #9177D5 background

This text has white color on #9177D5 background.