COLOR #9F65B5

HEX: #9F65B5
RGB: (159,101,181)

Color info

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

RGB color model

#9F65B5 color RGB value is (159,101,181).

  • red value is 159;
  • green value is 101;
  • blue value is 181.
RGB:
(159,101,181)
(62%,40%,71%)

RGB channels and saturation

R 159 of 255 = 62%
G 101 of 255 = 40%
B 181 of 255 = 71%

159
101
181

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

Portions of RGB colors in percentages

R + G + B =
159 + 101 + 181 = 441 (100%)
R 159 of 441 ~ 36.05%
G 101 of 441 ~ 22.9%
B 181 of 441 ~ 41.04%

%36.05
%22.9
%41.04

CMYK color model

#9F65B5 color CMYK value is (12,44,0,29).

  • cyan value is 12.15%
  • magenta value is 44.20%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(12,44,0,29)
C12M44Y0K29 
(12%,44%,0%,29%)
(0.12/0.44/0.00/0.29)	

CMYK percentages

%12.15
%44.2
%0
%29.02

Codes

Color #9F65B5 in popluar color models

9F65B5
RGB159101181
HSL284°35.09%55.29%
HSB/HSV284°44.20%70.98%
CMYK12.15%44.20%0.00%
29.02%

Color #9F65B5 in popluar number systems.

HEX9F65B5
Decimal159101181
Binary10011111110010110110101
Octal237145265

Shades and tints

Shades of #9F65B5

#9F65B5
(159,101,181)
#915CA5
(145,92,165)
#835395
(131,83,149)
#754A85
(117,74,133)
#674175
(103,65,117)
#593865
(89,56,101)
#4B2F55
(75,47,85)
#3D2645
(61,38,69)
#2F1D35
(47,29,53)
#211425
(33,20,37)
#130B15
(19,11,21)
#000000
(0,0,0)

Tints of #9F65B5

#9F65B5
(159,101,181)
#A773BB
(167,115,187)
#AF81C1
(175,129,193)
#B78FC7
(183,143,199)
#BF9DCD
(191,157,205)
#C7ABD3
(199,171,211)
#CFB9D9
(207,185,217)
#D7C7DF
(215,199,223)
#DFD5E5
(223,213,229)
#E7E3EB
(231,227,235)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F65B5 color. Also use rgb(159,101,181) instead hex code.

Text Font Color

.myTextColor { color: #9F65B5; }

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

This text font color is #9F65B5.


Background Color

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

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

This div background color is #9F65B5.


Border color

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

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

This div border color is #9F65B5.


Opacity

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

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

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

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

This text has shadow with #9F65B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F65B5 on black background.


Color preview on white background

This text has color #9F65B5 on white background.



Black color preview on #9F65B5 background

This text has black color on #9F65B5 background.


White color preview on #9F65B5 background

This text has white color on #9F65B5 background.