COLOR #93759B

HEX: #93759B
RGB: (147,117,155)

Color info

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

RGB color model

#93759B color RGB value is (147,117,155).

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

RGB channels and saturation

R 147 of 255 = 58%
G 117 of 255 = 46%
B 155 of 255 = 61%

147
117
155

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

Portions of RGB colors in percentages

R + G + B =
147 + 117 + 155 = 419 (100%)
R 147 of 419 ~ 35.08%
G 117 of 419 ~ 27.92%
B 155 of 419 ~ 36.99%

%35.08
%27.92
%36.99

CMYK color model

#93759B color CMYK value is (5,25,0,39).

  • cyan value is 5.16%
  • magenta value is 24.52%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(5,25,0,39)
C5M25Y0K39 
(5%,25%,0%,39%)
(0.05/0.25/0.00/0.39)	

CMYK percentages

%5.16
%24.52
%0
%39.22

Codes

Color #93759B in popluar color models

93759B
RGB147117155
HSL287°15.97%53.33%
HSB/HSV287°24.52%60.78%
CMYK5.16%24.52%0.00%
39.22%

Color #93759B in popluar number systems.

HEX93759B
Decimal147117155
Binary10010011111010110011011
Octal223165233

Shades and tints

Shades of #93759B

#93759B
(147,117,155)
#866B8D
(134,107,141)
#79617F
(121,97,127)
#6C5771
(108,87,113)
#5F4D63
(95,77,99)
#524355
(82,67,85)
#453947
(69,57,71)
#382F39
(56,47,57)
#2B252B
(43,37,43)
#1E1B1D
(30,27,29)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #93759B

#93759B
(147,117,155)
#9C81A4
(156,129,164)
#A58DAD
(165,141,173)
#AE99B6
(174,153,182)
#B7A5BF
(183,165,191)
#C0B1C8
(192,177,200)
#C9BDD1
(201,189,209)
#D2C9DA
(210,201,218)
#DBD5E3
(219,213,227)
#E4E1EC
(228,225,236)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93759B; }

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

This text font color is #93759B.


Background Color

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

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

This div background color is #93759B.


Border color

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

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

This div border color is #93759B.


Opacity

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

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

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

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

This text has shadow with #93759B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93759B on black background.


Color preview on white background

This text has color #93759B on white background.



Black color preview on #93759B background

This text has black color on #93759B background.


White color preview on #93759B background

This text has white color on #93759B background.