COLOR #9F50D9

HEX: #9F50D9 RGB: (159,80,217)

Color info

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

RGB color model

#9F50D9 color RGB value is (159,80,217).

RGB: (159,80,217) (62%, 31%, 85%)

RGB channels and saturation

R 159 of 255 = 62%
G 80 of 255 = 31%
B 217 of 255 = 85%

159
80
217

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

Portions of RGB colors in percentages

R + G + B = 159 + 80 + 217 = 456 (100%)
R 159 of 456 ~ 34.87%
G 80 of 456 ~ 17.54%
B 217 of 456 ~ 47.59'%

%34.87
%17.54
%47.59

CMYK color model

#9F50D9 color CMYK value is (27,63,0,15).

  • cyan value is 26.73%
  • magenta value is 63.13%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (27,63,0,15)
C27M63Y0K15 (27%, 63%, 0%, 15%)
(0.27 / 0.63 / 0.00 / 0.15)

CMYK percentages

%26.73
%63.13
%0
%14.9

Codes

Color #9F50D9 in popluar color models

9F 50 D9
RGB 159 80 217
HSL 275° 64.32% 58.24%
HSB/HSV 275° 63.13% 85.10%
CMYK 26.73% 63.13% 0.00%
14.90%

Color #9F50D9 in popluar number systems.

HEX 9F 50 D9
Decimal 159 80 217
Binary 10011111 1010000 11011001
Octal 237 120 331

Shades and tints

Shades of #9F50D9

#9F50D9
(159,80,217)
#9149C6
(145,73,198)
#8342B3
(131,66,179)
#753BA0
(117,59,160)
#67348D
(103,52,141)
#592D7A
(89,45,122)
#4B2667
(75,38,103)
#3D1F54
(61,31,84)
#2F1841
(47,24,65)
#21112E
(33,17,46)
#130A1B
(19,10,27)
#000000
(0,0,0)

Tints of #9F50D9

#9F50D9
(159,80,217)
#A75FDC
(167,95,220)
#AF6EDF
(175,110,223)
#B77DE2
(183,125,226)
#BF8CE5
(191,140,229)
#C79BE8
(199,155,232)
#CFAAEB
(207,170,235)
#D7B9EE
(215,185,238)
#DFC8F1
(223,200,241)
#E7D7F4
(231,215,244)
#EFE6F7
(239,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F50D9 color. Also use rgb(159,80,217) instead hex code.

Text Font Color

.myTextColor { color: #9F50D9; }

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

This text font color is #9F50D9.

Background Color

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

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

This div background color is #9F50D9.

Border color

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

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

This div border color is #9F50D9.

Opacity

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

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

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

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

This text has shadow with #9F50D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F50D9.

Preview

Color preview on black background

This text has color #9F50D9 on black background.


Color preview on white background

This text has color #9F50D9 on white background.


Black color preview on #9F50D9 background

This text has black color on #9F50D9 background.


White color preview on #9F50D9 background

This text has white color on #9F50D9 background.


Related colors

Complementary color

Complementary color for #hex is #60AF26.


I love getcolorcode.com

Triadic colors

1 #D99F50 and #50D99F with #9F50D9 are triadic colors.

2 #D9509F and #509FD9 with #9F50D9 are triadic colors.