COLOR #93638C

HEX: #93638C
RGB: (147,99,140)

Color info

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

RGB color model

#93638C color RGB value is (147,99,140).

  • red value is 147;
  • green value is 99;
  • blue value is 140.
RGB:
(147,99,140)
(58%,39%,55%)

RGB channels and saturation

R 147 of 255 = 58%
G 99 of 255 = 39%
B 140 of 255 = 55%

147
99
140

R + G + B ~ 51%. #93638C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 99 + 140 = 386 (100%)
R 147 of 386 ~ 38.08%
G 99 of 386 ~ 25.65%
B 140 of 386 ~ 36.27%

%38.08
%25.65
%36.27

CMYK color model

#93638C color CMYK value is (0,33,5,42).

  • cyan value is 0.00%
  • magenta value is 32.65%
  • yellow value is 4.76%
  • key color value is 42.35%
CMYK:
(0,33,5,42)
C0M33Y5K42 
(0%,33%,5%,42%)
(0.00/0.33/0.05/0.42)	

CMYK percentages

%0
%32.65
%4.76
%42.35

Codes

Color #93638C in popluar color models

93638C
RGB14799140
HSL309°19.51%48.24%
HSB/HSV309°32.65%57.65%
CMYK0.00%32.65%4.76%
42.35%

Color #93638C in popluar number systems.

HEX93638C
Decimal14799140
Binary10010011110001110001100
Octal223143214

Shades and tints

Shades of #93638C

#93638C
(147,99,140)
#865A80
(134,90,128)
#795174
(121,81,116)
#6C4868
(108,72,104)
#5F3F5C
(95,63,92)
#523650
(82,54,80)
#452D44
(69,45,68)
#382438
(56,36,56)
#2B1B2C
(43,27,44)
#1E1220
(30,18,32)
#110914
(17,9,20)
#000000
(0,0,0)

Tints of #93638C

#93638C
(147,99,140)
#9C7196
(156,113,150)
#A57FA0
(165,127,160)
#AE8DAA
(174,141,170)
#B79BB4
(183,155,180)
#C0A9BE
(192,169,190)
#C9B7C8
(201,183,200)
#D2C5D2
(210,197,210)
#DBD3DC
(219,211,220)
#E4E1E6
(228,225,230)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93638C color. Also use rgb(147,99,140) instead hex code.

Text Font Color

.myTextColor { color: #93638C; }

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

This text font color is #93638C.


Background Color

.myBgColor { background-color: #93638C; }

<div style="background-color:#93638C">Inner text</div>

This div background color is #93638C.


Border color

.myBorderColor { border: 1px solid #93638C; }

<div style="border:3px solid #93638C">Div</div>

This div border color is #93638C.


Opacity

.myOpacity80 { color: #93638C; opacity: 0.8; }

<p style="color:#93638C;opacity:0.8;">80%</p>

Text with #93638C 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 #93638C;}

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

This text has shadow with #93638C color.

.textShadow {text-shadow: 3px 3px 1px #93638C, 3px 3px 1px red;}

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

This text has shadow with #93638C primary color and red secondary color.


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

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

This text has shadow with #93638C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93638C on black background.


Color preview on white background

This text has color #93638C on white background.



Black color preview on #93638C background

This text has black color on #93638C background.


White color preview on #93638C background

This text has white color on #93638C background.