COLOR #93729D

HEX: #93729D RGB: (147,114,157)

Color info

#93729D contains red, green and blue colors in about the same proportion. Web safe color of #93729D is #996699 (or #969).

RGB color model

#93729D color RGB value is (147,114,157).

RGB: (147,114,157) (58%, 45%, 62%)

RGB channels and saturation

R 147 of 255 = 58%
G 114 of 255 = 45%
B 157 of 255 = 62%

147
114
157

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

Portions of RGB colors in percentages

R + G + B = 147 + 114 + 157 = 418 (100%)
R 147 of 418 ~ 35.17%
G 114 of 418 ~ 27.27%
B 157 of 418 ~ 37.56'%

%35.17
%27.27
%37.56

CMYK color model

#93729D color CMYK value is (6,27,0,38).

  • cyan value is 6.37%
  • magenta value is 27.39%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (6,27,0,38)
C6M27Y0K38 (6%, 27%, 0%, 38%)
(0.06 / 0.27 / 0.00 / 0.38)

CMYK percentages

%6.37
%27.39
%0
%38.43

Codes

Color #93729D in popluar color models

93 72 9D
RGB 147 114 157
HSL 286° 17.99% 53.14%
HSB/HSV 286° 27.39% 61.57%
CMYK 6.37% 27.39% 0.00%
38.43%

Color #93729D in popluar number systems.

HEX 93 72 9D
Decimal 147 114 157
Binary 10010011 1110010 10011101
Octal 223 162 235

Shades and tints

Shades of #93729D

#93729D
(147,114,157)
#86688F
(134,104,143)
#795E81
(121,94,129)
#6C5473
(108,84,115)
#5F4A65
(95,74,101)
#524057
(82,64,87)
#453649
(69,54,73)
#382C3B
(56,44,59)
#2B222D
(43,34,45)
#1E181F
(30,24,31)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #93729D

#93729D
(147,114,157)
#9C7EA5
(156,126,165)
#A58AAD
(165,138,173)
#AE96B5
(174,150,181)
#B7A2BD
(183,162,189)
#C0AEC5
(192,174,197)
#C9BACD
(201,186,205)
#D2C6D5
(210,198,213)
#DBD2DD
(219,210,221)
#E4DEE5
(228,222,229)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93729D color. Also use rgb(147,114,157) instead hex code.

Text Font Color

.myTextColor { color: #93729D; }

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

This text font color is #93729D.

Background Color

.myBgColor { background-color: #93729D; }

<div style="background-color:#93729D">Inner text</div>

This div background color is #93729D.

Border color

.myBorderColor { border: 1px solid #93729D; }

<div style="border:3px solid #93729D">Div</div>

This div border color is #93729D.

Opacity

.myOpacity80 { color: #93729D; opacity: 0.8; }

<p style="color:#93729D;opacity:0.8;">80%</p>

Text with #93729D 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 #93729D;}

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

This text has shadow with #93729D color.


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

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

This text has shadow with #93729D primary color and red secondary color.


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

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

This text has shadow with #93729D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #93729D.

Preview

Color preview on black background

This text has color #93729D on black background.


Color preview on white background

This text has color #93729D on white background.


Black color preview on #93729D background

This text has black color on #93729D background.


White color preview on #93729D background

This text has white color on #93729D background.


Related colors

Complementary color

Complementary color for #hex is #6C8D62.


I love getcolorcode.com

Triadic colors

1 #9D9372 and #729D93 with #93729D are triadic colors.

2 #9D7293 and #72939D with #93729D are triadic colors.