COLOR #9F62B0

HEX: #9F62B0
RGB: (159,98,176)

Color info

#9F62B0 contains mainly red and blue colors. Web safe color of #9F62B0 is #996699 (or #969).

RGB color model

#9F62B0 color RGB value is (159,98,176).

  • red value is 159;
  • green value is 98;
  • blue value is 176.
RGB:
(159,98,176)
(62%,38%,69%)

RGB channels and saturation

R 159 of 255 = 62%
G 98 of 255 = 38%
B 176 of 255 = 69%

159
98
176

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

Portions of RGB colors in percentages

R + G + B =
159 + 98 + 176 = 433 (100%)
R 159 of 433 ~ 36.72%
G 98 of 433 ~ 22.63%
B 176 of 433 ~ 40.65%

%36.72
%22.63
%40.65

CMYK color model

#9F62B0 color CMYK value is (10,44,0,31).

  • cyan value is 9.66%
  • magenta value is 44.32%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(10,44,0,31)
C10M44Y0K31 
(10%,44%,0%,31%)
(0.10/0.44/0.00/0.31)	

CMYK percentages

%9.66
%44.32
%0
%30.98

Codes

Color #9F62B0 in popluar color models

9F62B0
RGB15998176
HSL287°33.05%53.73%
HSB/HSV287°44.32%69.02%
CMYK9.66%44.32%0.00%
30.98%

Color #9F62B0 in popluar number systems.

HEX9F62B0
Decimal15998176
Binary10011111110001010110000
Octal237142260

Shades and tints

Shades of #9F62B0

#9F62B0
(159,98,176)
#915AA0
(145,90,160)
#835290
(131,82,144)
#754A80
(117,74,128)
#674270
(103,66,112)
#593A60
(89,58,96)
#4B3250
(75,50,80)
#3D2A40
(61,42,64)
#2F2230
(47,34,48)
#211A20
(33,26,32)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #9F62B0

#9F62B0
(159,98,176)
#A770B7
(167,112,183)
#AF7EBE
(175,126,190)
#B78CC5
(183,140,197)
#BF9ACC
(191,154,204)
#C7A8D3
(199,168,211)
#CFB6DA
(207,182,218)
#D7C4E1
(215,196,225)
#DFD2E8
(223,210,232)
#E7E0EF
(231,224,239)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F62B0 color. Also use rgb(159,98,176) instead hex code.

Text Font Color

.myTextColor { color: #9F62B0; }

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

This text font color is #9F62B0.


Background Color

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

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

This div background color is #9F62B0.


Border color

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

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

This div border color is #9F62B0.


Opacity

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

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

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

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

This text has shadow with #9F62B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F62B0 on black background.


Color preview on white background

This text has color #9F62B0 on white background.



Black color preview on #9F62B0 background

This text has black color on #9F62B0 background.


White color preview on #9F62B0 background

This text has white color on #9F62B0 background.