COLOR #990DF7

HEX: #990DF7
RGB: (153,13,247)

Color info

#990DF7 contains mainly blue color. Web safe color of #990DF7 is #9900FF (or #90F).

RGB color model

#990DF7 color RGB value is (153,13,247).

  • red value is 153;
  • green value is 13;
  • blue value is 247.
RGB:
(153,13,247)
(60%,5%,97%)

RGB channels and saturation

R 153 of 255 = 60%
G 13 of 255 = 5%
B 247 of 255 = 97%

153
13
247

R + G + B ~ 54%. #990DF7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 13 + 247 = 413 (100%)
R 153 of 413 ~ 37.05%
G 13 of 413 ~ 3.15%
B 247 of 413 ~ 59.81%

%37.05
%59.81

CMYK color model

#990DF7 color CMYK value is (38,95,0,3).

  • cyan value is 38.06%
  • magenta value is 94.74%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(38,95,0,3)
C38M95Y0K3 
(38%,95%,0%,3%)
(0.38/0.95/0.00/0.03)	

CMYK percentages

%38.06
%94.74
%0
%3.14

Codes

Color #990DF7 in popluar color models

990DF7
RGB15313247
HSL276°93.60%50.98%
HSB/HSV276°94.74%96.86%
CMYK38.06%94.74%0.00%
3.14%

Color #990DF7 in popluar number systems.

HEX990DF7
Decimal15313247
Binary10011001110111110111
Octal23115367

Shades and tints

Shades of #990DF7

#990DF7
(153,13,247)
#8C0CE1
(140,12,225)
#7F0BCB
(127,11,203)
#720AB5
(114,10,181)
#65099F
(101,9,159)
#580889
(88,8,137)
#4B0773
(75,7,115)
#3E065D
(62,6,93)
#310547
(49,5,71)
#240431
(36,4,49)
#17031B
(23,3,27)
#000000
(0,0,0)

Tints of #990DF7

#990DF7
(153,13,247)
#A223F7
(162,35,247)
#AB39F7
(171,57,247)
#B44FF7
(180,79,247)
#BD65F7
(189,101,247)
#C67BF7
(198,123,247)
#CF91F7
(207,145,247)
#D8A7F7
(216,167,247)
#E1BDF7
(225,189,247)
#EAD3F7
(234,211,247)
#F3E9F7
(243,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #990DF7 color. Also use rgb(153,13,247) instead hex code.

Text Font Color

.myTextColor { color: #990DF7; }

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

This text font color is #990DF7.


Background Color

.myBgColor { background-color: #990DF7; }

<div style="background-color:#990DF7">Inner text</div>

This div background color is #990DF7.


Border color

.myBorderColor { border: 1px solid #990DF7; }

<div style="border:3px solid #990DF7">Div</div>

This div border color is #990DF7.


Opacity

.myOpacity80 { color: #990DF7; opacity: 0.8; }

<p style="color:#990DF7;opacity:0.8;">80%</p>

Text with #990DF7 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 #990DF7;}

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

This text has shadow with #990DF7 color.

.textShadow {text-shadow: 3px 3px 1px #990DF7, 3px 3px 1px red;}

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

This text has shadow with #990DF7 primary color and red secondary color.


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

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

This text has shadow with #990DF7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #990DF7 on black background.


Color preview on white background

This text has color #990DF7 on white background.



Black color preview on #990DF7 background

This text has black color on #990DF7 background.


White color preview on #990DF7 background

This text has white color on #990DF7 background.