COLOR #93799B

HEX: #93799B
RGB: (147,121,155)

Color info

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

RGB color model

#93799B color RGB value is (147,121,155).

  • red value is 147;
  • green value is 121;
  • blue value is 155.
RGB:
(147,121,155)
(58%,47%,61%)

RGB channels and saturation

R 147 of 255 = 58%
G 121 of 255 = 47%
B 155 of 255 = 61%

147
121
155

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

Portions of RGB colors in percentages

R + G + B =
147 + 121 + 155 = 423 (100%)
R 147 of 423 ~ 34.75%
G 121 of 423 ~ 28.61%
B 155 of 423 ~ 36.64%

%34.75
%28.61
%36.64

CMYK color model

#93799B color CMYK value is (5,22,0,39).

  • cyan value is 5.16%
  • magenta value is 21.94%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(5,22,0,39)
C5M22Y0K39 
(5%,22%,0%,39%)
(0.05/0.22/0.00/0.39)	

CMYK percentages

%5.16
%21.94
%0
%39.22

Codes

Color #93799B in popluar color models

93799B
RGB147121155
HSL286°14.53%54.12%
HSB/HSV286°21.94%60.78%
CMYK5.16%21.94%0.00%
39.22%

Color #93799B in popluar number systems.

HEX93799B
Decimal147121155
Binary10010011111100110011011
Octal223171233

Shades and tints

Shades of #93799B

#93799B
(147,121,155)
#866E8D
(134,110,141)
#79637F
(121,99,127)
#6C5871
(108,88,113)
#5F4D63
(95,77,99)
#524255
(82,66,85)
#453747
(69,55,71)
#382C39
(56,44,57)
#2B212B
(43,33,43)
#1E161D
(30,22,29)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #93799B

#93799B
(147,121,155)
#9C85A4
(156,133,164)
#A591AD
(165,145,173)
#AE9DB6
(174,157,182)
#B7A9BF
(183,169,191)
#C0B5C8
(192,181,200)
#C9C1D1
(201,193,209)
#D2CDDA
(210,205,218)
#DBD9E3
(219,217,227)
#E4E5EC
(228,229,236)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93799B; }

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

This text font color is #93799B.


Background Color

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

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

This div background color is #93799B.


Border color

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

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

This div border color is #93799B.


Opacity

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

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

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

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

This text has shadow with #93799B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93799B on black background.


Color preview on white background

This text has color #93799B on white background.



Black color preview on #93799B background

This text has black color on #93799B background.


White color preview on #93799B background

This text has white color on #93799B background.