COLOR #990DC5

HEX: #990DC5
RGB: (153,13,197)

Color info

#990DC5 contains mainly red and blue colors. Web safe color of #990DC5 is #9900CC (or #90C).

RGB color model

#990DC5 color RGB value is (153,13,197).

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

RGB channels and saturation

R 153 of 255 = 60%
G 13 of 255 = 5%
B 197 of 255 = 77%

153
13
197

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

Portions of RGB colors in percentages

R + G + B =
153 + 13 + 197 = 363 (100%)
R 153 of 363 ~ 42.15%
G 13 of 363 ~ 3.58%
B 197 of 363 ~ 54.27%

%42.15
%54.27

CMYK color model

#990DC5 color CMYK value is (22,93,0,23).

  • cyan value is 22.34%
  • magenta value is 93.40%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(22,93,0,23)
C22M93Y0K23 
(22%,93%,0%,23%)
(0.22/0.93/0.00/0.23)	

CMYK percentages

%22.34
%93.4
%0
%22.75

Codes

Color #990DC5 in popluar color models

990DC5
RGB15313197
HSL286°87.62%41.18%
HSB/HSV286°93.40%77.25%
CMYK22.34%93.40%0.00%
22.75%

Color #990DC5 in popluar number systems.

HEX990DC5
Decimal15313197
Binary10011001110111000101
Octal23115305

Shades and tints

Shades of #990DC5

#990DC5
(153,13,197)
#8C0CB4
(140,12,180)
#7F0BA3
(127,11,163)
#720A92
(114,10,146)
#650981
(101,9,129)
#580870
(88,8,112)
#4B075F
(75,7,95)
#3E064E
(62,6,78)
#31053D
(49,5,61)
#24042C
(36,4,44)
#17031B
(23,3,27)
#000000
(0,0,0)

Tints of #990DC5

#990DC5
(153,13,197)
#A223CA
(162,35,202)
#AB39CF
(171,57,207)
#B44FD4
(180,79,212)
#BD65D9
(189,101,217)
#C67BDE
(198,123,222)
#CF91E3
(207,145,227)
#D8A7E8
(216,167,232)
#E1BDED
(225,189,237)
#EAD3F2
(234,211,242)
#F3E9F7
(243,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #990DC5; }

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

This text font color is #990DC5.


Background Color

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

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

This div background color is #990DC5.


Border color

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

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

This div border color is #990DC5.


Opacity

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

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

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

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

This text has shadow with #990DC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #990DC5 on black background.


Color preview on white background

This text has color #990DC5 on white background.



Black color preview on #990DC5 background

This text has black color on #990DC5 background.


White color preview on #990DC5 background

This text has white color on #990DC5 background.