COLOR #9170DA

HEX: #9170DA
RGB: (145,112,218)

Color info

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

RGB color model

#9170DA color RGB value is (145,112,218).

  • red value is 145;
  • green value is 112;
  • blue value is 218.
RGB:
(145,112,218)
(57%,44%,85%)

RGB channels and saturation

R 145 of 255 = 57%
G 112 of 255 = 44%
B 218 of 255 = 85%

145
112
218

R + G + B ~ 62%. #9170DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 112 + 218 = 475 (100%)
R 145 of 475 ~ 30.53%
G 112 of 475 ~ 23.58%
B 218 of 475 ~ 45.89%

%30.53
%23.58
%45.89

CMYK color model

#9170DA color CMYK value is (33,49,0,15).

  • cyan value is 33.49%
  • magenta value is 48.62%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(33,49,0,15)
C33M49Y0K15 
(33%,49%,0%,15%)
(0.33/0.49/0.00/0.15)	

CMYK percentages

%33.49
%48.62
%0
%14.51

Codes

Color #9170DA in popluar color models

9170DA
RGB145112218
HSL259°58.89%64.71%
HSB/HSV259°48.62%85.49%
CMYK33.49%48.62%0.00%
14.51%

Color #9170DA in popluar number systems.

HEX9170DA
Decimal145112218
Binary10010001111000011011010
Octal221160332

Shades and tints

Shades of #9170DA

#9170DA
(145,112,218)
#8466C7
(132,102,199)
#775CB4
(119,92,180)
#6A52A1
(106,82,161)
#5D488E
(93,72,142)
#503E7B
(80,62,123)
#433468
(67,52,104)
#362A55
(54,42,85)
#292042
(41,32,66)
#1C162F
(28,22,47)
#0F0C1C
(15,12,28)
#000000
(0,0,0)

Tints of #9170DA

#9170DA
(145,112,218)
#9B7DDD
(155,125,221)
#A58AE0
(165,138,224)
#AF97E3
(175,151,227)
#B9A4E6
(185,164,230)
#C3B1E9
(195,177,233)
#CDBEEC
(205,190,236)
#D7CBEF
(215,203,239)
#E1D8F2
(225,216,242)
#EBE5F5
(235,229,245)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9170DA color. Also use rgb(145,112,218) instead hex code.

Text Font Color

.myTextColor { color: #9170DA; }

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

This text font color is #9170DA.


Background Color

.myBgColor { background-color: #9170DA; }

<div style="background-color:#9170DA">Inner text</div>

This div background color is #9170DA.


Border color

.myBorderColor { border: 1px solid #9170DA; }

<div style="border:3px solid #9170DA">Div</div>

This div border color is #9170DA.


Opacity

.myOpacity80 { color: #9170DA; opacity: 0.8; }

<p style="color:#9170DA;opacity:0.8;">80%</p>

Text with #9170DA 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 #9170DA;}

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

This text has shadow with #9170DA color.

.textShadow {text-shadow: 3px 3px 1px #9170DA, 3px 3px 1px red;}

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

This text has shadow with #9170DA primary color and red secondary color.


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

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

This text has shadow with #9170DA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9170DA on black background.


Color preview on white background

This text has color #9170DA on white background.



Black color preview on #9170DA background

This text has black color on #9170DA background.


White color preview on #9170DA background

This text has white color on #9170DA background.