COLOR #993FAC

HEX: #993FAC
RGB: (153,63,172)

Color info

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

RGB color model

#993FAC color RGB value is (153,63,172).

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

RGB channels and saturation

R 153 of 255 = 60%
G 63 of 255 = 25%
B 172 of 255 = 67%

153
63
172

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

Portions of RGB colors in percentages

R + G + B =
153 + 63 + 172 = 388 (100%)
R 153 of 388 ~ 39.43%
G 63 of 388 ~ 16.24%
B 172 of 388 ~ 44.33%

%39.43
%16.24
%44.33

CMYK color model

#993FAC color CMYK value is (11,63,0,33).

  • cyan value is 11.05%
  • magenta value is 63.37%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(11,63,0,33)
C11M63Y0K33 
(11%,63%,0%,33%)
(0.11/0.63/0.00/0.33)	

CMYK percentages

%11.05
%63.37
%0
%32.55

Codes

Color #993FAC in popluar color models

993FAC
RGB15363172
HSL290°46.38%46.08%
HSB/HSV290°63.37%67.45%
CMYK11.05%63.37%0.00%
32.55%

Color #993FAC in popluar number systems.

HEX993FAC
Decimal15363172
Binary1001100111111110101100
Octal23177254

Shades and tints

Shades of #993FAC

#993FAC
(153,63,172)
#8C3A9D
(140,58,157)
#7F358E
(127,53,142)
#72307F
(114,48,127)
#652B70
(101,43,112)
#582661
(88,38,97)
#4B2152
(75,33,82)
#3E1C43
(62,28,67)
#311734
(49,23,52)
#241225
(36,18,37)
#170D16
(23,13,22)
#000000
(0,0,0)

Tints of #993FAC

#993FAC
(153,63,172)
#A250B3
(162,80,179)
#AB61BA
(171,97,186)
#B472C1
(180,114,193)
#BD83C8
(189,131,200)
#C694CF
(198,148,207)
#CFA5D6
(207,165,214)
#D8B6DD
(216,182,221)
#E1C7E4
(225,199,228)
#EAD8EB
(234,216,235)
#F3E9F2
(243,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #993FAC; }

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

This text font color is #993FAC.


Background Color

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

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

This div background color is #993FAC.


Border color

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

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

This div border color is #993FAC.


Opacity

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

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

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

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

This text has shadow with #993FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993FAC on black background.


Color preview on white background

This text has color #993FAC on white background.



Black color preview on #993FAC background

This text has black color on #993FAC background.


White color preview on #993FAC background

This text has white color on #993FAC background.