COLOR #9F29FB

HEX: #9F29FB
RGB: (159,41,251)

Color info

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

RGB color model

#9F29FB color RGB value is (159,41,251).

  • red value is 159;
  • green value is 41;
  • blue value is 251.
RGB:
(159,41,251)
(62%,16%,98%)

RGB channels and saturation

R 159 of 255 = 62%
G 41 of 255 = 16%
B 251 of 255 = 98%

159
41
251

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

Portions of RGB colors in percentages

R + G + B =
159 + 41 + 251 = 451 (100%)
R 159 of 451 ~ 35.25%
G 41 of 451 ~ 9.09%
B 251 of 451 ~ 55.65%

%35.25
%55.65

CMYK color model

#9F29FB color CMYK value is (37,84,0,2).

  • cyan value is 36.65%
  • magenta value is 83.67%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(37,84,0,2)
C37M84Y0K2 
(37%,84%,0%,2%)
(0.37/0.84/0.00/0.02)	

CMYK percentages

%36.65
%83.67
%0
%1.57

Codes

Color #9F29FB in popluar color models

9F29FB
RGB15941251
HSL274°96.33%57.25%
HSB/HSV274°83.67%98.43%
CMYK36.65%83.67%0.00%
1.57%

Color #9F29FB in popluar number systems.

HEX9F29FB
Decimal15941251
Binary1001111110100111111011
Octal23751373

Shades and tints

Shades of #9F29FB

#9F29FB
(159,41,251)
#9126E5
(145,38,229)
#8323CF
(131,35,207)
#7520B9
(117,32,185)
#671DA3
(103,29,163)
#591A8D
(89,26,141)
#4B1777
(75,23,119)
#3D1461
(61,20,97)
#2F114B
(47,17,75)
#210E35
(33,14,53)
#130B1F
(19,11,31)
#000000
(0,0,0)

Tints of #9F29FB

#9F29FB
(159,41,251)
#A73CFB
(167,60,251)
#AF4FFB
(175,79,251)
#B762FB
(183,98,251)
#BF75FB
(191,117,251)
#C788FB
(199,136,251)
#CF9BFB
(207,155,251)
#D7AEFB
(215,174,251)
#DFC1FB
(223,193,251)
#E7D4FB
(231,212,251)
#EFE7FB
(239,231,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F29FB; }

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

This text font color is #9F29FB.


Background Color

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

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

This div background color is #9F29FB.


Border color

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

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

This div border color is #9F29FB.


Opacity

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

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

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

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

This text has shadow with #9F29FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F29FB on black background.


Color preview on white background

This text has color #9F29FB on white background.



Black color preview on #9F29FB background

This text has black color on #9F29FB background.


White color preview on #9F29FB background

This text has white color on #9F29FB background.