COLOR #984EF7

HEX: #984EF7 RGB: (152,78,247)

Color info

#984EF7 contains mainly blue color. Web safe color of #984EF7 is #9966FF (or #96F).

RGB color model

#984EF7 color RGB value is (152,78,247).

RGB: (152,78,247) (60%, 31%, 97%)

RGB channels and saturation

R 152 of 255 = 60%
G 78 of 255 = 31%
B 247 of 255 = 97%

152
78
247

R + G + B ~ 63%. #984EF7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 78 + 247 = 477 (100%)
R 152 of 477 ~ 31.87%
G 78 of 477 ~ 16.35%
B 247 of 477 ~ 51.78'%

%31.87
%16.35
%51.78

CMYK color model

#984EF7 color CMYK value is (38,68,0,3).

  • cyan value is 38.46%
  • magenta value is 68.42%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (38,68,0,3)
C38M68Y0K3 (38%, 68%, 0%, 3%)
(0.38 / 0.68 / 0.00 / 0.03)

CMYK percentages

%38.46
%68.42
%0
%3.14

Codes

Color #984EF7 in popluar color models

98 4E F7
RGB 152 78 247
HSL 266° 91.35% 63.73%
HSB/HSV 266° 68.42% 96.86%
CMYK 38.46% 68.42% 0.00%
3.14%

Color #984EF7 in popluar number systems.

HEX 98 4E F7
Decimal 152 78 247
Binary 10011000 1001110 11110111
Octal 230 116 367

Shades and tints

Shades of #984EF7

#984EF7
(152,78,247)
#8B47E1
(139,71,225)
#7E40CB
(126,64,203)
#7139B5
(113,57,181)
#64329F
(100,50,159)
#572B89
(87,43,137)
#4A2473
(74,36,115)
#3D1D5D
(61,29,93)
#301647
(48,22,71)
#230F31
(35,15,49)
#16081B
(22,8,27)
#000000
(0,0,0)

Tints of #984EF7

#984EF7
(152,78,247)
#A15EF7
(161,94,247)
#AA6EF7
(170,110,247)
#B37EF7
(179,126,247)
#BC8EF7
(188,142,247)
#C59EF7
(197,158,247)
#CEAEF7
(206,174,247)
#D7BEF7
(215,190,247)
#E0CEF7
(224,206,247)
#E9DEF7
(233,222,247)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #984EF7 color. Also use rgb(152,78,247) instead hex code.

Text Font Color

.myTextColor { color: #984EF7; }

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

This text font color is #984EF7.

Background Color

.myBgColor { background-color: #984EF7; }

<div style="background-color:#984EF7">Inner text</div>

This div background color is #984EF7.

Border color

.myBorderColor { border: 1px solid #984EF7; }

<div style="border:3px solid #984EF7">Div</div>

This div border color is #984EF7.

Opacity

.myOpacity80 { color: #984EF7; opacity: 0.8; }

<p style="color:#984EF7;opacity:0.8;">80%</p>

Text with #984EF7 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 #984EF7;}

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

This text has shadow with #984EF7 color.


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

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

This text has shadow with #984EF7 primary color and red secondary color.


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

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

This text has shadow with #984EF7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #984EF7.

Preview

Color preview on black background

This text has color #984EF7 on black background.


Color preview on white background

This text has color #984EF7 on white background.


Black color preview on #984EF7 background

This text has black color on #984EF7 background.


White color preview on #984EF7 background

This text has white color on #984EF7 background.


Related colors

Complementary color

Complementary color for #hex is #67B108.


I love getcolorcode.com

Triadic colors

1 #F7984E and #4EF798 with #984EF7 are triadic colors.

2 #F74E98 and #4E98F7 with #984EF7 are triadic colors.