COLOR #9F7AF2

HEX: #9F7AF2
RGB: (159,122,242)

Color info

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

RGB color model

#9F7AF2 color RGB value is (159,122,242).

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

RGB channels and saturation

R 159 of 255 = 62%
G 122 of 255 = 48%
B 242 of 255 = 95%

159
122
242

R + G + B ~ 68%. #9F7AF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 122 + 242 = 523 (100%)
R 159 of 523 ~ 30.4%
G 122 of 523 ~ 23.33%
B 242 of 523 ~ 46.27%

%30.4
%23.33
%46.27

CMYK color model

#9F7AF2 color CMYK value is (34,50,0,5).

  • cyan value is 34.30%
  • magenta value is 49.59%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(34,50,0,5)
C34M50Y0K5 
(34%,50%,0%,5%)
(0.34/0.50/0.00/0.05)	

CMYK percentages

%34.3
%49.59
%0
%5.1

Codes

Color #9F7AF2 in popluar color models

9F7AF2
RGB159122242
HSL259°82.19%71.37%
HSB/HSV259°49.59%94.90%
CMYK34.30%49.59%0.00%
5.10%

Color #9F7AF2 in popluar number systems.

HEX9F7AF2
Decimal159122242
Binary10011111111101011110010
Octal237172362

Shades and tints

Shades of #9F7AF2

#9F7AF2
(159,122,242)
#916FDC
(145,111,220)
#8364C6
(131,100,198)
#7559B0
(117,89,176)
#674E9A
(103,78,154)
#594384
(89,67,132)
#4B386E
(75,56,110)
#3D2D58
(61,45,88)
#2F2242
(47,34,66)
#21172C
(33,23,44)
#130C16
(19,12,22)
#000000
(0,0,0)

Tints of #9F7AF2

#9F7AF2
(159,122,242)
#A786F3
(167,134,243)
#AF92F4
(175,146,244)
#B79EF5
(183,158,245)
#BFAAF6
(191,170,246)
#C7B6F7
(199,182,247)
#CFC2F8
(207,194,248)
#D7CEF9
(215,206,249)
#DFDAFA
(223,218,250)
#E7E6FB
(231,230,251)
#EFF2FC
(239,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7AF2; }

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

This text font color is #9F7AF2.


Background Color

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

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

This div background color is #9F7AF2.


Border color

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

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

This div border color is #9F7AF2.


Opacity

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

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

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

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

This text has shadow with #9F7AF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7AF2 on black background.


Color preview on white background

This text has color #9F7AF2 on white background.



Black color preview on #9F7AF2 background

This text has black color on #9F7AF2 background.


White color preview on #9F7AF2 background

This text has white color on #9F7AF2 background.