COLOR #993988

HEX: #993988
RGB: (153,57,136)

Color info

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

RGB color model

#993988 color RGB value is (153,57,136).

  • red value is 153;
  • green value is 57;
  • blue value is 136.
RGB:
(153,57,136)
(60%,22%,53%)

RGB channels and saturation

R 153 of 255 = 60%
G 57 of 255 = 22%
B 136 of 255 = 53%

153
57
136

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

Portions of RGB colors in percentages

R + G + B =
153 + 57 + 136 = 346 (100%)
R 153 of 346 ~ 44.22%
G 57 of 346 ~ 16.47%
B 136 of 346 ~ 39.31%

%44.22
%16.47
%39.31

CMYK color model

#993988 color CMYK value is (0,63,11,40).

  • cyan value is 0.00%
  • magenta value is 62.75%
  • yellow value is 11.11%
  • key color value is 40.00%
CMYK:
(0,63,11,40)
C0M63Y11K40 
(0%,63%,11%,40%)
(0.00/0.63/0.11/0.40)	

CMYK percentages

%0
%62.75
%11.11
%40

Codes

Color #993988 in popluar color models

993988
RGB15357136
HSL311°45.71%41.18%
HSB/HSV311°62.75%60.00%
CMYK0.00%62.75%11.11%
40.00%

Color #993988 in popluar number systems.

HEX993988
Decimal15357136
Binary1001100111100110001000
Octal23171210

Shades and tints

Shades of #993988

#993988
(153,57,136)
#8C347C
(140,52,124)
#7F2F70
(127,47,112)
#722A64
(114,42,100)
#652558
(101,37,88)
#58204C
(88,32,76)
#4B1B40
(75,27,64)
#3E1634
(62,22,52)
#311128
(49,17,40)
#240C1C
(36,12,28)
#170710
(23,7,16)
#000000
(0,0,0)

Tints of #993988

#993988
(153,57,136)
#A24B92
(162,75,146)
#AB5D9C
(171,93,156)
#B46FA6
(180,111,166)
#BD81B0
(189,129,176)
#C693BA
(198,147,186)
#CFA5C4
(207,165,196)
#D8B7CE
(216,183,206)
#E1C9D8
(225,201,216)
#EADBE2
(234,219,226)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993988 color. Also use rgb(153,57,136) instead hex code.

Text Font Color

.myTextColor { color: #993988; }

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

This text font color is #993988.


Background Color

.myBgColor { background-color: #993988; }

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

This div background color is #993988.


Border color

.myBorderColor { border: 1px solid #993988; }

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

This div border color is #993988.


Opacity

.myOpacity80 { color: #993988; opacity: 0.8; }

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

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

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

This text has shadow with #993988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993988 on black background.


Color preview on white background

This text has color #993988 on white background.



Black color preview on #993988 background

This text has black color on #993988 background.


White color preview on #993988 background

This text has white color on #993988 background.