COLOR #9F82DA

HEX: #9F82DA
RGB: (159,130,218)

Color info

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

RGB color model

#9F82DA color RGB value is (159,130,218).

  • red value is 159;
  • green value is 130;
  • blue value is 218.
RGB:
(159,130,218)
(62%,51%,85%)

RGB channels and saturation

R 159 of 255 = 62%
G 130 of 255 = 51%
B 218 of 255 = 85%

159
130
218

R + G + B ~ 66%. #9F82DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 130 + 218 = 507 (100%)
R 159 of 507 ~ 31.36%
G 130 of 507 ~ 25.64%
B 218 of 507 ~ 43%

%31.36
%25.64
%43

CMYK color model

#9F82DA color CMYK value is (27,40,0,15).

  • cyan value is 27.06%
  • magenta value is 40.37%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(27,40,0,15)
C27M40Y0K15 
(27%,40%,0%,15%)
(0.27/0.40/0.00/0.15)	

CMYK percentages

%27.06
%40.37
%0
%14.51

Codes

Color #9F82DA in popluar color models

9F82DA
RGB159130218
HSL260°54.32%68.24%
HSB/HSV260°40.37%85.49%
CMYK27.06%40.37%0.00%
14.51%

Color #9F82DA in popluar number systems.

HEX9F82DA
Decimal159130218
Binary100111111000001011011010
Octal237202332

Shades and tints

Shades of #9F82DA

#9F82DA
(159,130,218)
#9177C7
(145,119,199)
#836CB4
(131,108,180)
#7561A1
(117,97,161)
#67568E
(103,86,142)
#594B7B
(89,75,123)
#4B4068
(75,64,104)
#3D3555
(61,53,85)
#2F2A42
(47,42,66)
#211F2F
(33,31,47)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #9F82DA

#9F82DA
(159,130,218)
#A78DDD
(167,141,221)
#AF98E0
(175,152,224)
#B7A3E3
(183,163,227)
#BFAEE6
(191,174,230)
#C7B9E9
(199,185,233)
#CFC4EC
(207,196,236)
#D7CFEF
(215,207,239)
#DFDAF2
(223,218,242)
#E7E5F5
(231,229,245)
#EFF0F8
(239,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F82DA color. Also use rgb(159,130,218) instead hex code.

Text Font Color

.myTextColor { color: #9F82DA; }

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

This text font color is #9F82DA.


Background Color

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

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

This div background color is #9F82DA.


Border color

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

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

This div border color is #9F82DA.


Opacity

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

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

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

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

This text has shadow with #9F82DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F82DA on black background.


Color preview on white background

This text has color #9F82DA on white background.



Black color preview on #9F82DA background

This text has black color on #9F82DA background.


White color preview on #9F82DA background

This text has white color on #9F82DA background.