COLOR #9D17D7

HEX: #9D17D7
RGB: (157,23,215)

Color info

#9D17D7 contains mainly red and blue colors. Web safe color of #9D17D7 is #9900CC (or #90C).

RGB color model

#9D17D7 color RGB value is (157,23,215).

  • red value is 157;
  • green value is 23;
  • blue value is 215.
RGB:
(157,23,215)
(62%,9%,84%)

RGB channels and saturation

R 157 of 255 = 62%
G 23 of 255 = 9%
B 215 of 255 = 84%

157
23
215

R + G + B ~ 52%. #9D17D7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 23 + 215 = 395 (100%)
R 157 of 395 ~ 39.75%
G 23 of 395 ~ 5.82%
B 215 of 395 ~ 54.43%

%39.75
%54.43

CMYK color model

#9D17D7 color CMYK value is (27,89,0,16).

  • cyan value is 26.98%
  • magenta value is 89.30%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(27,89,0,16)
C27M89Y0K16 
(27%,89%,0%,16%)
(0.27/0.89/0.00/0.16)	

CMYK percentages

%26.98
%89.3
%0
%15.69

Codes

Color #9D17D7 in popluar color models

9D17D7
RGB15723215
HSL282°80.67%46.67%
HSB/HSV282°89.30%84.31%
CMYK26.98%89.30%0.00%
15.69%

Color #9D17D7 in popluar number systems.

HEX9D17D7
Decimal15723215
Binary100111011011111010111
Octal23527327

Shades and tints

Shades of #9D17D7

#9D17D7
(157,23,215)
#8F15C4
(143,21,196)
#8113B1
(129,19,177)
#73119E
(115,17,158)
#650F8B
(101,15,139)
#570D78
(87,13,120)
#490B65
(73,11,101)
#3B0952
(59,9,82)
#2D073F
(45,7,63)
#1F052C
(31,5,44)
#110319
(17,3,25)
#000000
(0,0,0)

Tints of #9D17D7

#9D17D7
(157,23,215)
#A52CDA
(165,44,218)
#AD41DD
(173,65,221)
#B556E0
(181,86,224)
#BD6BE3
(189,107,227)
#C580E6
(197,128,230)
#CD95E9
(205,149,233)
#D5AAEC
(213,170,236)
#DDBFEF
(221,191,239)
#E5D4F2
(229,212,242)
#EDE9F5
(237,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D17D7 color. Also use rgb(157,23,215) instead hex code.

Text Font Color

.myTextColor { color: #9D17D7; }

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

This text font color is #9D17D7.


Background Color

.myBgColor { background-color: #9D17D7; }

<div style="background-color:#9D17D7">Inner text</div>

This div background color is #9D17D7.


Border color

.myBorderColor { border: 1px solid #9D17D7; }

<div style="border:3px solid #9D17D7">Div</div>

This div border color is #9D17D7.


Opacity

.myOpacity80 { color: #9D17D7; opacity: 0.8; }

<p style="color:#9D17D7;opacity:0.8;">80%</p>

Text with #9D17D7 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 #9D17D7;}

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

This text has shadow with #9D17D7 color.

.textShadow {text-shadow: 3px 3px 1px #9D17D7, 3px 3px 1px red;}

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

This text has shadow with #9D17D7 primary color and red secondary color.


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

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

This text has shadow with #9D17D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D17D7 on black background.


Color preview on white background

This text has color #9D17D7 on white background.



Black color preview on #9D17D7 background

This text has black color on #9D17D7 background.


White color preview on #9D17D7 background

This text has white color on #9D17D7 background.