COLOR #9D3AB7

HEX: #9D3AB7
RGB: (157,58,183)

Color info

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

RGB color model

#9D3AB7 color RGB value is (157,58,183).

  • red value is 157;
  • green value is 58;
  • blue value is 183.
RGB:
(157,58,183)
(62%,23%,72%)

RGB channels and saturation

R 157 of 255 = 62%
G 58 of 255 = 23%
B 183 of 255 = 72%

157
58
183

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

Portions of RGB colors in percentages

R + G + B =
157 + 58 + 183 = 398 (100%)
R 157 of 398 ~ 39.45%
G 58 of 398 ~ 14.57%
B 183 of 398 ~ 45.98%

%39.45
%14.57
%45.98

CMYK color model

#9D3AB7 color CMYK value is (14,68,0,28).

  • cyan value is 14.21%
  • magenta value is 68.31%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(14,68,0,28)
C14M68Y0K28 
(14%,68%,0%,28%)
(0.14/0.68/0.00/0.28)	

CMYK percentages

%14.21
%68.31
%0
%28.24

Codes

Color #9D3AB7 in popluar color models

9D3AB7
RGB15758183
HSL288°51.87%47.25%
HSB/HSV288°68.31%71.76%
CMYK14.21%68.31%0.00%
28.24%

Color #9D3AB7 in popluar number systems.

HEX9D3AB7
Decimal15758183
Binary1001110111101010110111
Octal23572267

Shades and tints

Shades of #9D3AB7

#9D3AB7
(157,58,183)
#8F35A7
(143,53,167)
#813097
(129,48,151)
#732B87
(115,43,135)
#652677
(101,38,119)
#572167
(87,33,103)
#491C57
(73,28,87)
#3B1747
(59,23,71)
#2D1237
(45,18,55)
#1F0D27
(31,13,39)
#110817
(17,8,23)
#000000
(0,0,0)

Tints of #9D3AB7

#9D3AB7
(157,58,183)
#A54BBD
(165,75,189)
#AD5CC3
(173,92,195)
#B56DC9
(181,109,201)
#BD7ECF
(189,126,207)
#C58FD5
(197,143,213)
#CDA0DB
(205,160,219)
#D5B1E1
(213,177,225)
#DDC2E7
(221,194,231)
#E5D3ED
(229,211,237)
#EDE4F3
(237,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D3AB7 color. Also use rgb(157,58,183) instead hex code.

Text Font Color

.myTextColor { color: #9D3AB7; }

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

This text font color is #9D3AB7.


Background Color

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

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

This div background color is #9D3AB7.


Border color

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

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

This div border color is #9D3AB7.


Opacity

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

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

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

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

This text has shadow with #9D3AB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D3AB7 on black background.


Color preview on white background

This text has color #9D3AB7 on white background.



Black color preview on #9D3AB7 background

This text has black color on #9D3AB7 background.


White color preview on #9D3AB7 background

This text has white color on #9D3AB7 background.