COLOR #993F8E

HEX: #993F8E
RGB: (153,63,142)

Color info

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

RGB color model

#993F8E color RGB value is (153,63,142).

  • red value is 153;
  • green value is 63;
  • blue value is 142.
RGB:
(153,63,142)
(60%,25%,56%)

RGB channels and saturation

R 153 of 255 = 60%
G 63 of 255 = 25%
B 142 of 255 = 56%

153
63
142

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

Portions of RGB colors in percentages

R + G + B =
153 + 63 + 142 = 358 (100%)
R 153 of 358 ~ 42.74%
G 63 of 358 ~ 17.6%
B 142 of 358 ~ 39.66%

%42.74
%17.6
%39.66

CMYK color model

#993F8E color CMYK value is (0,59,7,40).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 7.19%
  • key color value is 40.00%
CMYK:
(0,59,7,40)
C0M59Y7K40 
(0%,59%,7%,40%)
(0.00/0.59/0.07/0.40)	

CMYK percentages

%0
%58.82
%7.19
%40

Codes

Color #993F8E in popluar color models

993F8E
RGB15363142
HSL307°41.67%42.35%
HSB/HSV307°58.82%60.00%
CMYK0.00%58.82%7.19%
40.00%

Color #993F8E in popluar number systems.

HEX993F8E
Decimal15363142
Binary1001100111111110001110
Octal23177216

Shades and tints

Shades of #993F8E

#993F8E
(153,63,142)
#8C3A82
(140,58,130)
#7F3576
(127,53,118)
#72306A
(114,48,106)
#652B5E
(101,43,94)
#582652
(88,38,82)
#4B2146
(75,33,70)
#3E1C3A
(62,28,58)
#31172E
(49,23,46)
#241222
(36,18,34)
#170D16
(23,13,22)
#000000
(0,0,0)

Tints of #993F8E

#993F8E
(153,63,142)
#A25098
(162,80,152)
#AB61A2
(171,97,162)
#B472AC
(180,114,172)
#BD83B6
(189,131,182)
#C694C0
(198,148,192)
#CFA5CA
(207,165,202)
#D8B6D4
(216,182,212)
#E1C7DE
(225,199,222)
#EAD8E8
(234,216,232)
#F3E9F2
(243,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993F8E color. Also use rgb(153,63,142) instead hex code.

Text Font Color

.myTextColor { color: #993F8E; }

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

This text font color is #993F8E.


Background Color

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

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

This div background color is #993F8E.


Border color

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

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

This div border color is #993F8E.


Opacity

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

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

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

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

This text has shadow with #993F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993F8E on black background.


Color preview on white background

This text has color #993F8E on white background.



Black color preview on #993F8E background

This text has black color on #993F8E background.


White color preview on #993F8E background

This text has white color on #993F8E background.