COLOR #9F61BC

HEX: #9F61BC RGB: (159,97,188)

Color info

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

RGB color model

#9F61BC color RGB value is (159,97,188).

RGB: (159,97,188) (62%, 38%, 74%)

RGB channels and saturation

R 159 of 255 = 62%
G 97 of 255 = 38%
B 188 of 255 = 74%

159
97
188

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

Portions of RGB colors in percentages

R + G + B = 159 + 97 + 188 = 444 (100%)
R 159 of 444 ~ 35.81%
G 97 of 444 ~ 21.85%
B 188 of 444 ~ 42.34'%

%35.81
%21.85
%42.34

CMYK color model

#9F61BC color CMYK value is (15,48,0,26).

  • cyan value is 15.43%
  • magenta value is 48.40%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (15,48,0,26)
C15M48Y0K26 (15%, 48%, 0%, 26%)
(0.15 / 0.48 / 0.00 / 0.26)

CMYK percentages

%15.43
%48.4
%0
%26.27

Codes

Color #9F61BC in popluar color models

9F 61 BC
RGB 159 97 188
HSL 281° 40.44% 55.88%
HSB/HSV 281° 48.40% 73.73%
CMYK 15.43% 48.40% 0.00%
26.27%

Color #9F61BC in popluar number systems.

HEX 9F 61 BC
Decimal 159 97 188
Binary 10011111 1100001 10111100
Octal 237 141 274

Shades and tints

Shades of #9F61BC

#9F61BC
(159,97,188)
#9159AB
(145,89,171)
#83519A
(131,81,154)
#754989
(117,73,137)
#674178
(103,65,120)
#593967
(89,57,103)
#4B3156
(75,49,86)
#3D2945
(61,41,69)
#2F2134
(47,33,52)
#211923
(33,25,35)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #9F61BC

#9F61BC
(159,97,188)
#A76FC2
(167,111,194)
#AF7DC8
(175,125,200)
#B78BCE
(183,139,206)
#BF99D4
(191,153,212)
#C7A7DA
(199,167,218)
#CFB5E0
(207,181,224)
#D7C3E6
(215,195,230)
#DFD1EC
(223,209,236)
#E7DFF2
(231,223,242)
#EFEDF8
(239,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F61BC; }

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

This text font color is #9F61BC.

Background Color

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

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

This div background color is #9F61BC.

Border color

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

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

This div border color is #9F61BC.

Opacity

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

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

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

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

This text has shadow with #9F61BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F61BC.

Preview

Color preview on black background

This text has color #9F61BC on black background.


Color preview on white background

This text has color #9F61BC on white background.


Black color preview on #9F61BC background

This text has black color on #9F61BC background.


White color preview on #9F61BC background

This text has white color on #9F61BC background.


Related colors

Complementary color

Complementary color for #hex is #609E43.


I love getcolorcode.com

Triadic colors

1 #BC9F61 and #61BC9F with #9F61BC are triadic colors.

2 #BC619F and #619FBC with #9F61BC are triadic colors.