COLOR #9D3381

HEX: #9D3381 RGB: (157,51,129)

Color info

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

RGB color model

#9D3381 color RGB value is (157,51,129).

RGB: (157,51,129) (62%, 20%, 51%)

RGB channels and saturation

R 157 of 255 = 62%
G 51 of 255 = 20%
B 129 of 255 = 51%

157
51
129

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

Portions of RGB colors in percentages

R + G + B = 157 + 51 + 129 = 337 (100%)
R 157 of 337 ~ 46.59%
G 51 of 337 ~ 15.13%
B 129 of 337 ~ 38.28'%

%46.59
%15.13
%38.28

CMYK color model

#9D3381 color CMYK value is (0,68,18,38).

  • cyan value is 0.00%
  • magenta value is 67.52%
  • yellow value is 17.83%
  • key color value is 38.43%
CMYK: (0,68,18,38) C0M68Y18K38 (0%,68%,18%,38%) (0.00/0.68/0.18/0.38) 

CMYK percentages

%0
%67.52
%17.83
%38.43

Codes

Color #9D3381 in popluar color models

9D 33 81
RGB 157 51 129
HSL 316° 50.96% 40.78%
HSB/HSV 316° 67.52% 61.57%
CMYK 0.00% 67.52% 17.83%
38.43%

Color #9D3381 in popluar number systems.

HEX 9D 33 81
Decimal 157 51 129
Binary 10011101 110011 10000001
Octal 235 63 201

Shades and tints

Shades of #9D3381

#9D3381
(157,51,129)
#8F2F76
(143,47,118)
#812B6B
(129,43,107)
#732760
(115,39,96)
#652355
(101,35,85)
#571F4A
(87,31,74)
#491B3F
(73,27,63)
#3B1734
(59,23,52)
#2D1329
(45,19,41)
#1F0F1E
(31,15,30)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #9D3381

#9D3381
(157,51,129)
#A5458C
(165,69,140)
#AD5797
(173,87,151)
#B569A2
(181,105,162)
#BD7BAD
(189,123,173)
#C58DB8
(197,141,184)
#CD9FC3
(205,159,195)
#D5B1CE
(213,177,206)
#DDC3D9
(221,195,217)
#E5D5E4
(229,213,228)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D3381 color. Also use rgb(157,51,129) instead hex code.

Text Font Color

.myTextColor { color: #9D3381; }

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

This text font color is #9D3381.

Background Color

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

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

This div background color is #9D3381.

Border color

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

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

This div border color is #9D3381.

Opacity

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

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

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

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

This text has shadow with #9D3381 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D3381.

Preview

Color preview on black background

This text has color #9D3381 on black background.


Color preview on white background

This text has color #9D3381 on white background.


Black color preview on #9D3381 background

This text has black color on #9D3381 background.


White color preview on #9D3381 background

This text has white color on #9D3381 background.


Related colors

Complementary color

Complementary color for #hex is #62CC7E.


I love getcolorcode.com

Triadic colors

1 #819D33 and #33819D with #9D3381 are triadic colors.

2 #81339D and #339D81 with #9D3381 are triadic colors.