COLOR #9F61D2

HEX: #9F61D2
RGB: (159,97,210)

Color info

#9F61D2 contains mainly red and blue colors. Web safe color of #9F61D2 is #9966CC (or #96C).

RGB color model

#9F61D2 color RGB value is (159,97,210).

  • red value is 159;
  • green value is 97;
  • blue value is 210.
RGB:
(159,97,210)
(62%,38%,82%)

RGB channels and saturation

R 159 of 255 = 62%
G 97 of 255 = 38%
B 210 of 255 = 82%

159
97
210

R + G + B ~ 61%. #9F61D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 97 + 210 = 466 (100%)
R 159 of 466 ~ 34.12%
G 97 of 466 ~ 20.82%
B 210 of 466 ~ 45.06%

%34.12
%20.82
%45.06

CMYK color model

#9F61D2 color CMYK value is (24,54,0,18).

  • cyan value is 24.29%
  • magenta value is 53.81%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(24,54,0,18)
C24M54Y0K18 
(24%,54%,0%,18%)
(0.24/0.54/0.00/0.18)	

CMYK percentages

%24.29
%53.81
%0
%17.65

Codes

Color #9F61D2 in popluar color models

9F61D2
RGB15997210
HSL273°55.67%60.20%
HSB/HSV273°53.81%82.35%
CMYK24.29%53.81%0.00%
17.65%

Color #9F61D2 in popluar number systems.

HEX9F61D2
Decimal15997210
Binary10011111110000111010010
Octal237141322

Shades and tints

Shades of #9F61D2

#9F61D2
(159,97,210)
#9159BF
(145,89,191)
#8351AC
(131,81,172)
#754999
(117,73,153)
#674186
(103,65,134)
#593973
(89,57,115)
#4B3160
(75,49,96)
#3D294D
(61,41,77)
#2F213A
(47,33,58)
#211927
(33,25,39)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #9F61D2

#9F61D2
(159,97,210)
#A76FD6
(167,111,214)
#AF7DDA
(175,125,218)
#B78BDE
(183,139,222)
#BF99E2
(191,153,226)
#C7A7E6
(199,167,230)
#CFB5EA
(207,181,234)
#D7C3EE
(215,195,238)
#DFD1F2
(223,209,242)
#E7DFF6
(231,223,246)
#EFEDFA
(239,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F61D2 color. Also use rgb(159,97,210) instead hex code.

Text Font Color

.myTextColor { color: #9F61D2; }

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

This text font color is #9F61D2.


Background Color

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

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

This div background color is #9F61D2.


Border color

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

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

This div border color is #9F61D2.


Opacity

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

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

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

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

This text has shadow with #9F61D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F61D2 on black background.


Color preview on white background

This text has color #9F61D2 on white background.



Black color preview on #9F61D2 background

This text has black color on #9F61D2 background.


White color preview on #9F61D2 background

This text has white color on #9F61D2 background.