COLOR #9F7AE0

HEX: #9F7AE0
RGB: (159,122,224)

Color info

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

RGB color model

#9F7AE0 color RGB value is (159,122,224).

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

RGB channels and saturation

R 159 of 255 = 62%
G 122 of 255 = 48%
B 224 of 255 = 88%

159
122
224

R + G + B ~ 66%. #9F7AE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 122 + 224 = 505 (100%)
R 159 of 505 ~ 31.49%
G 122 of 505 ~ 24.16%
B 224 of 505 ~ 44.36%

%31.49
%24.16
%44.36

CMYK color model

#9F7AE0 color CMYK value is (29,46,0,12).

  • cyan value is 29.02%
  • magenta value is 45.54%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(29,46,0,12)
C29M46Y0K12 
(29%,46%,0%,12%)
(0.29/0.46/0.00/0.12)	

CMYK percentages

%29.02
%45.54
%0
%12.16

Codes

Color #9F7AE0 in popluar color models

9F7AE0
RGB159122224
HSL262°62.20%67.84%
HSB/HSV262°45.54%87.84%
CMYK29.02%45.54%0.00%
12.16%

Color #9F7AE0 in popluar number systems.

HEX9F7AE0
Decimal159122224
Binary10011111111101011100000
Octal237172340

Shades and tints

Shades of #9F7AE0

#9F7AE0
(159,122,224)
#916FCC
(145,111,204)
#8364B8
(131,100,184)
#7559A4
(117,89,164)
#674E90
(103,78,144)
#59437C
(89,67,124)
#4B3868
(75,56,104)
#3D2D54
(61,45,84)
#2F2240
(47,34,64)
#21172C
(33,23,44)
#130C18
(19,12,24)
#000000
(0,0,0)

Tints of #9F7AE0

#9F7AE0
(159,122,224)
#A786E2
(167,134,226)
#AF92E4
(175,146,228)
#B79EE6
(183,158,230)
#BFAAE8
(191,170,232)
#C7B6EA
(199,182,234)
#CFC2EC
(207,194,236)
#D7CEEE
(215,206,238)
#DFDAF0
(223,218,240)
#E7E6F2
(231,230,242)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7AE0; }

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

This text font color is #9F7AE0.


Background Color

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

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

This div background color is #9F7AE0.


Border color

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

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

This div border color is #9F7AE0.


Opacity

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

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

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

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

This text has shadow with #9F7AE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7AE0 on black background.


Color preview on white background

This text has color #9F7AE0 on white background.



Black color preview on #9F7AE0 background

This text has black color on #9F7AE0 background.


White color preview on #9F7AE0 background

This text has white color on #9F7AE0 background.