COLOR #9170DB

HEX: #9170DB RGB: (145,112,219)

Color info

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

RGB color model

#9170DB color RGB value is (145,112,219).

RGB: (145,112,219) (57%, 44%, 86%)

RGB channels and saturation

R 145 of 255 = 57%
G 112 of 255 = 44%
B 219 of 255 = 86%

145
112
219

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

Portions of RGB colors in percentages

R + G + B = 145 + 112 + 219 = 476 (100%)
R 145 of 476 ~ 30.46%
G 112 of 476 ~ 23.53%
B 219 of 476 ~ 46.01'%

%30.46
%23.53
%46.01

CMYK color model

#9170DB color CMYK value is (34,49,0,14).

  • cyan value is 33.79%
  • magenta value is 48.86%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (34,49,0,14)
C34M49Y0K14 (34%, 49%, 0%, 14%)
(0.34 / 0.49 / 0.00 / 0.14)

CMYK percentages

%33.79
%48.86
%0
%14.12

Codes

Color #9170DB in popluar color models

91 70 DB
RGB 145 112 219
HSL 259° 59.78% 64.90%
HSB/HSV 259° 48.86% 85.88%
CMYK 33.79% 48.86% 0.00%
14.12%

Color #9170DB in popluar number systems.

HEX 91 70 DB
Decimal 145 112 219
Binary 10010001 1110000 11011011
Octal 221 160 333

Shades and tints

Shades of #9170DB

#9170DB
(145,112,219)
#8466C8
(132,102,200)
#775CB5
(119,92,181)
#6A52A2
(106,82,162)
#5D488F
(93,72,143)
#503E7C
(80,62,124)
#433469
(67,52,105)
#362A56
(54,42,86)
#292043
(41,32,67)
#1C1630
(28,22,48)
#0F0C1D
(15,12,29)
#000000
(0,0,0)

Tints of #9170DB

#9170DB
(145,112,219)
#9B7DDE
(155,125,222)
#A58AE1
(165,138,225)
#AF97E4
(175,151,228)
#B9A4E7
(185,164,231)
#C3B1EA
(195,177,234)
#CDBEED
(205,190,237)
#D7CBF0
(215,203,240)
#E1D8F3
(225,216,243)
#EBE5F6
(235,229,246)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9170DB; }

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

This text font color is #9170DB.

Background Color

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

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

This div background color is #9170DB.

Border color

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

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

This div border color is #9170DB.

Opacity

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

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

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

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

This text has shadow with #9170DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9170DB.

Preview

Color preview on black background

This text has color #9170DB on black background.


Color preview on white background

This text has color #9170DB on white background.


Black color preview on #9170DB background

This text has black color on #9170DB background.


White color preview on #9170DB background

This text has white color on #9170DB background.


Related colors

Complementary color

Complementary color for #9170DB is #6E8F24.


I love getcolorcode.com

Triadic colors

1 #DB9170 and #70DB91 with #9170DB are triadic colors.

2 #DB7091 and #7091DB with #9170DB are triadic colors.