COLOR #93739F

HEX: #93739F
RGB: (147,115,159)

Color info

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

RGB color model

#93739F color RGB value is (147,115,159).

  • red value is 147;
  • green value is 115;
  • blue value is 159.
RGB:
(147,115,159)
(58%,45%,62%)

RGB channels and saturation

R 147 of 255 = 58%
G 115 of 255 = 45%
B 159 of 255 = 62%

147
115
159

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

Portions of RGB colors in percentages

R + G + B =
147 + 115 + 159 = 421 (100%)
R 147 of 421 ~ 34.92%
G 115 of 421 ~ 27.32%
B 159 of 421 ~ 37.77%

%34.92
%27.32
%37.77

CMYK color model

#93739F color CMYK value is (8,28,0,38).

  • cyan value is 7.55%
  • magenta value is 27.67%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(8,28,0,38)
C8M28Y0K38 
(8%,28%,0%,38%)
(0.08/0.28/0.00/0.38)	

CMYK percentages

%7.55
%27.67
%0
%37.65

Codes

Color #93739F in popluar color models

93739F
RGB147115159
HSL284°18.64%53.73%
HSB/HSV284°27.67%62.35%
CMYK7.55%27.67%0.00%
37.65%

Color #93739F in popluar number systems.

HEX93739F
Decimal147115159
Binary10010011111001110011111
Octal223163237

Shades and tints

Shades of #93739F

#93739F
(147,115,159)
#866991
(134,105,145)
#795F83
(121,95,131)
#6C5575
(108,85,117)
#5F4B67
(95,75,103)
#524159
(82,65,89)
#45374B
(69,55,75)
#382D3D
(56,45,61)
#2B232F
(43,35,47)
#1E1921
(30,25,33)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #93739F

#93739F
(147,115,159)
#9C7FA7
(156,127,167)
#A58BAF
(165,139,175)
#AE97B7
(174,151,183)
#B7A3BF
(183,163,191)
#C0AFC7
(192,175,199)
#C9BBCF
(201,187,207)
#D2C7D7
(210,199,215)
#DBD3DF
(219,211,223)
#E4DFE7
(228,223,231)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93739F color. Also use rgb(147,115,159) instead hex code.

Text Font Color

.myTextColor { color: #93739F; }

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

This text font color is #93739F.


Background Color

.myBgColor { background-color: #93739F; }

<div style="background-color:#93739F">Inner text</div>

This div background color is #93739F.


Border color

.myBorderColor { border: 1px solid #93739F; }

<div style="border:3px solid #93739F">Div</div>

This div border color is #93739F.


Opacity

.myOpacity80 { color: #93739F; opacity: 0.8; }

<p style="color:#93739F;opacity:0.8;">80%</p>

Text with #93739F 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 #93739F;}

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

This text has shadow with #93739F color.

.textShadow {text-shadow: 3px 3px 1px #93739F, 3px 3px 1px red;}

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

This text has shadow with #93739F primary color and red secondary color.


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

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

This text has shadow with #93739F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93739F on black background.


Color preview on white background

This text has color #93739F on white background.



Black color preview on #93739F background

This text has black color on #93739F background.


White color preview on #93739F background

This text has white color on #93739F background.