COLOR #993EE7

HEX: #993EE7
RGB: (153,62,231)

Color info

#993EE7 contains mainly blue color. Web safe color of #993EE7 is #9933FF (or #93F).

RGB color model

#993EE7 color RGB value is (153,62,231).

  • red value is 153;
  • green value is 62;
  • blue value is 231.
RGB:
(153,62,231)
(60%,24%,91%)

RGB channels and saturation

R 153 of 255 = 60%
G 62 of 255 = 24%
B 231 of 255 = 91%

153
62
231

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

Portions of RGB colors in percentages

R + G + B =
153 + 62 + 231 = 446 (100%)
R 153 of 446 ~ 34.3%
G 62 of 446 ~ 13.9%
B 231 of 446 ~ 51.79%

%34.3
%13.9
%51.79

CMYK color model

#993EE7 color CMYK value is (34,73,0,9).

  • cyan value is 33.77%
  • magenta value is 73.16%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(34,73,0,9)
C34M73Y0K9 
(34%,73%,0%,9%)
(0.34/0.73/0.00/0.09)	

CMYK percentages

%33.77
%73.16
%0
%9.41

Codes

Color #993EE7 in popluar color models

993EE7
RGB15362231
HSL272°77.88%57.45%
HSB/HSV272°73.16%90.59%
CMYK33.77%73.16%0.00%
9.41%

Color #993EE7 in popluar number systems.

HEX993EE7
Decimal15362231
Binary1001100111111011100111
Octal23176347

Shades and tints

Shades of #993EE7

#993EE7
(153,62,231)
#8C39D2
(140,57,210)
#7F34BD
(127,52,189)
#722FA8
(114,47,168)
#652A93
(101,42,147)
#58257E
(88,37,126)
#4B2069
(75,32,105)
#3E1B54
(62,27,84)
#31163F
(49,22,63)
#24112A
(36,17,42)
#170C15
(23,12,21)
#000000
(0,0,0)

Tints of #993EE7

#993EE7
(153,62,231)
#A24FE9
(162,79,233)
#AB60EB
(171,96,235)
#B471ED
(180,113,237)
#BD82EF
(189,130,239)
#C693F1
(198,147,241)
#CFA4F3
(207,164,243)
#D8B5F5
(216,181,245)
#E1C6F7
(225,198,247)
#EAD7F9
(234,215,249)
#F3E8FB
(243,232,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993EE7 color. Also use rgb(153,62,231) instead hex code.

Text Font Color

.myTextColor { color: #993EE7; }

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

This text font color is #993EE7.


Background Color

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

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

This div background color is #993EE7.


Border color

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

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

This div border color is #993EE7.


Opacity

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

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

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

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

This text has shadow with #993EE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993EE7 on black background.


Color preview on white background

This text has color #993EE7 on white background.



Black color preview on #993EE7 background

This text has black color on #993EE7 background.


White color preview on #993EE7 background

This text has white color on #993EE7 background.