COLOR #9F64BC

HEX: #9F64BC RGB: (159,100,188)

Color info

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

RGB color model

#9F64BC color RGB value is (159,100,188).

RGB: (159,100,188) (62%, 39%, 74%)

RGB channels and saturation

R 159 of 255 = 62%
G 100 of 255 = 39%
B 188 of 255 = 74%

159
100
188

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

Portions of RGB colors in percentages

R + G + B = 159 + 100 + 188 = 447 (100%)
R 159 of 447 ~ 35.57%
G 100 of 447 ~ 22.37%
B 188 of 447 ~ 42.06'%

%35.57
%22.37
%42.06

CMYK color model

#9F64BC color CMYK value is (15,47,0,26).

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

CMYK: (15,47,0,26)
C15M47Y0K26 (15%, 47%, 0%, 26%)
(0.15 / 0.47 / 0.00 / 0.26)

CMYK percentages

%15.43
%46.81
%0
%26.27

Codes

Color #9F64BC in popluar color models

9F 64 BC
RGB 159 100 188
HSL 280° 39.64% 56.47%
HSB/HSV 280° 46.81% 73.73%
CMYK 15.43% 46.81% 0.00%
26.27%

Color #9F64BC in popluar number systems.

HEX 9F 64 BC
Decimal 159 100 188
Binary 10011111 1100100 10111100
Octal 237 144 274

Shades and tints

Shades of #9F64BC

#9F64BC
(159,100,188)
#915BAB
(145,91,171)
#83529A
(131,82,154)
#754989
(117,73,137)
#674078
(103,64,120)
#593767
(89,55,103)
#4B2E56
(75,46,86)
#3D2545
(61,37,69)
#2F1C34
(47,28,52)
#211323
(33,19,35)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #9F64BC

#9F64BC
(159,100,188)
#A772C2
(167,114,194)
#AF80C8
(175,128,200)
#B78ECE
(183,142,206)
#BF9CD4
(191,156,212)
#C7AADA
(199,170,218)
#CFB8E0
(207,184,224)
#D7C6E6
(215,198,230)
#DFD4EC
(223,212,236)
#E7E2F2
(231,226,242)
#EFF0F8
(239,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F64BC; }

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

This text font color is #9F64BC.

Background Color

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

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

This div background color is #9F64BC.

Border color

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

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

This div border color is #9F64BC.

Opacity

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

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

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

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

This text has shadow with #9F64BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F64BC.

Preview

Color preview on black background

This text has color #9F64BC on black background.


Color preview on white background

This text has color #9F64BC on white background.


Black color preview on #9F64BC background

This text has black color on #9F64BC background.


White color preview on #9F64BC background

This text has white color on #9F64BC background.


Related colors

Complementary color

Complementary color for #hex is #609B43.


I love getcolorcode.com

Triadic colors

1 #BC9F64 and #64BC9F with #9F64BC are triadic colors.

2 #BC649F and #649FBC with #9F64BC are triadic colors.