COLOR #9F3DA5

HEX: #9F3DA5 RGB: (159,61,165)

Color info

#9F3DA5 contains mainly red and blue colors. Web safe color of #9F3DA5 is #993399 (or #939).

RGB color model

#9F3DA5 color RGB value is (159,61,165).

RGB: (159,61,165) (62%, 24%, 65%)

RGB channels and saturation

R 159 of 255 = 62%
G 61 of 255 = 24%
B 165 of 255 = 65%

159
61
165

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

Portions of RGB colors in percentages

R + G + B = 159 + 61 + 165 = 385 (100%)
R 159 of 385 ~ 41.3%
G 61 of 385 ~ 15.84%
B 165 of 385 ~ 42.86'%

%41.3
%15.84
%42.86

CMYK color model

#9F3DA5 color CMYK value is (4,63,0,35).

  • cyan value is 3.64%
  • magenta value is 63.03%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (4,63,0,35)
C4M63Y0K35 (4%, 63%, 0%, 35%)
(0.04 / 0.63 / 0.00 / 0.35)

CMYK percentages

%3.64
%63.03
%0
%35.29

Codes

Color #9F3DA5 in popluar color models

9F 3D A5
RGB 159 61 165
HSL 297° 46.02% 44.31%
HSB/HSV 297° 63.03% 64.71%
CMYK 3.64% 63.03% 0.00%
35.29%

Color #9F3DA5 in popluar number systems.

HEX 9F 3D A5
Decimal 159 61 165
Binary 10011111 111101 10100101
Octal 237 75 245

Shades and tints

Shades of #9F3DA5

#9F3DA5
(159,61,165)
#913896
(145,56,150)
#833387
(131,51,135)
#752E78
(117,46,120)
#672969
(103,41,105)
#59245A
(89,36,90)
#4B1F4B
(75,31,75)
#3D1A3C
(61,26,60)
#2F152D
(47,21,45)
#21101E
(33,16,30)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #9F3DA5

#9F3DA5
(159,61,165)
#A74EAD
(167,78,173)
#AF5FB5
(175,95,181)
#B770BD
(183,112,189)
#BF81C5
(191,129,197)
#C792CD
(199,146,205)
#CFA3D5
(207,163,213)
#D7B4DD
(215,180,221)
#DFC5E5
(223,197,229)
#E7D6ED
(231,214,237)
#EFE7F5
(239,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F3DA5 color. Also use rgb(159,61,165) instead hex code.

Text Font Color

.myTextColor { color: #9F3DA5; }

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

This text font color is #9F3DA5.

Background Color

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

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

This div background color is #9F3DA5.

Border color

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

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

This div border color is #9F3DA5.

Opacity

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

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

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

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

This text has shadow with #9F3DA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F3DA5.

Preview

Color preview on black background

This text has color #9F3DA5 on black background.


Color preview on white background

This text has color #9F3DA5 on white background.


Black color preview on #9F3DA5 background

This text has black color on #9F3DA5 background.


White color preview on #9F3DA5 background

This text has white color on #9F3DA5 background.


Related colors

Complementary color

Complementary color for #hex is #60C25A.


I love getcolorcode.com

Triadic colors

1 #A59F3D and #3DA59F with #9F3DA5 are triadic colors.

2 #A53D9F and #3D9FA5 with #9F3DA5 are triadic colors.