COLOR #993B8C

HEX: #993B8C
RGB: (153,59,140)

Color info

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

RGB color model

#993B8C color RGB value is (153,59,140).

  • red value is 153;
  • green value is 59;
  • blue value is 140.
RGB:
(153,59,140)
(60%,23%,55%)

RGB channels and saturation

R 153 of 255 = 60%
G 59 of 255 = 23%
B 140 of 255 = 55%

153
59
140

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

Portions of RGB colors in percentages

R + G + B =
153 + 59 + 140 = 352 (100%)
R 153 of 352 ~ 43.47%
G 59 of 352 ~ 16.76%
B 140 of 352 ~ 39.77%

%43.47
%16.76
%39.77

CMYK color model

#993B8C color CMYK value is (0,61,8,40).

  • cyan value is 0.00%
  • magenta value is 61.44%
  • yellow value is 8.50%
  • key color value is 40.00%
CMYK:
(0,61,8,40)
C0M61Y8K40 
(0%,61%,8%,40%)
(0.00/0.61/0.08/0.40)	

CMYK percentages

%0
%61.44
%8.5
%40

Codes

Color #993B8C in popluar color models

993B8C
RGB15359140
HSL308°44.34%41.57%
HSB/HSV308°61.44%60.00%
CMYK0.00%61.44%8.50%
40.00%

Color #993B8C in popluar number systems.

HEX993B8C
Decimal15359140
Binary1001100111101110001100
Octal23173214

Shades and tints

Shades of #993B8C

#993B8C
(153,59,140)
#8C3680
(140,54,128)
#7F3174
(127,49,116)
#722C68
(114,44,104)
#65275C
(101,39,92)
#582250
(88,34,80)
#4B1D44
(75,29,68)
#3E1838
(62,24,56)
#31132C
(49,19,44)
#240E20
(36,14,32)
#170914
(23,9,20)
#000000
(0,0,0)

Tints of #993B8C

#993B8C
(153,59,140)
#A24C96
(162,76,150)
#AB5DA0
(171,93,160)
#B46EAA
(180,110,170)
#BD7FB4
(189,127,180)
#C690BE
(198,144,190)
#CFA1C8
(207,161,200)
#D8B2D2
(216,178,210)
#E1C3DC
(225,195,220)
#EAD4E6
(234,212,230)
#F3E5F0
(243,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993B8C color. Also use rgb(153,59,140) instead hex code.

Text Font Color

.myTextColor { color: #993B8C; }

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

This text font color is #993B8C.


Background Color

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

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

This div background color is #993B8C.


Border color

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

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

This div border color is #993B8C.


Opacity

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

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

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

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

This text has shadow with #993B8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993B8C on black background.


Color preview on white background

This text has color #993B8C on white background.



Black color preview on #993B8C background

This text has black color on #993B8C background.


White color preview on #993B8C background

This text has white color on #993B8C background.