COLOR #9D43A1

HEX: #9D43A1
RGB: (157,67,161)

Color info

#9D43A1 contains mainly red and blue colors. Web safe color of #9D43A1 is #993399 (or #939).

RGB color model

#9D43A1 color RGB value is (157,67,161).

  • red value is 157;
  • green value is 67;
  • blue value is 161.
RGB:
(157,67,161)
(62%,26%,63%)

RGB channels and saturation

R 157 of 255 = 62%
G 67 of 255 = 26%
B 161 of 255 = 63%

157
67
161

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

Portions of RGB colors in percentages

R + G + B =
157 + 67 + 161 = 385 (100%)
R 157 of 385 ~ 40.78%
G 67 of 385 ~ 17.4%
B 161 of 385 ~ 41.82%

%40.78
%17.4
%41.82

CMYK color model

#9D43A1 color CMYK value is (2,58,0,37).

  • cyan value is 2.48%
  • magenta value is 58.39%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(2,58,0,37)
C2M58Y0K37 
(2%,58%,0%,37%)
(0.02/0.58/0.00/0.37)	

CMYK percentages

%2.48
%58.39
%0
%36.86

Codes

Color #9D43A1 in popluar color models

9D43A1
RGB15767161
HSL297°41.23%44.71%
HSB/HSV297°58.39%63.14%
CMYK2.48%58.39%0.00%
36.86%

Color #9D43A1 in popluar number systems.

HEX9D43A1
Decimal15767161
Binary10011101100001110100001
Octal235103241

Shades and tints

Shades of #9D43A1

#9D43A1
(157,67,161)
#8F3D93
(143,61,147)
#813785
(129,55,133)
#733177
(115,49,119)
#652B69
(101,43,105)
#57255B
(87,37,91)
#491F4D
(73,31,77)
#3B193F
(59,25,63)
#2D1331
(45,19,49)
#1F0D23
(31,13,35)
#110715
(17,7,21)
#000000
(0,0,0)

Tints of #9D43A1

#9D43A1
(157,67,161)
#A554A9
(165,84,169)
#AD65B1
(173,101,177)
#B576B9
(181,118,185)
#BD87C1
(189,135,193)
#C598C9
(197,152,201)
#CDA9D1
(205,169,209)
#D5BAD9
(213,186,217)
#DDCBE1
(221,203,225)
#E5DCE9
(229,220,233)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D43A1 color. Also use rgb(157,67,161) instead hex code.

Text Font Color

.myTextColor { color: #9D43A1; }

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

This text font color is #9D43A1.


Background Color

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

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

This div background color is #9D43A1.


Border color

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

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

This div border color is #9D43A1.


Opacity

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

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

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

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

This text has shadow with #9D43A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D43A1 on black background.


Color preview on white background

This text has color #9D43A1 on white background.



Black color preview on #9D43A1 background

This text has black color on #9D43A1 background.


White color preview on #9D43A1 background

This text has white color on #9D43A1 background.