COLOR #9D73D8

HEX: #9D73D8
RGB: (157,115,216)

Color info

#9D73D8 contains mainly red and blue colors. Web safe color of #9D73D8 is #9966CC (or #96C).

RGB color model

#9D73D8 color RGB value is (157,115,216).

  • red value is 157;
  • green value is 115;
  • blue value is 216.
RGB:
(157,115,216)
(62%,45%,85%)

RGB channels and saturation

R 157 of 255 = 62%
G 115 of 255 = 45%
B 216 of 255 = 85%

157
115
216

R + G + B ~ 64%. #9D73D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 115 + 216 = 488 (100%)
R 157 of 488 ~ 32.17%
G 115 of 488 ~ 23.57%
B 216 of 488 ~ 44.26%

%32.17
%23.57
%44.26

CMYK color model

#9D73D8 color CMYK value is (27,47,0,15).

  • cyan value is 27.31%
  • magenta value is 46.76%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(27,47,0,15)
C27M47Y0K15 
(27%,47%,0%,15%)
(0.27/0.47/0.00/0.15)	

CMYK percentages

%27.31
%46.76
%0
%15.29

Codes

Color #9D73D8 in popluar color models

9D73D8
RGB157115216
HSL265°56.42%64.90%
HSB/HSV265°46.76%84.71%
CMYK27.31%46.76%0.00%
15.29%

Color #9D73D8 in popluar number systems.

HEX9D73D8
Decimal157115216
Binary10011101111001111011000
Octal235163330

Shades and tints

Shades of #9D73D8

#9D73D8
(157,115,216)
#8F69C5
(143,105,197)
#815FB2
(129,95,178)
#73559F
(115,85,159)
#654B8C
(101,75,140)
#574179
(87,65,121)
#493766
(73,55,102)
#3B2D53
(59,45,83)
#2D2340
(45,35,64)
#1F192D
(31,25,45)
#110F1A
(17,15,26)
#000000
(0,0,0)

Tints of #9D73D8

#9D73D8
(157,115,216)
#A57FDB
(165,127,219)
#AD8BDE
(173,139,222)
#B597E1
(181,151,225)
#BDA3E4
(189,163,228)
#C5AFE7
(197,175,231)
#CDBBEA
(205,187,234)
#D5C7ED
(213,199,237)
#DDD3F0
(221,211,240)
#E5DFF3
(229,223,243)
#EDEBF6
(237,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D73D8 color. Also use rgb(157,115,216) instead hex code.

Text Font Color

.myTextColor { color: #9D73D8; }

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

This text font color is #9D73D8.


Background Color

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

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

This div background color is #9D73D8.


Border color

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

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

This div border color is #9D73D8.


Opacity

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

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

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

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

This text has shadow with #9D73D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D73D8 on black background.


Color preview on white background

This text has color #9D73D8 on white background.



Black color preview on #9D73D8 background

This text has black color on #9D73D8 background.


White color preview on #9D73D8 background

This text has white color on #9D73D8 background.