COLOR #9F44E0

HEX: #9F44E0
RGB: (159,68,224)

Color info

#9F44E0 contains mainly blue color. Web safe color of #9F44E0 is #9933CC (or #93C).

RGB color model

#9F44E0 color RGB value is (159,68,224).

  • red value is 159;
  • green value is 68;
  • blue value is 224.
RGB:
(159,68,224)
(62%,27%,88%)

RGB channels and saturation

R 159 of 255 = 62%
G 68 of 255 = 27%
B 224 of 255 = 88%

159
68
224

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

Portions of RGB colors in percentages

R + G + B =
159 + 68 + 224 = 451 (100%)
R 159 of 451 ~ 35.25%
G 68 of 451 ~ 15.08%
B 224 of 451 ~ 49.67%

%35.25
%15.08
%49.67

CMYK color model

#9F44E0 color CMYK value is (29,70,0,12).

  • cyan value is 29.02%
  • magenta value is 69.64%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(29,70,0,12)
C29M70Y0K12 
(29%,70%,0%,12%)
(0.29/0.70/0.00/0.12)	

CMYK percentages

%29.02
%69.64
%0
%12.16

Codes

Color #9F44E0 in popluar color models

9F44E0
RGB15968224
HSL275°71.56%57.25%
HSB/HSV275°69.64%87.84%
CMYK29.02%69.64%0.00%
12.16%

Color #9F44E0 in popluar number systems.

HEX9F44E0
Decimal15968224
Binary10011111100010011100000
Octal237104340

Shades and tints

Shades of #9F44E0

#9F44E0
(159,68,224)
#913ECC
(145,62,204)
#8338B8
(131,56,184)
#7532A4
(117,50,164)
#672C90
(103,44,144)
#59267C
(89,38,124)
#4B2068
(75,32,104)
#3D1A54
(61,26,84)
#2F1440
(47,20,64)
#210E2C
(33,14,44)
#130818
(19,8,24)
#000000
(0,0,0)

Tints of #9F44E0

#9F44E0
(159,68,224)
#A755E2
(167,85,226)
#AF66E4
(175,102,228)
#B777E6
(183,119,230)
#BF88E8
(191,136,232)
#C799EA
(199,153,234)
#CFAAEC
(207,170,236)
#D7BBEE
(215,187,238)
#DFCCF0
(223,204,240)
#E7DDF2
(231,221,242)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F44E0 color. Also use rgb(159,68,224) instead hex code.

Text Font Color

.myTextColor { color: #9F44E0; }

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

This text font color is #9F44E0.


Background Color

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

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

This div background color is #9F44E0.


Border color

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

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

This div border color is #9F44E0.


Opacity

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

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

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

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

This text has shadow with #9F44E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F44E0 on black background.


Color preview on white background

This text has color #9F44E0 on white background.



Black color preview on #9F44E0 background

This text has black color on #9F44E0 background.


White color preview on #9F44E0 background

This text has white color on #9F44E0 background.