COLOR #993E85

HEX: #993E85
RGB: (153,62,133)

Color info

#993E85 contains mainly red and blue colors. Web safe color of #993E85 is #993399 (or #939).

RGB color model

#993E85 color RGB value is (153,62,133).

  • red value is 153;
  • green value is 62;
  • blue value is 133.
RGB:
(153,62,133)
(60%,24%,52%)

RGB channels and saturation

R 153 of 255 = 60%
G 62 of 255 = 24%
B 133 of 255 = 52%

153
62
133

R + G + B ~ 45%. #993E85 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 62 + 133 = 348 (100%)
R 153 of 348 ~ 43.97%
G 62 of 348 ~ 17.82%
B 133 of 348 ~ 38.22%

%43.97
%17.82
%38.22

CMYK color model

#993E85 color CMYK value is (0,59,13,40).

  • cyan value is 0.00%
  • magenta value is 59.48%
  • yellow value is 13.07%
  • key color value is 40.00%
CMYK:
(0,59,13,40)
C0M59Y13K40 
(0%,59%,13%,40%)
(0.00/0.59/0.13/0.40)	

CMYK percentages

%0
%59.48
%13.07
%40

Codes

Color #993E85 in popluar color models

993E85
RGB15362133
HSL313°42.33%42.16%
HSB/HSV313°59.48%60.00%
CMYK0.00%59.48%13.07%
40.00%

Color #993E85 in popluar number systems.

HEX993E85
Decimal15362133
Binary1001100111111010000101
Octal23176205

Shades and tints

Shades of #993E85

#993E85
(153,62,133)
#8C3979
(140,57,121)
#7F346D
(127,52,109)
#722F61
(114,47,97)
#652A55
(101,42,85)
#582549
(88,37,73)
#4B203D
(75,32,61)
#3E1B31
(62,27,49)
#311625
(49,22,37)
#241119
(36,17,25)
#170C0D
(23,12,13)
#000000
(0,0,0)

Tints of #993E85

#993E85
(153,62,133)
#A24F90
(162,79,144)
#AB609B
(171,96,155)
#B471A6
(180,113,166)
#BD82B1
(189,130,177)
#C693BC
(198,147,188)
#CFA4C7
(207,164,199)
#D8B5D2
(216,181,210)
#E1C6DD
(225,198,221)
#EAD7E8
(234,215,232)
#F3E8F3
(243,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993E85 color. Also use rgb(153,62,133) instead hex code.

Text Font Color

.myTextColor { color: #993E85; }

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

This text font color is #993E85.


Background Color

.myBgColor { background-color: #993E85; }

<div style="background-color:#993E85">Inner text</div>

This div background color is #993E85.


Border color

.myBorderColor { border: 1px solid #993E85; }

<div style="border:3px solid #993E85">Div</div>

This div border color is #993E85.


Opacity

.myOpacity80 { color: #993E85; opacity: 0.8; }

<p style="color:#993E85;opacity:0.8;">80%</p>

Text with #993E85 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 #993E85;}

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

This text has shadow with #993E85 color.

.textShadow {text-shadow: 3px 3px 1px #993E85, 3px 3px 1px red;}

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

This text has shadow with #993E85 primary color and red secondary color.


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

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

This text has shadow with #993E85 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993E85 on black background.


Color preview on white background

This text has color #993E85 on white background.



Black color preview on #993E85 background

This text has black color on #993E85 background.


White color preview on #993E85 background

This text has white color on #993E85 background.