COLOR #9F84E4

HEX: #9F84E4 RGB: (159,132,228)

Color info

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

RGB color model

#9F84E4 color RGB value is (159,132,228).

RGB: (159,132,228) (62%, 52%, 89%)

RGB channels and saturation

R 159 of 255 = 62%
G 132 of 255 = 52%
B 228 of 255 = 89%

159
132
228

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

Portions of RGB colors in percentages

R + G + B = 159 + 132 + 228 = 519 (100%)
R 159 of 519 ~ 30.64%
G 132 of 519 ~ 25.43%
B 228 of 519 ~ 43.93'%

%30.64
%25.43
%43.93

CMYK color model

#9F84E4 color CMYK value is (30,42,0,11).

  • cyan value is 30.26%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (30,42,0,11)
C30M42Y0K11 (30%, 42%, 0%, 11%)
(0.30 / 0.42 / 0.00 / 0.11)

CMYK percentages

%30.26
%42.11
%0
%10.59

Codes

Color #9F84E4 in popluar color models

9F 84 E4
RGB 159 132 228
HSL 257° 64.00% 70.59%
HSB/HSV 257° 42.11% 89.41%
CMYK 30.26% 42.11% 0.00%
10.59%

Color #9F84E4 in popluar number systems.

HEX 9F 84 E4
Decimal 159 132 228
Binary 10011111 10000100 11100100
Octal 237 204 344

Shades and tints

Shades of #9F84E4

#9F84E4
(159,132,228)
#9178D0
(145,120,208)
#836CBC
(131,108,188)
#7560A8
(117,96,168)
#675494
(103,84,148)
#594880
(89,72,128)
#4B3C6C
(75,60,108)
#3D3058
(61,48,88)
#2F2444
(47,36,68)
#211830
(33,24,48)
#130C1C
(19,12,28)
#000000
(0,0,0)

Tints of #9F84E4

#9F84E4
(159,132,228)
#A78FE6
(167,143,230)
#AF9AE8
(175,154,232)
#B7A5EA
(183,165,234)
#BFB0EC
(191,176,236)
#C7BBEE
(199,187,238)
#CFC6F0
(207,198,240)
#D7D1F2
(215,209,242)
#DFDCF4
(223,220,244)
#E7E7F6
(231,231,246)
#EFF2F8
(239,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F84E4; }

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

This text font color is #9F84E4.

Background Color

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

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

This div background color is #9F84E4.

Border color

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

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

This div border color is #9F84E4.

Opacity

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

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

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

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

This text has shadow with #9F84E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F84E4.

Preview

Color preview on black background

This text has color #9F84E4 on black background.


Color preview on white background

This text has color #9F84E4 on white background.


Black color preview on #9F84E4 background

This text has black color on #9F84E4 background.


White color preview on #9F84E4 background

This text has white color on #9F84E4 background.


Related colors

Complementary color

Complementary color for #hex is #607B1B.


I love getcolorcode.com

Triadic colors

1 #E49F84 and #84E49F with #9F84E4 are triadic colors.

2 #E4849F and #849FE4 with #9F84E4 are triadic colors.