COLOR #9F0DE8

HEX: #9F0DE8
RGB: (159,13,232)

Color info

#9F0DE8 contains mainly blue color. Web safe color of #9F0DE8 is #9900FF (or #90F).

RGB color model

#9F0DE8 color RGB value is (159,13,232).

  • red value is 159;
  • green value is 13;
  • blue value is 232.
RGB:
(159,13,232)
(62%,5%,91%)

RGB channels and saturation

R 159 of 255 = 62%
G 13 of 255 = 5%
B 232 of 255 = 91%

159
13
232

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

Portions of RGB colors in percentages

R + G + B =
159 + 13 + 232 = 404 (100%)
R 159 of 404 ~ 39.36%
G 13 of 404 ~ 3.22%
B 232 of 404 ~ 57.43%

%39.36
%57.43

CMYK color model

#9F0DE8 color CMYK value is (31,94,0,9).

  • cyan value is 31.47%
  • magenta value is 94.40%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(31,94,0,9)
C31M94Y0K9 
(31%,94%,0%,9%)
(0.31/0.94/0.00/0.09)	

CMYK percentages

%31.47
%94.4
%0
%9.02

Codes

Color #9F0DE8 in popluar color models

9F0DE8
RGB15913232
HSL280°89.39%48.04%
HSB/HSV280°94.40%90.98%
CMYK31.47%94.40%0.00%
9.02%

Color #9F0DE8 in popluar number systems.

HEX9F0DE8
Decimal15913232
Binary10011111110111101000
Octal23715350

Shades and tints

Shades of #9F0DE8

#9F0DE8
(159,13,232)
#910CD3
(145,12,211)
#830BBE
(131,11,190)
#750AA9
(117,10,169)
#670994
(103,9,148)
#59087F
(89,8,127)
#4B076A
(75,7,106)
#3D0655
(61,6,85)
#2F0540
(47,5,64)
#21042B
(33,4,43)
#130316
(19,3,22)
#000000
(0,0,0)

Tints of #9F0DE8

#9F0DE8
(159,13,232)
#A723EA
(167,35,234)
#AF39EC
(175,57,236)
#B74FEE
(183,79,238)
#BF65F0
(191,101,240)
#C77BF2
(199,123,242)
#CF91F4
(207,145,244)
#D7A7F6
(215,167,246)
#DFBDF8
(223,189,248)
#E7D3FA
(231,211,250)
#EFE9FC
(239,233,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F0DE8; }

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

This text font color is #9F0DE8.


Background Color

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

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

This div background color is #9F0DE8.


Border color

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

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

This div border color is #9F0DE8.


Opacity

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

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

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

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

This text has shadow with #9F0DE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F0DE8 on black background.


Color preview on white background

This text has color #9F0DE8 on white background.



Black color preview on #9F0DE8 background

This text has black color on #9F0DE8 background.


White color preview on #9F0DE8 background

This text has white color on #9F0DE8 background.