COLOR #9D38CD

HEX: #9D38CD
RGB: (157,56,205)

Color info

#9D38CD contains mainly red and blue colors. Web safe color of #9D38CD is #9933CC (or #93C).

RGB color model

#9D38CD color RGB value is (157,56,205).

  • red value is 157;
  • green value is 56;
  • blue value is 205.
RGB:
(157,56,205)
(62%,22%,80%)

RGB channels and saturation

R 157 of 255 = 62%
G 56 of 255 = 22%
B 205 of 255 = 80%

157
56
205

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

Portions of RGB colors in percentages

R + G + B =
157 + 56 + 205 = 418 (100%)
R 157 of 418 ~ 37.56%
G 56 of 418 ~ 13.4%
B 205 of 418 ~ 49.04%

%37.56
%13.4
%49.04

CMYK color model

#9D38CD color CMYK value is (23,73,0,20).

  • cyan value is 23.41%
  • magenta value is 72.68%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(23,73,0,20)
C23M73Y0K20 
(23%,73%,0%,20%)
(0.23/0.73/0.00/0.20)	

CMYK percentages

%23.41
%72.68
%0
%19.61

Codes

Color #9D38CD in popluar color models

9D38CD
RGB15756205
HSL281°59.84%51.18%
HSB/HSV281°72.68%80.39%
CMYK23.41%72.68%0.00%
19.61%

Color #9D38CD in popluar number systems.

HEX9D38CD
Decimal15756205
Binary1001110111100011001101
Octal23570315

Shades and tints

Shades of #9D38CD

#9D38CD
(157,56,205)
#8F33BB
(143,51,187)
#812EA9
(129,46,169)
#732997
(115,41,151)
#652485
(101,36,133)
#571F73
(87,31,115)
#491A61
(73,26,97)
#3B154F
(59,21,79)
#2D103D
(45,16,61)
#1F0B2B
(31,11,43)
#110619
(17,6,25)
#000000
(0,0,0)

Tints of #9D38CD

#9D38CD
(157,56,205)
#A54AD1
(165,74,209)
#AD5CD5
(173,92,213)
#B56ED9
(181,110,217)
#BD80DD
(189,128,221)
#C592E1
(197,146,225)
#CDA4E5
(205,164,229)
#D5B6E9
(213,182,233)
#DDC8ED
(221,200,237)
#E5DAF1
(229,218,241)
#EDECF5
(237,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D38CD color. Also use rgb(157,56,205) instead hex code.

Text Font Color

.myTextColor { color: #9D38CD; }

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

This text font color is #9D38CD.


Background Color

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

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

This div background color is #9D38CD.


Border color

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

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

This div border color is #9D38CD.


Opacity

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

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

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

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

This text has shadow with #9D38CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D38CD on black background.


Color preview on white background

This text has color #9D38CD on white background.



Black color preview on #9D38CD background

This text has black color on #9D38CD background.


White color preview on #9D38CD background

This text has white color on #9D38CD background.