COLOR #984FEB

HEX: #984FEB
RGB: (152,79,235)

Color info

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

RGB color model

#984FEB color RGB value is (152,79,235).

  • red value is 152;
  • green value is 79;
  • blue value is 235.
RGB:
(152,79,235)
(60%,31%,92%)

RGB channels and saturation

R 152 of 255 = 60%
G 79 of 255 = 31%
B 235 of 255 = 92%

152
79
235

R + G + B ~ 61%. #984FEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 79 + 235 = 466 (100%)
R 152 of 466 ~ 32.62%
G 79 of 466 ~ 16.95%
B 235 of 466 ~ 50.43%

%32.62
%16.95
%50.43

CMYK color model

#984FEB color CMYK value is (35,66,0,8).

  • cyan value is 35.32%
  • magenta value is 66.38%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(35,66,0,8)
C35M66Y0K8 
(35%,66%,0%,8%)
(0.35/0.66/0.00/0.08)	

CMYK percentages

%35.32
%66.38
%0
%7.84

Codes

Color #984FEB in popluar color models

984FEB
RGB15279235
HSL268°79.59%61.57%
HSB/HSV268°66.38%92.16%
CMYK35.32%66.38%0.00%
7.84%

Color #984FEB in popluar number systems.

HEX984FEB
Decimal15279235
Binary10011000100111111101011
Octal230117353

Shades and tints

Shades of #984FEB

#984FEB
(152,79,235)
#8B48D6
(139,72,214)
#7E41C1
(126,65,193)
#713AAC
(113,58,172)
#643397
(100,51,151)
#572C82
(87,44,130)
#4A256D
(74,37,109)
#3D1E58
(61,30,88)
#301743
(48,23,67)
#23102E
(35,16,46)
#160919
(22,9,25)
#000000
(0,0,0)

Tints of #984FEB

#984FEB
(152,79,235)
#A15FEC
(161,95,236)
#AA6FED
(170,111,237)
#B37FEE
(179,127,238)
#BC8FEF
(188,143,239)
#C59FF0
(197,159,240)
#CEAFF1
(206,175,241)
#D7BFF2
(215,191,242)
#E0CFF3
(224,207,243)
#E9DFF4
(233,223,244)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #984FEB color. Also use rgb(152,79,235) instead hex code.

Text Font Color

.myTextColor { color: #984FEB; }

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

This text font color is #984FEB.


Background Color

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

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

This div background color is #984FEB.


Border color

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

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

This div border color is #984FEB.


Opacity

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

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

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

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

This text has shadow with #984FEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984FEB on black background.


Color preview on white background

This text has color #984FEB on white background.



Black color preview on #984FEB background

This text has black color on #984FEB background.


White color preview on #984FEB background

This text has white color on #984FEB background.