COLOR #9F6AE0

HEX: #9F6AE0
RGB: (159,106,224)

Color info

#9F6AE0 contains mainly blue color. Web safe color of #9F6AE0 is #9966CC (or #96C).

RGB color model

#9F6AE0 color RGB value is (159,106,224).

  • red value is 159;
  • green value is 106;
  • blue value is 224.
RGB:
(159,106,224)
(62%,42%,88%)

RGB channels and saturation

R 159 of 255 = 62%
G 106 of 255 = 42%
B 224 of 255 = 88%

159
106
224

R + G + B ~ 64%. #9F6AE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 106 + 224 = 489 (100%)
R 159 of 489 ~ 32.52%
G 106 of 489 ~ 21.68%
B 224 of 489 ~ 45.81%

%32.52
%21.68
%45.81

CMYK color model

#9F6AE0 color CMYK value is (29,53,0,12).

  • cyan value is 29.02%
  • magenta value is 52.68%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(29,53,0,12)
C29M53Y0K12 
(29%,53%,0%,12%)
(0.29/0.53/0.00/0.12)	

CMYK percentages

%29.02
%52.68
%0
%12.16

Codes

Color #9F6AE0 in popluar color models

9F6AE0
RGB159106224
HSL267°65.56%64.71%
HSB/HSV267°52.68%87.84%
CMYK29.02%52.68%0.00%
12.16%

Color #9F6AE0 in popluar number systems.

HEX9F6AE0
Decimal159106224
Binary10011111110101011100000
Octal237152340

Shades and tints

Shades of #9F6AE0

#9F6AE0
(159,106,224)
#9161CC
(145,97,204)
#8358B8
(131,88,184)
#754FA4
(117,79,164)
#674690
(103,70,144)
#593D7C
(89,61,124)
#4B3468
(75,52,104)
#3D2B54
(61,43,84)
#2F2240
(47,34,64)
#21192C
(33,25,44)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #9F6AE0

#9F6AE0
(159,106,224)
#A777E2
(167,119,226)
#AF84E4
(175,132,228)
#B791E6
(183,145,230)
#BF9EE8
(191,158,232)
#C7ABEA
(199,171,234)
#CFB8EC
(207,184,236)
#D7C5EE
(215,197,238)
#DFD2F0
(223,210,240)
#E7DFF2
(231,223,242)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6AE0 color. Also use rgb(159,106,224) instead hex code.

Text Font Color

.myTextColor { color: #9F6AE0; }

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

This text font color is #9F6AE0.


Background Color

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

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

This div background color is #9F6AE0.


Border color

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

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

This div border color is #9F6AE0.


Opacity

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

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

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

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

This text has shadow with #9F6AE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6AE0 on black background.


Color preview on white background

This text has color #9F6AE0 on white background.



Black color preview on #9F6AE0 background

This text has black color on #9F6AE0 background.


White color preview on #9F6AE0 background

This text has white color on #9F6AE0 background.