COLOR #993A7E

HEX: #993A7E
RGB: (153,58,126)

Color info

#993A7E contains mainly red and blue colors. Web safe color of #993A7E is #993366 (or #936).

RGB color model

#993A7E color RGB value is (153,58,126).

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

RGB channels and saturation

R 153 of 255 = 60%
G 58 of 255 = 23%
B 126 of 255 = 49%

153
58
126

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

Portions of RGB colors in percentages

R + G + B =
153 + 58 + 126 = 337 (100%)
R 153 of 337 ~ 45.4%
G 58 of 337 ~ 17.21%
B 126 of 337 ~ 37.39%

%45.4
%17.21
%37.39

CMYK color model

#993A7E color CMYK value is (0,62,18,40).

  • cyan value is 0.00%
  • magenta value is 62.09%
  • yellow value is 17.65%
  • key color value is 40.00%
CMYK: (0,62,18,40) C0M62Y18K40 (0%,62%,18%,40%) (0.00/0.62/0.18/0.40)

CMYK percentages

%0
%62.09
%17.65
%40

Codes

Color #993A7E in popluar color models

993A7E
RGB15358126
HSL317°45.02%41.37%
HSB/HSV317°62.09%60.00%
CMYK0.00%62.09%17.65%
40.00%

Color #993A7E in popluar number systems.

HEX993A7E
Decimal15358126
Binary100110011110101111110
Octal23172176

Shades and tints

Shades of #993A7E

#993A7E
(153,58,126)
#8C3573
(140,53,115)
#7F3068
(127,48,104)
#722B5D
(114,43,93)
#652652
(101,38,82)
#582147
(88,33,71)
#4B1C3C
(75,28,60)
#3E1731
(62,23,49)
#311226
(49,18,38)
#240D1B
(36,13,27)
#170810
(23,8,16)
#000000
(0,0,0)

Tints of #993A7E

#993A7E
(153,58,126)
#A24B89
(162,75,137)
#AB5C94
(171,92,148)
#B46D9F
(180,109,159)
#BD7EAA
(189,126,170)
#C68FB5
(198,143,181)
#CFA0C0
(207,160,192)
#D8B1CB
(216,177,203)
#E1C2D6
(225,194,214)
#EAD3E1
(234,211,225)
#F3E4EC
(243,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #993A7E; }

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

This text font color is #993A7E.


Background Color

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

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

This div background color is #993A7E.


Border color

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

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

This div border color is #993A7E.


Opacity

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

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

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

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

This text has shadow with #993A7E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #993A7E on black background.


Color preview on white background

This text has color #993A7E on white background.



Black color preview on #993A7E background

This text has black color on #993A7E background.


White color preview on #993A7E background

This text has white color on #993A7E background.