COLOR #9F81D4

HEX: #9F81D4
RGB: (159,129,212)

Color info

#9F81D4 contains mainly red and blue colors. Web safe color of #9F81D4 is #9999CC (or #99C).

RGB color model

#9F81D4 color RGB value is (159,129,212).

  • red value is 159;
  • green value is 129;
  • blue value is 212.
RGB:
(159,129,212)
(62%,51%,83%)

RGB channels and saturation

R 159 of 255 = 62%
G 129 of 255 = 51%
B 212 of 255 = 83%

159
129
212

R + G + B ~ 65%. #9F81D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 129 + 212 = 500 (100%)
R 159 of 500 ~ 31.8%
G 129 of 500 ~ 25.8%
B 212 of 500 ~ 42.4%

%31.8
%25.8
%42.4

CMYK color model

#9F81D4 color CMYK value is (25,39,0,17).

  • cyan value is 25.00%
  • magenta value is 39.15%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(25,39,0,17)
C25M39Y0K17 
(25%,39%,0%,17%)
(0.25/0.39/0.00/0.17)	

CMYK percentages

%25
%39.15
%0
%16.86

Codes

Color #9F81D4 in popluar color models

9F81D4
RGB159129212
HSL262°49.11%66.86%
HSB/HSV262°39.15%83.14%
CMYK25.00%39.15%0.00%
16.86%

Color #9F81D4 in popluar number systems.

HEX9F81D4
Decimal159129212
Binary100111111000000111010100
Octal237201324

Shades and tints

Shades of #9F81D4

#9F81D4
(159,129,212)
#9176C1
(145,118,193)
#836BAE
(131,107,174)
#75609B
(117,96,155)
#675588
(103,85,136)
#594A75
(89,74,117)
#4B3F62
(75,63,98)
#3D344F
(61,52,79)
#2F293C
(47,41,60)
#211E29
(33,30,41)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #9F81D4

#9F81D4
(159,129,212)
#A78CD7
(167,140,215)
#AF97DA
(175,151,218)
#B7A2DD
(183,162,221)
#BFADE0
(191,173,224)
#C7B8E3
(199,184,227)
#CFC3E6
(207,195,230)
#D7CEE9
(215,206,233)
#DFD9EC
(223,217,236)
#E7E4EF
(231,228,239)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F81D4 color. Also use rgb(159,129,212) instead hex code.

Text Font Color

.myTextColor { color: #9F81D4; }

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

This text font color is #9F81D4.


Background Color

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

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

This div background color is #9F81D4.


Border color

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

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

This div border color is #9F81D4.


Opacity

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

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

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

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

This text has shadow with #9F81D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F81D4 on black background.


Color preview on white background

This text has color #9F81D4 on white background.



Black color preview on #9F81D4 background

This text has black color on #9F81D4 background.


White color preview on #9F81D4 background

This text has white color on #9F81D4 background.