COLOR #9F00D7

HEX: #9F00D7
RGB: (159,0,215)

Color info

#9F00D7 contains only red and blue colors. Web safe color of #9F00D7 is #9900CC (or #90C).

RGB color model

#9F00D7 color RGB value is (159,0,215).

  • red value is 159;
  • green value is 0;
  • blue value is 215.
RGB:
(159,0,215)
(62%,0%,84%)

RGB channels and saturation

R 159 of 255 = 62%
G 0 of 255 = 0%
B 215 of 255 = 84%

159
0
215

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

Portions of RGB colors in percentages

R + G + B =
159 + 0 + 215 = 374 (100%)
R 159 of 374 ~ 42.51%
G 0 of 374 ~ 0%
B 215 of 374 ~ 57.49%

%42.51
%57.49

CMYK color model

#9F00D7 color CMYK value is (26,100,0,16).

  • cyan value is 26.05%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(26,100,0,16)
C26M100Y0K16 
(26%,100%,0%,16%)
(0.26/1.00/0.00/0.16)	

CMYK percentages

%26.05
%100
%0
%15.69

Codes

Color #9F00D7 in popluar color models

9F00D7
RGB1590215
HSL284°100.00%42.16%
HSB/HSV284°100.00%84.31%
CMYK26.05%100.00%0.00%
15.69%

Color #9F00D7 in popluar number systems.

HEX9F00D7
Decimal1590215
Binary10011111011010111
Octal2370327

Shades and tints

Shades of #9F00D7

#9F00D7
(159,0,215)
#9100C4
(145,0,196)
#8300B1
(131,0,177)
#75009E
(117,0,158)
#67008B
(103,0,139)
#590078
(89,0,120)
#4B0065
(75,0,101)
#3D0052
(61,0,82)
#2F003F
(47,0,63)
#21002C
(33,0,44)
#130019
(19,0,25)
#000000
(0,0,0)

Tints of #9F00D7

#9F00D7
(159,0,215)
#A717DA
(167,23,218)
#AF2EDD
(175,46,221)
#B745E0
(183,69,224)
#BF5CE3
(191,92,227)
#C773E6
(199,115,230)
#CF8AE9
(207,138,233)
#D7A1EC
(215,161,236)
#DFB8EF
(223,184,239)
#E7CFF2
(231,207,242)
#EFE6F5
(239,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F00D7; }

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

This text font color is #9F00D7.


Background Color

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

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

This div background color is #9F00D7.


Border color

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

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

This div border color is #9F00D7.


Opacity

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

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

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

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

This text has shadow with #9F00D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F00D7 on black background.


Color preview on white background

This text has color #9F00D7 on white background.



Black color preview on #9F00D7 background

This text has black color on #9F00D7 background.


White color preview on #9F00D7 background

This text has white color on #9F00D7 background.