COLOR #93759E

HEX: #93759E
RGB: (147,117,158)

Color info

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

RGB color model

#93759E color RGB value is (147,117,158).

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

RGB channels and saturation

R 147 of 255 = 58%
G 117 of 255 = 46%
B 158 of 255 = 62%

147
117
158

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

Portions of RGB colors in percentages

R + G + B =
147 + 117 + 158 = 422 (100%)
R 147 of 422 ~ 34.83%
G 117 of 422 ~ 27.73%
B 158 of 422 ~ 37.44%

%34.83
%27.73
%37.44

CMYK color model

#93759E color CMYK value is (7,26,0,38).

  • cyan value is 6.96%
  • magenta value is 25.95%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(7,26,0,38)
C7M26Y0K38 
(7%,26%,0%,38%)
(0.07/0.26/0.00/0.38)	

CMYK percentages

%6.96
%25.95
%0
%38.04

Codes

Color #93759E in popluar color models

93759E
RGB147117158
HSL284°17.45%53.92%
HSB/HSV284°25.95%61.96%
CMYK6.96%25.95%0.00%
38.04%

Color #93759E in popluar number systems.

HEX93759E
Decimal147117158
Binary10010011111010110011110
Octal223165236

Shades and tints

Shades of #93759E

#93759E
(147,117,158)
#866B90
(134,107,144)
#796182
(121,97,130)
#6C5774
(108,87,116)
#5F4D66
(95,77,102)
#524358
(82,67,88)
#45394A
(69,57,74)
#382F3C
(56,47,60)
#2B252E
(43,37,46)
#1E1B20
(30,27,32)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #93759E

#93759E
(147,117,158)
#9C81A6
(156,129,166)
#A58DAE
(165,141,174)
#AE99B6
(174,153,182)
#B7A5BE
(183,165,190)
#C0B1C6
(192,177,198)
#C9BDCE
(201,189,206)
#D2C9D6
(210,201,214)
#DBD5DE
(219,213,222)
#E4E1E6
(228,225,230)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93759E; }

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

This text font color is #93759E.


Background Color

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

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

This div background color is #93759E.


Border color

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

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

This div border color is #93759E.


Opacity

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

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

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

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

This text has shadow with #93759E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93759E on black background.


Color preview on white background

This text has color #93759E on white background.



Black color preview on #93759E background

This text has black color on #93759E background.


White color preview on #93759E background

This text has white color on #93759E background.