COLOR #9F5EC7

HEX: #9F5EC7 RGB: (159,94,199)

Color info

#9F5EC7 contains mainly red and blue colors. Web safe color of #9F5EC7 is #9966CC (or #96C).

RGB color model

#9F5EC7 color RGB value is (159,94,199).

RGB: (159,94,199) (62%, 37%, 78%)

RGB channels and saturation

R 159 of 255 = 62%
G 94 of 255 = 37%
B 199 of 255 = 78%

159
94
199

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

Portions of RGB colors in percentages

R + G + B = 159 + 94 + 199 = 452 (100%)
R 159 of 452 ~ 35.18%
G 94 of 452 ~ 20.8%
B 199 of 452 ~ 44.03'%

%35.18
%20.8
%44.03

CMYK color model

#9F5EC7 color CMYK value is (20,53,0,22).

  • cyan value is 20.10%
  • magenta value is 52.76%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (20,53,0,22)
C20M53Y0K22 (20%, 53%, 0%, 22%)
(0.20 / 0.53 / 0.00 / 0.22)

CMYK percentages

%20.1
%52.76
%0
%21.96

Codes

Color #9F5EC7 in popluar color models

9F 5E C7
RGB 159 94 199
HSL 277° 48.39% 57.45%
HSB/HSV 277° 52.76% 78.04%
CMYK 20.10% 52.76% 0.00%
21.96%

Color #9F5EC7 in popluar number systems.

HEX 9F 5E C7
Decimal 159 94 199
Binary 10011111 1011110 11000111
Octal 237 136 307

Shades and tints

Shades of #9F5EC7

#9F5EC7
(159,94,199)
#9156B5
(145,86,181)
#834EA3
(131,78,163)
#754691
(117,70,145)
#673E7F
(103,62,127)
#59366D
(89,54,109)
#4B2E5B
(75,46,91)
#3D2649
(61,38,73)
#2F1E37
(47,30,55)
#211625
(33,22,37)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #9F5EC7

#9F5EC7
(159,94,199)
#A76CCC
(167,108,204)
#AF7AD1
(175,122,209)
#B788D6
(183,136,214)
#BF96DB
(191,150,219)
#C7A4E0
(199,164,224)
#CFB2E5
(207,178,229)
#D7C0EA
(215,192,234)
#DFCEEF
(223,206,239)
#E7DCF4
(231,220,244)
#EFEAF9
(239,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5EC7 color. Also use rgb(159,94,199) instead hex code.

Text Font Color

.myTextColor { color: #9F5EC7; }

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

This text font color is #9F5EC7.

Background Color

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

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

This div background color is #9F5EC7.

Border color

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

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

This div border color is #9F5EC7.

Opacity

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

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

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

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

This text has shadow with #9F5EC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F5EC7.

Preview

Color preview on black background

This text has color #9F5EC7 on black background.


Color preview on white background

This text has color #9F5EC7 on white background.


Black color preview on #9F5EC7 background

This text has black color on #9F5EC7 background.


White color preview on #9F5EC7 background

This text has white color on #9F5EC7 background.


Related colors

Complementary color

Complementary color for #hex is #60A138.


I love getcolorcode.com

Triadic colors

1 #C79F5E and #5EC79F with #9F5EC7 are triadic colors.

2 #C75E9F and #5E9FC7 with #9F5EC7 are triadic colors.