COLOR #993A9D

HEX: #993A9D
RGB: (153,58,157)

Color info

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

RGB color model

#993A9D color RGB value is (153,58,157).

  • red value is 153;
  • green value is 58;
  • blue value is 157.
RGB:
(153,58,157)
(60%,23%,62%)

RGB channels and saturation

R 153 of 255 = 60%
G 58 of 255 = 23%
B 157 of 255 = 62%

153
58
157

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

Portions of RGB colors in percentages

R + G + B =
153 + 58 + 157 = 368 (100%)
R 153 of 368 ~ 41.58%
G 58 of 368 ~ 15.76%
B 157 of 368 ~ 42.66%

%41.58
%15.76
%42.66

CMYK color model

#993A9D color CMYK value is (3,63,0,38).

  • cyan value is 2.55%
  • magenta value is 63.06%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(3,63,0,38)
C3M63Y0K38 
(3%,63%,0%,38%)
(0.03/0.63/0.00/0.38)	

CMYK percentages

%2.55
%63.06
%0
%38.43

Codes

Color #993A9D in popluar color models

993A9D
RGB15358157
HSL298°46.05%42.16%
HSB/HSV298°63.06%61.57%
CMYK2.55%63.06%0.00%
38.43%

Color #993A9D in popluar number systems.

HEX993A9D
Decimal15358157
Binary1001100111101010011101
Octal23172235

Shades and tints

Shades of #993A9D

#993A9D
(153,58,157)
#8C358F
(140,53,143)
#7F3081
(127,48,129)
#722B73
(114,43,115)
#652665
(101,38,101)
#582157
(88,33,87)
#4B1C49
(75,28,73)
#3E173B
(62,23,59)
#31122D
(49,18,45)
#240D1F
(36,13,31)
#170811
(23,8,17)
#000000
(0,0,0)

Tints of #993A9D

#993A9D
(153,58,157)
#A24BA5
(162,75,165)
#AB5CAD
(171,92,173)
#B46DB5
(180,109,181)
#BD7EBD
(189,126,189)
#C68FC5
(198,143,197)
#CFA0CD
(207,160,205)
#D8B1D5
(216,177,213)
#E1C2DD
(225,194,221)
#EAD3E5
(234,211,229)
#F3E4ED
(243,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993A9D color. Also use rgb(153,58,157) instead hex code.

Text Font Color

.myTextColor { color: #993A9D; }

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

This text font color is #993A9D.


Background Color

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

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

This div background color is #993A9D.


Border color

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

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

This div border color is #993A9D.


Opacity

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

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

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

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

This text has shadow with #993A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993A9D on black background.


Color preview on white background

This text has color #993A9D on white background.



Black color preview on #993A9D background

This text has black color on #993A9D background.


White color preview on #993A9D background

This text has white color on #993A9D background.