COLOR #93799D

HEX: #93799D RGB: (147,121,157)

Color info

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

RGB color model

#93799D color RGB value is (147,121,157).

RGB: (147,121,157) (58%, 47%, 62%)

RGB channels and saturation

R 147 of 255 = 58%
G 121 of 255 = 47%
B 157 of 255 = 62%

147
121
157

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

Portions of RGB colors in percentages

R + G + B = 147 + 121 + 157 = 425 (100%)
R 147 of 425 ~ 34.59%
G 121 of 425 ~ 28.47%
B 157 of 425 ~ 36.94'%

%34.59
%28.47
%36.94

CMYK color model

#93799D color CMYK value is (6,23,0,38).

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

CMYK: (6,23,0,38)
C6M23Y0K38 (6%, 23%, 0%, 38%)
(0.06 / 0.23 / 0.00 / 0.38)

CMYK percentages

%6.37
%22.93
%0
%38.43

Codes

Color #93799D in popluar color models

93 79 9D
RGB 147 121 157
HSL 283° 15.52% 54.51%
HSB/HSV 283° 22.93% 61.57%
CMYK 6.37% 22.93% 0.00%
38.43%

Color #93799D in popluar number systems.

HEX 93 79 9D
Decimal 147 121 157
Binary 10010011 1111001 10011101
Octal 223 171 235

Shades and tints

Shades of #93799D

#93799D
(147,121,157)
#866E8F
(134,110,143)
#796381
(121,99,129)
#6C5873
(108,88,115)
#5F4D65
(95,77,101)
#524257
(82,66,87)
#453749
(69,55,73)
#382C3B
(56,44,59)
#2B212D
(43,33,45)
#1E161F
(30,22,31)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #93799D

#93799D
(147,121,157)
#9C85A5
(156,133,165)
#A591AD
(165,145,173)
#AE9DB5
(174,157,181)
#B7A9BD
(183,169,189)
#C0B5C5
(192,181,197)
#C9C1CD
(201,193,205)
#D2CDD5
(210,205,213)
#DBD9DD
(219,217,221)
#E4E5E5
(228,229,229)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93799D; }

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

This text font color is #93799D.

Background Color

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

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

This div background color is #93799D.

Border color

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

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

This div border color is #93799D.

Opacity

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

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

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

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

This text has shadow with #93799D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93799D.

Preview

Color preview on black background

This text has color #93799D on black background.


Color preview on white background

This text has color #93799D on white background.


Black color preview on #93799D background

This text has black color on #93799D background.


White color preview on #93799D background

This text has white color on #93799D background.


Related colors

Complementary color

Complementary color for #hex is #6C8662.


I love getcolorcode.com

Triadic colors

1 #9D9379 and #799D93 with #93799D are triadic colors.

2 #9D7993 and #79939D with #93799D are triadic colors.