COLOR #9F01E5

HEX: #9F01E5
RGB: (159,1,229)

Color info

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

RGB color model

#9F01E5 color RGB value is (159,1,229).

  • red value is 159;
  • green value is 1;
  • blue value is 229.
RGB:
(159,1,229)
(62%,0%,90%)

RGB channels and saturation

R 159 of 255 = 62%
G 1 of 255 = 0%
B 229 of 255 = 90%

159
1
229

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

Portions of RGB colors in percentages

R + G + B =
159 + 1 + 229 = 389 (100%)
R 159 of 389 ~ 40.87%
G 1 of 389 ~ 0.26%
B 229 of 389 ~ 58.87%

%40.87
%58.87

CMYK color model

#9F01E5 color CMYK value is (31,100,0,10).

  • cyan value is 30.57%
  • magenta value is 99.56%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(31,100,0,10)
C31M100Y0K10 
(31%,100%,0%,10%)
(0.31/1.00/0.00/0.10)	

CMYK percentages

%30.57
%99.56
%0
%10.2

Codes

Color #9F01E5 in popluar color models

9F01E5
RGB1591229
HSL282°99.13%45.10%
HSB/HSV282°99.56%89.80%
CMYK30.57%99.56%0.00%
10.20%

Color #9F01E5 in popluar number systems.

HEX9F01E5
Decimal1591229
Binary10011111111100101
Octal2371345

Shades and tints

Shades of #9F01E5

#9F01E5
(159,1,229)
#9101D1
(145,1,209)
#8301BD
(131,1,189)
#7501A9
(117,1,169)
#670195
(103,1,149)
#590181
(89,1,129)
#4B016D
(75,1,109)
#3D0159
(61,1,89)
#2F0145
(47,1,69)
#210131
(33,1,49)
#13011D
(19,1,29)
#000000
(0,0,0)

Tints of #9F01E5

#9F01E5
(159,1,229)
#A718E7
(167,24,231)
#AF2FE9
(175,47,233)
#B746EB
(183,70,235)
#BF5DED
(191,93,237)
#C774EF
(199,116,239)
#CF8BF1
(207,139,241)
#D7A2F3
(215,162,243)
#DFB9F5
(223,185,245)
#E7D0F7
(231,208,247)
#EFE7F9
(239,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F01E5 color. Also use rgb(159,1,229) instead hex code.

Text Font Color

.myTextColor { color: #9F01E5; }

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

This text font color is #9F01E5.


Background Color

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

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

This div background color is #9F01E5.


Border color

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

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

This div border color is #9F01E5.


Opacity

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

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

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

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

This text has shadow with #9F01E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F01E5 on black background.


Color preview on white background

This text has color #9F01E5 on white background.



Black color preview on #9F01E5 background

This text has black color on #9F01E5 background.


White color preview on #9F01E5 background

This text has white color on #9F01E5 background.