COLOR #9F4EE0

HEX: #9F4EE0 RGB: (159,78,224)

Color info

#9F4EE0 contains mainly blue color. Web safe color of #9F4EE0 is #9966CC (or #96C).

RGB color model

#9F4EE0 color RGB value is (159,78,224).

RGB: (159,78,224) (62%, 31%, 88%)

RGB channels and saturation

R 159 of 255 = 62%
G 78 of 255 = 31%
B 224 of 255 = 88%

159
78
224

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

Portions of RGB colors in percentages

R + G + B = 159 + 78 + 224 = 461 (100%)
R 159 of 461 ~ 34.49%
G 78 of 461 ~ 16.92%
B 224 of 461 ~ 48.59'%

%34.49
%16.92
%48.59

CMYK color model

#9F4EE0 color CMYK value is (29,65,0,12).

  • cyan value is 29.02%
  • magenta value is 65.18%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (29,65,0,12)
C29M65Y0K12 (29%, 65%, 0%, 12%)
(0.29 / 0.65 / 0.00 / 0.12)

CMYK percentages

%29.02
%65.18
%0
%12.16

Codes

Color #9F4EE0 in popluar color models

9F 4E E0
RGB 159 78 224
HSL 273° 70.19% 59.22%
HSB/HSV 273° 65.18% 87.84%
CMYK 29.02% 65.18% 0.00%
12.16%

Color #9F4EE0 in popluar number systems.

HEX 9F 4E E0
Decimal 159 78 224
Binary 10011111 1001110 11100000
Octal 237 116 340

Shades and tints

Shades of #9F4EE0

#9F4EE0
(159,78,224)
#9147CC
(145,71,204)
#8340B8
(131,64,184)
#7539A4
(117,57,164)
#673290
(103,50,144)
#592B7C
(89,43,124)
#4B2468
(75,36,104)
#3D1D54
(61,29,84)
#2F1640
(47,22,64)
#210F2C
(33,15,44)
#130818
(19,8,24)
#000000
(0,0,0)

Tints of #9F4EE0

#9F4EE0
(159,78,224)
#A75EE2
(167,94,226)
#AF6EE4
(175,110,228)
#B77EE6
(183,126,230)
#BF8EE8
(191,142,232)
#C79EEA
(199,158,234)
#CFAEEC
(207,174,236)
#D7BEEE
(215,190,238)
#DFCEF0
(223,206,240)
#E7DEF2
(231,222,242)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F4EE0; }

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

This text font color is #9F4EE0.

Background Color

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

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

This div background color is #9F4EE0.

Border color

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

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

This div border color is #9F4EE0.

Opacity

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

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

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

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

This text has shadow with #9F4EE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F4EE0.

Preview

Color preview on black background

This text has color #9F4EE0 on black background.


Color preview on white background

This text has color #9F4EE0 on white background.


Black color preview on #9F4EE0 background

This text has black color on #9F4EE0 background.


White color preview on #9F4EE0 background

This text has white color on #9F4EE0 background.


Related colors

Complementary color

Complementary color for #hex is #60B11F.


I love getcolorcode.com

Triadic colors

1 #E09F4E and #4EE09F with #9F4EE0 are triadic colors.

2 #E04E9F and #4E9FE0 with #9F4EE0 are triadic colors.