COLOR #9F8AE4

HEX: #9F8AE4
RGB: (159,138,228)

Color info

#9F8AE4 contains mainly blue color. Web safe color of #9F8AE4 is #9999CC (or #99C).

RGB color model

#9F8AE4 color RGB value is (159,138,228).

  • red value is 159;
  • green value is 138;
  • blue value is 228.
RGB:
(159,138,228)
(62%,54%,89%)

RGB channels and saturation

R 159 of 255 = 62%
G 138 of 255 = 54%
B 228 of 255 = 89%

159
138
228

R + G + B ~ 68%. #9F8AE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 138 + 228 = 525 (100%)
R 159 of 525 ~ 30.29%
G 138 of 525 ~ 26.29%
B 228 of 525 ~ 43.43%

%30.29
%26.29
%43.43

CMYK color model

#9F8AE4 color CMYK value is (30,39,0,11).

  • cyan value is 30.26%
  • magenta value is 39.47%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(30,39,0,11)
C30M39Y0K11 
(30%,39%,0%,11%)
(0.30/0.39/0.00/0.11)	

CMYK percentages

%30.26
%39.47
%0
%10.59

Codes

Color #9F8AE4 in popluar color models

9F8AE4
RGB159138228
HSL254°62.50%71.76%
HSB/HSV254°39.47%89.41%
CMYK30.26%39.47%0.00%
10.59%

Color #9F8AE4 in popluar number systems.

HEX9F8AE4
Decimal159138228
Binary100111111000101011100100
Octal237212344

Shades and tints

Shades of #9F8AE4

#9F8AE4
(159,138,228)
#917ED0
(145,126,208)
#8372BC
(131,114,188)
#7566A8
(117,102,168)
#675A94
(103,90,148)
#594E80
(89,78,128)
#4B426C
(75,66,108)
#3D3658
(61,54,88)
#2F2A44
(47,42,68)
#211E30
(33,30,48)
#13121C
(19,18,28)
#000000
(0,0,0)

Tints of #9F8AE4

#9F8AE4
(159,138,228)
#A794E6
(167,148,230)
#AF9EE8
(175,158,232)
#B7A8EA
(183,168,234)
#BFB2EC
(191,178,236)
#C7BCEE
(199,188,238)
#CFC6F0
(207,198,240)
#D7D0F2
(215,208,242)
#DFDAF4
(223,218,244)
#E7E4F6
(231,228,246)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8AE4 color. Also use rgb(159,138,228) instead hex code.

Text Font Color

.myTextColor { color: #9F8AE4; }

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

This text font color is #9F8AE4.


Background Color

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

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

This div background color is #9F8AE4.


Border color

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

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

This div border color is #9F8AE4.


Opacity

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

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

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

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

This text has shadow with #9F8AE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8AE4 on black background.


Color preview on white background

This text has color #9F8AE4 on white background.



Black color preview on #9F8AE4 background

This text has black color on #9F8AE4 background.


White color preview on #9F8AE4 background

This text has white color on #9F8AE4 background.