COLOR #9F69C6

HEX: #9F69C6
RGB: (159,105,198)

Color info

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

RGB color model

#9F69C6 color RGB value is (159,105,198).

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

RGB channels and saturation

R 159 of 255 = 62%
G 105 of 255 = 41%
B 198 of 255 = 78%

159
105
198

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

Portions of RGB colors in percentages

R + G + B =
159 + 105 + 198 = 462 (100%)
R 159 of 462 ~ 34.42%
G 105 of 462 ~ 22.73%
B 198 of 462 ~ 42.86%

%34.42
%22.73
%42.86

CMYK color model

#9F69C6 color CMYK value is (20,47,0,22).

  • cyan value is 19.70%
  • magenta value is 46.97%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(20,47,0,22)
C20M47Y0K22 
(20%,47%,0%,22%)
(0.20/0.47/0.00/0.22)	

CMYK percentages

%19.7
%46.97
%0
%22.35

Codes

Color #9F69C6 in popluar color models

9F69C6
RGB159105198
HSL275°44.93%59.41%
HSB/HSV275°46.97%77.65%
CMYK19.70%46.97%0.00%
22.35%

Color #9F69C6 in popluar number systems.

HEX9F69C6
Decimal159105198
Binary10011111110100111000110
Octal237151306

Shades and tints

Shades of #9F69C6

#9F69C6
(159,105,198)
#9160B4
(145,96,180)
#8357A2
(131,87,162)
#754E90
(117,78,144)
#67457E
(103,69,126)
#593C6C
(89,60,108)
#4B335A
(75,51,90)
#3D2A48
(61,42,72)
#2F2136
(47,33,54)
#211824
(33,24,36)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #9F69C6

#9F69C6
(159,105,198)
#A776CB
(167,118,203)
#AF83D0
(175,131,208)
#B790D5
(183,144,213)
#BF9DDA
(191,157,218)
#C7AADF
(199,170,223)
#CFB7E4
(207,183,228)
#D7C4E9
(215,196,233)
#DFD1EE
(223,209,238)
#E7DEF3
(231,222,243)
#EFEBF8
(239,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F69C6; }

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

This text font color is #9F69C6.


Background Color

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

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

This div background color is #9F69C6.


Border color

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

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

This div border color is #9F69C6.


Opacity

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

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

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

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

This text has shadow with #9F69C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F69C6 on black background.


Color preview on white background

This text has color #9F69C6 on white background.



Black color preview on #9F69C6 background

This text has black color on #9F69C6 background.


White color preview on #9F69C6 background

This text has white color on #9F69C6 background.