COLOR #9E19DD

HEX: #9E19DD
RGB: (158,25,221)

Color info

#9E19DD contains mainly blue color. Web safe color of #9E19DD is #9900CC (or #90C).

RGB color model

#9E19DD color RGB value is (158,25,221).

  • red value is 158;
  • green value is 25;
  • blue value is 221.
RGB:
(158,25,221)
(62%,10%,87%)

RGB channels and saturation

R 158 of 255 = 62%
G 25 of 255 = 10%
B 221 of 255 = 87%

158
25
221

R + G + B ~ 53%. #9E19DD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 25 + 221 = 404 (100%)
R 158 of 404 ~ 39.11%
G 25 of 404 ~ 6.19%
B 221 of 404 ~ 54.7%

%39.11
%54.7

CMYK color model

#9E19DD color CMYK value is (29,89,0,13).

  • cyan value is 28.51%
  • magenta value is 88.69%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(29,89,0,13)
C29M89Y0K13 
(29%,89%,0%,13%)
(0.29/0.89/0.00/0.13)	

CMYK percentages

%28.51
%88.69
%0
%13.33

Codes

Color #9E19DD in popluar color models

9E19DD
RGB15825221
HSL281°79.67%48.24%
HSB/HSV281°88.69%86.67%
CMYK28.51%88.69%0.00%
13.33%

Color #9E19DD in popluar number systems.

HEX9E19DD
Decimal15825221
Binary100111101100111011101
Octal23631335

Shades and tints

Shades of #9E19DD

#9E19DD
(158,25,221)
#9017C9
(144,23,201)
#8215B5
(130,21,181)
#7413A1
(116,19,161)
#66118D
(102,17,141)
#580F79
(88,15,121)
#4A0D65
(74,13,101)
#3C0B51
(60,11,81)
#2E093D
(46,9,61)
#200729
(32,7,41)
#120515
(18,5,21)
#000000
(0,0,0)

Tints of #9E19DD

#9E19DD
(158,25,221)
#A62DE0
(166,45,224)
#AE41E3
(174,65,227)
#B655E6
(182,85,230)
#BE69E9
(190,105,233)
#C67DEC
(198,125,236)
#CE91EF
(206,145,239)
#D6A5F2
(214,165,242)
#DEB9F5
(222,185,245)
#E6CDF8
(230,205,248)
#EEE1FB
(238,225,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E19DD color. Also use rgb(158,25,221) instead hex code.

Text Font Color

.myTextColor { color: #9E19DD; }

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

This text font color is #9E19DD.


Background Color

.myBgColor { background-color: #9E19DD; }

<div style="background-color:#9E19DD">Inner text</div>

This div background color is #9E19DD.


Border color

.myBorderColor { border: 1px solid #9E19DD; }

<div style="border:3px solid #9E19DD">Div</div>

This div border color is #9E19DD.


Opacity

.myOpacity80 { color: #9E19DD; opacity: 0.8; }

<p style="color:#9E19DD;opacity:0.8;">80%</p>

Text with #9E19DD 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 #9E19DD;}

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

This text has shadow with #9E19DD color.

.textShadow {text-shadow: 3px 3px 1px #9E19DD, 3px 3px 1px red;}

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

This text has shadow with #9E19DD primary color and red secondary color.


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

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

This text has shadow with #9E19DD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E19DD on black background.


Color preview on white background

This text has color #9E19DD on white background.



Black color preview on #9E19DD background

This text has black color on #9E19DD background.


White color preview on #9E19DD background

This text has white color on #9E19DD background.