COLOR #9F32CD

HEX: #9F32CD
RGB: (159,50,205)

Color info

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

RGB color model

#9F32CD color RGB value is (159,50,205).

  • red value is 159;
  • green value is 50;
  • blue value is 205.
RGB:
(159,50,205)
(62%,20%,80%)

RGB channels and saturation

R 159 of 255 = 62%
G 50 of 255 = 20%
B 205 of 255 = 80%

159
50
205

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

Portions of RGB colors in percentages

R + G + B =
159 + 50 + 205 = 414 (100%)
R 159 of 414 ~ 38.41%
G 50 of 414 ~ 12.08%
B 205 of 414 ~ 49.52%

%38.41
%12.08
%49.52

CMYK color model

#9F32CD color CMYK value is (22,76,0,20).

  • cyan value is 22.44%
  • magenta value is 75.61%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(22,76,0,20)
C22M76Y0K20 
(22%,76%,0%,20%)
(0.22/0.76/0.00/0.20)	

CMYK percentages

%22.44
%75.61
%0
%19.61

Codes

Color #9F32CD in popluar color models

9F32CD
RGB15950205
HSL282°60.78%50.00%
HSB/HSV282°75.61%80.39%
CMYK22.44%75.61%0.00%
19.61%

Color #9F32CD in popluar number systems.

HEX9F32CD
Decimal15950205
Binary1001111111001011001101
Octal23762315

Shades and tints

Shades of #9F32CD

#9F32CD
(159,50,205)
#912EBB
(145,46,187)
#832AA9
(131,42,169)
#752697
(117,38,151)
#672285
(103,34,133)
#591E73
(89,30,115)
#4B1A61
(75,26,97)
#3D164F
(61,22,79)
#2F123D
(47,18,61)
#210E2B
(33,14,43)
#130A19
(19,10,25)
#000000
(0,0,0)

Tints of #9F32CD

#9F32CD
(159,50,205)
#A744D1
(167,68,209)
#AF56D5
(175,86,213)
#B768D9
(183,104,217)
#BF7ADD
(191,122,221)
#C78CE1
(199,140,225)
#CF9EE5
(207,158,229)
#D7B0E9
(215,176,233)
#DFC2ED
(223,194,237)
#E7D4F1
(231,212,241)
#EFE6F5
(239,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F32CD color. Also use rgb(159,50,205) instead hex code.

Text Font Color

.myTextColor { color: #9F32CD; }

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

This text font color is #9F32CD.


Background Color

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

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

This div background color is #9F32CD.


Border color

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

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

This div border color is #9F32CD.


Opacity

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

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

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

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

This text has shadow with #9F32CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F32CD on black background.


Color preview on white background

This text has color #9F32CD on white background.



Black color preview on #9F32CD background

This text has black color on #9F32CD background.


White color preview on #9F32CD background

This text has white color on #9F32CD background.