COLOR #9F7ABC

HEX: #9F7ABC
RGB: (159,122,188)

Color info

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

RGB color model

#9F7ABC color RGB value is (159,122,188).

  • red value is 159;
  • green value is 122;
  • blue value is 188.
RGB:
(159,122,188)
(62%,48%,74%)

RGB channels and saturation

R 159 of 255 = 62%
G 122 of 255 = 48%
B 188 of 255 = 74%

159
122
188

R + G + B ~ 61%. #9F7ABC is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 122 + 188 = 469 (100%)
R 159 of 469 ~ 33.9%
G 122 of 469 ~ 26.01%
B 188 of 469 ~ 40.09%

%33.9
%26.01
%40.09

CMYK color model

#9F7ABC color CMYK value is (15,35,0,26).

  • cyan value is 15.43%
  • magenta value is 35.11%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(15,35,0,26)
C15M35Y0K26 
(15%,35%,0%,26%)
(0.15/0.35/0.00/0.26)	

CMYK percentages

%15.43
%35.11
%0
%26.27

Codes

Color #9F7ABC in popluar color models

9F7ABC
RGB159122188
HSL274°33.00%60.78%
HSB/HSV274°35.11%73.73%
CMYK15.43%35.11%0.00%
26.27%

Color #9F7ABC in popluar number systems.

HEX9F7ABC
Decimal159122188
Binary10011111111101010111100
Octal237172274

Shades and tints

Shades of #9F7ABC

#9F7ABC
(159,122,188)
#916FAB
(145,111,171)
#83649A
(131,100,154)
#755989
(117,89,137)
#674E78
(103,78,120)
#594367
(89,67,103)
#4B3856
(75,56,86)
#3D2D45
(61,45,69)
#2F2234
(47,34,52)
#211723
(33,23,35)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #9F7ABC

#9F7ABC
(159,122,188)
#A786C2
(167,134,194)
#AF92C8
(175,146,200)
#B79ECE
(183,158,206)
#BFAAD4
(191,170,212)
#C7B6DA
(199,182,218)
#CFC2E0
(207,194,224)
#D7CEE6
(215,206,230)
#DFDAEC
(223,218,236)
#E7E6F2
(231,230,242)
#EFF2F8
(239,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7ABC color. Also use rgb(159,122,188) instead hex code.

Text Font Color

.myTextColor { color: #9F7ABC; }

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

This text font color is #9F7ABC.


Background Color

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

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

This div background color is #9F7ABC.


Border color

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

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

This div border color is #9F7ABC.


Opacity

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

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

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

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

This text has shadow with #9F7ABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7ABC on black background.


Color preview on white background

This text has color #9F7ABC on white background.



Black color preview on #9F7ABC background

This text has black color on #9F7ABC background.


White color preview on #9F7ABC background

This text has white color on #9F7ABC background.