COLOR #9D37D3

HEX: #9D37D3
RGB: (157,55,211)

Color info

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

RGB color model

#9D37D3 color RGB value is (157,55,211).

  • red value is 157;
  • green value is 55;
  • blue value is 211.
RGB:
(157,55,211)
(62%,22%,83%)

RGB channels and saturation

R 157 of 255 = 62%
G 55 of 255 = 22%
B 211 of 255 = 83%

157
55
211

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

Portions of RGB colors in percentages

R + G + B =
157 + 55 + 211 = 423 (100%)
R 157 of 423 ~ 37.12%
G 55 of 423 ~ 13%
B 211 of 423 ~ 49.88%

%37.12
%13
%49.88

CMYK color model

#9D37D3 color CMYK value is (26,74,0,17).

  • cyan value is 25.59%
  • magenta value is 73.93%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(26,74,0,17)
C26M74Y0K17 
(26%,74%,0%,17%)
(0.26/0.74/0.00/0.17)	

CMYK percentages

%25.59
%73.93
%0
%17.25

Codes

Color #9D37D3 in popluar color models

9D37D3
RGB15755211
HSL279°63.93%52.16%
HSB/HSV279°73.93%82.75%
CMYK25.59%73.93%0.00%
17.25%

Color #9D37D3 in popluar number systems.

HEX9D37D3
Decimal15755211
Binary1001110111011111010011
Octal23567323

Shades and tints

Shades of #9D37D3

#9D37D3
(157,55,211)
#8F32C0
(143,50,192)
#812DAD
(129,45,173)
#73289A
(115,40,154)
#652387
(101,35,135)
#571E74
(87,30,116)
#491961
(73,25,97)
#3B144E
(59,20,78)
#2D0F3B
(45,15,59)
#1F0A28
(31,10,40)
#110515
(17,5,21)
#000000
(0,0,0)

Tints of #9D37D3

#9D37D3
(157,55,211)
#A549D7
(165,73,215)
#AD5BDB
(173,91,219)
#B56DDF
(181,109,223)
#BD7FE3
(189,127,227)
#C591E7
(197,145,231)
#CDA3EB
(205,163,235)
#D5B5EF
(213,181,239)
#DDC7F3
(221,199,243)
#E5D9F7
(229,217,247)
#EDEBFB
(237,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D37D3 color. Also use rgb(157,55,211) instead hex code.

Text Font Color

.myTextColor { color: #9D37D3; }

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

This text font color is #9D37D3.


Background Color

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

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

This div background color is #9D37D3.


Border color

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

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

This div border color is #9D37D3.


Opacity

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

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

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

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

This text has shadow with #9D37D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D37D3 on black background.


Color preview on white background

This text has color #9D37D3 on white background.



Black color preview on #9D37D3 background

This text has black color on #9D37D3 background.


White color preview on #9D37D3 background

This text has white color on #9D37D3 background.