COLOR #9F65BB

HEX: #9F65BB
RGB: (159,101,187)

Color info

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

RGB color model

#9F65BB color RGB value is (159,101,187).

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

RGB channels and saturation

R 159 of 255 = 62%
G 101 of 255 = 40%
B 187 of 255 = 73%

159
101
187

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

Portions of RGB colors in percentages

R + G + B =
159 + 101 + 187 = 447 (100%)
R 159 of 447 ~ 35.57%
G 101 of 447 ~ 22.6%
B 187 of 447 ~ 41.83%

%35.57
%22.6
%41.83

CMYK color model

#9F65BB color CMYK value is (15,46,0,27).

  • cyan value is 14.97%
  • magenta value is 45.99%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(15,46,0,27)
C15M46Y0K27 
(15%,46%,0%,27%)
(0.15/0.46/0.00/0.27)	

CMYK percentages

%14.97
%45.99
%0
%26.67

Codes

Color #9F65BB in popluar color models

9F65BB
RGB159101187
HSL280°38.74%56.47%
HSB/HSV280°45.99%73.33%
CMYK14.97%45.99%0.00%
26.67%

Color #9F65BB in popluar number systems.

HEX9F65BB
Decimal159101187
Binary10011111110010110111011
Octal237145273

Shades and tints

Shades of #9F65BB

#9F65BB
(159,101,187)
#915CAA
(145,92,170)
#835399
(131,83,153)
#754A88
(117,74,136)
#674177
(103,65,119)
#593866
(89,56,102)
#4B2F55
(75,47,85)
#3D2644
(61,38,68)
#2F1D33
(47,29,51)
#211422
(33,20,34)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #9F65BB

#9F65BB
(159,101,187)
#A773C1
(167,115,193)
#AF81C7
(175,129,199)
#B78FCD
(183,143,205)
#BF9DD3
(191,157,211)
#C7ABD9
(199,171,217)
#CFB9DF
(207,185,223)
#D7C7E5
(215,199,229)
#DFD5EB
(223,213,235)
#E7E3F1
(231,227,241)
#EFF1F7
(239,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F65BB; }

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

This text font color is #9F65BB.


Background Color

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

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

This div background color is #9F65BB.


Border color

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

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

This div border color is #9F65BB.


Opacity

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

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

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

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

This text has shadow with #9F65BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F65BB on black background.


Color preview on white background

This text has color #9F65BB on white background.



Black color preview on #9F65BB background

This text has black color on #9F65BB background.


White color preview on #9F65BB background

This text has white color on #9F65BB background.