COLOR #9F4CC6

HEX: #9F4CC6
RGB: (159,76,198)

Color info

#9F4CC6 contains mainly red and blue colors. Web safe color of #9F4CC6 is #9933CC (or #93C).

RGB color model

#9F4CC6 color RGB value is (159,76,198).

  • red value is 159;
  • green value is 76;
  • blue value is 198.
RGB:
(159,76,198)
(62%,30%,78%)

RGB channels and saturation

R 159 of 255 = 62%
G 76 of 255 = 30%
B 198 of 255 = 78%

159
76
198

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

Portions of RGB colors in percentages

R + G + B =
159 + 76 + 198 = 433 (100%)
R 159 of 433 ~ 36.72%
G 76 of 433 ~ 17.55%
B 198 of 433 ~ 45.73%

%36.72
%17.55
%45.73

CMYK color model

#9F4CC6 color CMYK value is (20,62,0,22).

  • cyan value is 19.70%
  • magenta value is 61.62%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(20,62,0,22)
C20M62Y0K22 
(20%,62%,0%,22%)
(0.20/0.62/0.00/0.22)	

CMYK percentages

%19.7
%61.62
%0
%22.35

Codes

Color #9F4CC6 in popluar color models

9F4CC6
RGB15976198
HSL281°51.69%53.73%
HSB/HSV281°61.62%77.65%
CMYK19.70%61.62%0.00%
22.35%

Color #9F4CC6 in popluar number systems.

HEX9F4CC6
Decimal15976198
Binary10011111100110011000110
Octal237114306

Shades and tints

Shades of #9F4CC6

#9F4CC6
(159,76,198)
#9146B4
(145,70,180)
#8340A2
(131,64,162)
#753A90
(117,58,144)
#67347E
(103,52,126)
#592E6C
(89,46,108)
#4B285A
(75,40,90)
#3D2248
(61,34,72)
#2F1C36
(47,28,54)
#211624
(33,22,36)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #9F4CC6

#9F4CC6
(159,76,198)
#A75CCB
(167,92,203)
#AF6CD0
(175,108,208)
#B77CD5
(183,124,213)
#BF8CDA
(191,140,218)
#C79CDF
(199,156,223)
#CFACE4
(207,172,228)
#D7BCE9
(215,188,233)
#DFCCEE
(223,204,238)
#E7DCF3
(231,220,243)
#EFECF8
(239,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F4CC6 color. Also use rgb(159,76,198) instead hex code.

Text Font Color

.myTextColor { color: #9F4CC6; }

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

This text font color is #9F4CC6.


Background Color

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

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

This div background color is #9F4CC6.


Border color

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

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

This div border color is #9F4CC6.


Opacity

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

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

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

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

This text has shadow with #9F4CC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4CC6 on black background.


Color preview on white background

This text has color #9F4CC6 on white background.



Black color preview on #9F4CC6 background

This text has black color on #9F4CC6 background.


White color preview on #9F4CC6 background

This text has white color on #9F4CC6 background.