COLOR #9F9FF0

HEX: #9F9FF0
RGB: (159,159,240)

Color info

#9F9FF0 contains mainly blue color. Web safe color of #9F9FF0 is #9999FF (or #99F).

RGB color model

#9F9FF0 color RGB value is (159,159,240).

  • red value is 159;
  • green value is 159;
  • blue value is 240.
RGB:
(159,159,240)
(62%,62%,94%)

RGB channels and saturation

R 159 of 255 = 62%
G 159 of 255 = 62%
B 240 of 255 = 94%

159
159
240

R + G + B ~ 73%. #9F9FF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 159 + 240 = 558 (100%)
R 159 of 558 ~ 28.49%
G 159 of 558 ~ 28.49%
B 240 of 558 ~ 43.01%

%28.49
%28.49
%43.01

CMYK color model

#9F9FF0 color CMYK value is (34,34,0,6).

  • cyan value is 33.75%
  • magenta value is 33.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(34,34,0,6)
C34M34Y0K6 
(34%,34%,0%,6%)
(0.34/0.34/0.00/0.06)	

CMYK percentages

%33.75
%33.75
%0
%5.88

Codes

Color #9F9FF0 in popluar color models

9F9FF0
RGB159159240
HSL240°72.97%78.24%
HSB/HSV240°33.75%94.12%
CMYK33.75%33.75%0.00%
5.88%

Color #9F9FF0 in popluar number systems.

HEX9F9FF0
Decimal159159240
Binary100111111001111111110000
Octal237237360

Shades and tints

Shades of #9F9FF0

#9F9FF0
(159,159,240)
#9191DB
(145,145,219)
#8383C6
(131,131,198)
#7575B1
(117,117,177)
#67679C
(103,103,156)
#595987
(89,89,135)
#4B4B72
(75,75,114)
#3D3D5D
(61,61,93)
#2F2F48
(47,47,72)
#212133
(33,33,51)
#13131E
(19,19,30)
#000000
(0,0,0)

Tints of #9F9FF0

#9F9FF0
(159,159,240)
#A7A7F1
(167,167,241)
#AFAFF2
(175,175,242)
#B7B7F3
(183,183,243)
#BFBFF4
(191,191,244)
#C7C7F5
(199,199,245)
#CFCFF6
(207,207,246)
#D7D7F7
(215,215,247)
#DFDFF8
(223,223,248)
#E7E7F9
(231,231,249)
#EFEFFA
(239,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9FF0; }

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

This text font color is #9F9FF0.


Background Color

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

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

This div background color is #9F9FF0.


Border color

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

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

This div border color is #9F9FF0.


Opacity

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

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

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

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

This text has shadow with #9F9FF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9FF0 on black background.


Color preview on white background

This text has color #9F9FF0 on white background.



Black color preview on #9F9FF0 background

This text has black color on #9F9FF0 background.


White color preview on #9F9FF0 background

This text has white color on #9F9FF0 background.