COLOR #9F33F0

HEX: #9F33F0
RGB: (159,51,240)

Color info

#9F33F0 contains mainly blue color. Web safe color of #9F33F0 is #9933FF (or #93F).

RGB color model

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

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

RGB channels and saturation

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

159
51
240

R + G + B ~ 59%. #9F33F0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
159 + 51 + 240 = 450 (100%)
R 159 of 450 ~ 35.33%
G 51 of 450 ~ 11.33%
B 240 of 450 ~ 53.33%

%35.33
%11.33
%53.33

CMYK color model

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

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

CMYK percentages

%33.75
%78.75
%0
%5.88

Codes

Color #9F33F0 in popluar color models

9F33F0
RGB15951240
HSL274°86.30%57.06%
HSB/HSV274°78.75%94.12%
CMYK33.75%78.75%0.00%
5.88%

Color #9F33F0 in popluar number systems.

HEX9F33F0
Decimal15951240
Binary1001111111001111110000
Octal23763360

Shades and tints

Shades of #9F33F0

#9F33F0
(159,51,240)
#912FDB
(145,47,219)
#832BC6
(131,43,198)
#7527B1
(117,39,177)
#67239C
(103,35,156)
#591F87
(89,31,135)
#4B1B72
(75,27,114)
#3D175D
(61,23,93)
#2F1348
(47,19,72)
#210F33
(33,15,51)
#130B1E
(19,11,30)
#000000
(0,0,0)

Tints of #9F33F0

#9F33F0
(159,51,240)
#A745F1
(167,69,241)
#AF57F2
(175,87,242)
#B769F3
(183,105,243)
#BF7BF4
(191,123,244)
#C78DF5
(199,141,245)
#CF9FF6
(207,159,246)
#D7B1F7
(215,177,247)
#DFC3F8
(223,195,248)
#E7D5F9
(231,213,249)
#EFE7FA
(239,231,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F33F0; }

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

This text font color is #9F33F0.


Background Color

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

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

This div background color is #9F33F0.


Border color

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

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

This div border color is #9F33F0.


Opacity

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

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

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

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

This text has shadow with #9F33F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F33F0 on black background.


Color preview on white background

This text has color #9F33F0 on white background.



Black color preview on #9F33F0 background

This text has black color on #9F33F0 background.


White color preview on #9F33F0 background

This text has white color on #9F33F0 background.