COLOR #9F68EA

HEX: #9F68EA
RGB: (159,104,234)

Color info

#9F68EA contains mainly blue color. Web safe color of #9F68EA is #9966FF (or #96F).

RGB color model

#9F68EA color RGB value is (159,104,234).

  • red value is 159;
  • green value is 104;
  • blue value is 234.
RGB:
(159,104,234)
(62%,41%,92%)

RGB channels and saturation

R 159 of 255 = 62%
G 104 of 255 = 41%
B 234 of 255 = 92%

159
104
234

R + G + B ~ 65%. #9F68EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 104 + 234 = 497 (100%)
R 159 of 497 ~ 31.99%
G 104 of 497 ~ 20.93%
B 234 of 497 ~ 47.08%

%31.99
%20.93
%47.08

CMYK color model

#9F68EA color CMYK value is (32,56,0,8).

  • cyan value is 32.05%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(32,56,0,8)
C32M56Y0K8 
(32%,56%,0%,8%)
(0.32/0.56/0.00/0.08)	

CMYK percentages

%32.05
%55.56
%0
%8.24

Codes

Color #9F68EA in popluar color models

9F68EA
RGB159104234
HSL265°75.58%66.27%
HSB/HSV265°55.56%91.76%
CMYK32.05%55.56%0.00%
8.24%

Color #9F68EA in popluar number systems.

HEX9F68EA
Decimal159104234
Binary10011111110100011101010
Octal237150352

Shades and tints

Shades of #9F68EA

#9F68EA
(159,104,234)
#915FD5
(145,95,213)
#8356C0
(131,86,192)
#754DAB
(117,77,171)
#674496
(103,68,150)
#593B81
(89,59,129)
#4B326C
(75,50,108)
#3D2957
(61,41,87)
#2F2042
(47,32,66)
#21172D
(33,23,45)
#130E18
(19,14,24)
#000000
(0,0,0)

Tints of #9F68EA

#9F68EA
(159,104,234)
#A775EB
(167,117,235)
#AF82EC
(175,130,236)
#B78FED
(183,143,237)
#BF9CEE
(191,156,238)
#C7A9EF
(199,169,239)
#CFB6F0
(207,182,240)
#D7C3F1
(215,195,241)
#DFD0F2
(223,208,242)
#E7DDF3
(231,221,243)
#EFEAF4
(239,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F68EA color. Also use rgb(159,104,234) instead hex code.

Text Font Color

.myTextColor { color: #9F68EA; }

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

This text font color is #9F68EA.


Background Color

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

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

This div background color is #9F68EA.


Border color

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

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

This div border color is #9F68EA.


Opacity

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

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

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

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

This text has shadow with #9F68EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F68EA on black background.


Color preview on white background

This text has color #9F68EA on white background.



Black color preview on #9F68EA background

This text has black color on #9F68EA background.


White color preview on #9F68EA background

This text has white color on #9F68EA background.