COLOR #9F74D0

HEX: #9F74D0
RGB: (159,116,208)

Color info

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

RGB color model

#9F74D0 color RGB value is (159,116,208).

  • red value is 159;
  • green value is 116;
  • blue value is 208.
RGB:
(159,116,208)
(62%,45%,82%)

RGB channels and saturation

R 159 of 255 = 62%
G 116 of 255 = 45%
B 208 of 255 = 82%

159
116
208

R + G + B ~ 63%. #9F74D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 116 + 208 = 483 (100%)
R 159 of 483 ~ 32.92%
G 116 of 483 ~ 24.02%
B 208 of 483 ~ 43.06%

%32.92
%24.02
%43.06

CMYK color model

#9F74D0 color CMYK value is (24,44,0,18).

  • cyan value is 23.56%
  • magenta value is 44.23%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(24,44,0,18)
C24M44Y0K18 
(24%,44%,0%,18%)
(0.24/0.44/0.00/0.18)	

CMYK percentages

%23.56
%44.23
%0
%18.43

Codes

Color #9F74D0 in popluar color models

9F74D0
RGB159116208
HSL268°49.46%63.53%
HSB/HSV268°44.23%81.57%
CMYK23.56%44.23%0.00%
18.43%

Color #9F74D0 in popluar number systems.

HEX9F74D0
Decimal159116208
Binary10011111111010011010000
Octal237164320

Shades and tints

Shades of #9F74D0

#9F74D0
(159,116,208)
#916ABE
(145,106,190)
#8360AC
(131,96,172)
#75569A
(117,86,154)
#674C88
(103,76,136)
#594276
(89,66,118)
#4B3864
(75,56,100)
#3D2E52
(61,46,82)
#2F2440
(47,36,64)
#211A2E
(33,26,46)
#13101C
(19,16,28)
#000000
(0,0,0)

Tints of #9F74D0

#9F74D0
(159,116,208)
#A780D4
(167,128,212)
#AF8CD8
(175,140,216)
#B798DC
(183,152,220)
#BFA4E0
(191,164,224)
#C7B0E4
(199,176,228)
#CFBCE8
(207,188,232)
#D7C8EC
(215,200,236)
#DFD4F0
(223,212,240)
#E7E0F4
(231,224,244)
#EFECF8
(239,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F74D0 color. Also use rgb(159,116,208) instead hex code.

Text Font Color

.myTextColor { color: #9F74D0; }

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

This text font color is #9F74D0.


Background Color

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

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

This div background color is #9F74D0.


Border color

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

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

This div border color is #9F74D0.


Opacity

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

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

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

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

This text has shadow with #9F74D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F74D0 on black background.


Color preview on white background

This text has color #9F74D0 on white background.



Black color preview on #9F74D0 background

This text has black color on #9F74D0 background.


White color preview on #9F74D0 background

This text has white color on #9F74D0 background.