COLOR #9F28F9

HEX: #9F28F9 RGB: (159,40,249)

Color info

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

RGB color model

#9F28F9 color RGB value is (159,40,249).

RGB: (159,40,249) (62%, 16%, 98%)

RGB channels and saturation

R 159 of 255 = 62%
G 40 of 255 = 16%
B 249 of 255 = 98%

159
40
249

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

Portions of RGB colors in percentages

R + G + B = 159 + 40 + 249 = 448 (100%)
R 159 of 448 ~ 35.49%
G 40 of 448 ~ 8.93%
B 249 of 448 ~ 55.58'%

%35.49
%55.58

CMYK color model

#9F28F9 color CMYK value is (36,84,0,2).

  • cyan value is 36.14%
  • magenta value is 83.94%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (36,84,0,2) C36M84Y0K2 (36%,84%,0%,2%) (0.36/0.84/0.00/0.02) 

CMYK percentages

%36.14
%83.94
%0
%2.35

Codes

Color #9F28F9 in popluar color models

9F 28 F9
RGB 159 40 249
HSL 274° 94.57% 56.67%
HSB/HSV 274° 83.94% 97.65%
CMYK 36.14% 83.94% 0.00%
2.35%

Color #9F28F9 in popluar number systems.

HEX 9F 28 F9
Decimal 159 40 249
Binary 10011111 101000 11111001
Octal 237 50 371

Shades and tints

Shades of #9F28F9

#9F28F9
(159,40,249)
#9125E3
(145,37,227)
#8322CD
(131,34,205)
#751FB7
(117,31,183)
#671CA1
(103,28,161)
#59198B
(89,25,139)
#4B1675
(75,22,117)
#3D135F
(61,19,95)
#2F1049
(47,16,73)
#210D33
(33,13,51)
#130A1D
(19,10,29)
#000000
(0,0,0)

Tints of #9F28F9

#9F28F9
(159,40,249)
#A73BF9
(167,59,249)
#AF4EF9
(175,78,249)
#B761F9
(183,97,249)
#BF74F9
(191,116,249)
#C787F9
(199,135,249)
#CF9AF9
(207,154,249)
#D7ADF9
(215,173,249)
#DFC0F9
(223,192,249)
#E7D3F9
(231,211,249)
#EFE6F9
(239,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F28F9; }

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

This text font color is #9F28F9.

Background Color

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

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

This div background color is #9F28F9.

Border color

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

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

This div border color is #9F28F9.

Opacity

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

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

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

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

This text has shadow with #9F28F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F28F9.

Preview

Color preview on black background

This text has color #9F28F9 on black background.


Color preview on white background

This text has color #9F28F9 on white background.


Black color preview on #9F28F9 background

This text has black color on #9F28F9 background.


White color preview on #9F28F9 background

This text has white color on #9F28F9 background.


Related colors

Complementary color

Complementary color for #hex is #60D706.


I love getcolorcode.com

Triadic colors

1 #F99F28 and #28F99F with #9F28F9 are triadic colors.

2 #F9289F and #289FF9 with #9F28F9 are triadic colors.