COLOR #9F5CC9

HEX: #9F5CC9
RGB: (159,92,201)

Color info

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

RGB color model

#9F5CC9 color RGB value is (159,92,201).

  • red value is 159;
  • green value is 92;
  • blue value is 201.
RGB:
(159,92,201)
(62%,36%,79%)

RGB channels and saturation

R 159 of 255 = 62%
G 92 of 255 = 36%
B 201 of 255 = 79%

159
92
201

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

Portions of RGB colors in percentages

R + G + B =
159 + 92 + 201 = 452 (100%)
R 159 of 452 ~ 35.18%
G 92 of 452 ~ 20.35%
B 201 of 452 ~ 44.47%

%35.18
%20.35
%44.47

CMYK color model

#9F5CC9 color CMYK value is (21,54,0,21).

  • cyan value is 20.90%
  • magenta value is 54.23%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(21,54,0,21)
C21M54Y0K21 
(21%,54%,0%,21%)
(0.21/0.54/0.00/0.21)	

CMYK percentages

%20.9
%54.23
%0
%21.18

Codes

Color #9F5CC9 in popluar color models

9F5CC9
RGB15992201
HSL277°50.23%57.45%
HSB/HSV277°54.23%78.82%
CMYK20.90%54.23%0.00%
21.18%

Color #9F5CC9 in popluar number systems.

HEX9F5CC9
Decimal15992201
Binary10011111101110011001001
Octal237134311

Shades and tints

Shades of #9F5CC9

#9F5CC9
(159,92,201)
#9154B7
(145,84,183)
#834CA5
(131,76,165)
#754493
(117,68,147)
#673C81
(103,60,129)
#59346F
(89,52,111)
#4B2C5D
(75,44,93)
#3D244B
(61,36,75)
#2F1C39
(47,28,57)
#211427
(33,20,39)
#130C15
(19,12,21)
#000000
(0,0,0)

Tints of #9F5CC9

#9F5CC9
(159,92,201)
#A76ACD
(167,106,205)
#AF78D1
(175,120,209)
#B786D5
(183,134,213)
#BF94D9
(191,148,217)
#C7A2DD
(199,162,221)
#CFB0E1
(207,176,225)
#D7BEE5
(215,190,229)
#DFCCE9
(223,204,233)
#E7DAED
(231,218,237)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5CC9 color. Also use rgb(159,92,201) instead hex code.

Text Font Color

.myTextColor { color: #9F5CC9; }

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

This text font color is #9F5CC9.


Background Color

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

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

This div background color is #9F5CC9.


Border color

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

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

This div border color is #9F5CC9.


Opacity

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

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

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

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

This text has shadow with #9F5CC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5CC9 on black background.


Color preview on white background

This text has color #9F5CC9 on white background.



Black color preview on #9F5CC9 background

This text has black color on #9F5CC9 background.


White color preview on #9F5CC9 background

This text has white color on #9F5CC9 background.