COLOR #9F78AD

HEX: #9F78AD RGB: (159,120,173)

Color info

#9F78AD contains red, green and blue colors in about the same proportion. Web safe color of #9F78AD is #996699 (or #969).

RGB color model

#9F78AD color RGB value is (159,120,173).

RGB: (159,120,173) (62%, 47%, 68%)

RGB channels and saturation

R 159 of 255 = 62%
G 120 of 255 = 47%
B 173 of 255 = 68%

159
120
173

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

Portions of RGB colors in percentages

R + G + B = 159 + 120 + 173 = 452 (100%)
R 159 of 452 ~ 35.18%
G 120 of 452 ~ 26.55%
B 173 of 452 ~ 38.27'%

%35.18
%26.55
%38.27

CMYK color model

#9F78AD color CMYK value is (8,31,0,32).

  • cyan value is 8.09%
  • magenta value is 30.64%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (8,31,0,32)
C8M31Y0K32 (8%, 31%, 0%, 32%)
(0.08 / 0.31 / 0.00 / 0.32)

CMYK percentages

%8.09
%30.64
%0
%32.16

Codes

Color #9F78AD in popluar color models

9F 78 AD
RGB 159 120 173
HSL 284° 24.42% 57.45%
HSB/HSV 284° 30.64% 67.84%
CMYK 8.09% 30.64% 0.00%
32.16%

Color #9F78AD in popluar number systems.

HEX 9F 78 AD
Decimal 159 120 173
Binary 10011111 1111000 10101101
Octal 237 170 255

Shades and tints

Shades of #9F78AD

#9F78AD
(159,120,173)
#916E9E
(145,110,158)
#83648F
(131,100,143)
#755A80
(117,90,128)
#675071
(103,80,113)
#594662
(89,70,98)
#4B3C53
(75,60,83)
#3D3244
(61,50,68)
#2F2835
(47,40,53)
#211E26
(33,30,38)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #9F78AD

#9F78AD
(159,120,173)
#A784B4
(167,132,180)
#AF90BB
(175,144,187)
#B79CC2
(183,156,194)
#BFA8C9
(191,168,201)
#C7B4D0
(199,180,208)
#CFC0D7
(207,192,215)
#D7CCDE
(215,204,222)
#DFD8E5
(223,216,229)
#E7E4EC
(231,228,236)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F78AD color. Also use rgb(159,120,173) instead hex code.

Text Font Color

.myTextColor { color: #9F78AD; }

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

This text font color is #9F78AD.

Background Color

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

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

This div background color is #9F78AD.

Border color

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

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

This div border color is #9F78AD.

Opacity

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

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

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

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

This text has shadow with #9F78AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F78AD.

Preview

Color preview on black background

This text has color #9F78AD on black background.


Color preview on white background

This text has color #9F78AD on white background.


Black color preview on #9F78AD background

This text has black color on #9F78AD background.


White color preview on #9F78AD background

This text has white color on #9F78AD background.


Related colors

Complementary color

Complementary color for #hex is #608752.


I love getcolorcode.com

Triadic colors

1 #AD9F78 and #78AD9F with #9F78AD are triadic colors.

2 #AD789F and #789FAD with #9F78AD are triadic colors.