COLOR #984AD0

HEX: #984AD0
RGB: (152,74,208)

Color info

#984AD0 contains mainly red and blue colors. Web safe color of #984AD0 is #9933CC (or #93C).

RGB color model

#984AD0 color RGB value is (152,74,208).

  • red value is 152;
  • green value is 74;
  • blue value is 208.
RGB:
(152,74,208)
(60%,29%,82%)

RGB channels and saturation

R 152 of 255 = 60%
G 74 of 255 = 29%
B 208 of 255 = 82%

152
74
208

R + G + B ~ 57%. #984AD0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 74 + 208 = 434 (100%)
R 152 of 434 ~ 35.02%
G 74 of 434 ~ 17.05%
B 208 of 434 ~ 47.93%

%35.02
%17.05
%47.93

CMYK color model

#984AD0 color CMYK value is (27,64,0,18).

  • cyan value is 26.92%
  • magenta value is 64.42%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(27,64,0,18)
C27M64Y0K18 
(27%,64%,0%,18%)
(0.27/0.64/0.00/0.18)	

CMYK percentages

%26.92
%64.42
%0
%18.43

Codes

Color #984AD0 in popluar color models

984AD0
RGB15274208
HSL275°58.77%55.29%
HSB/HSV275°64.42%81.57%
CMYK26.92%64.42%0.00%
18.43%

Color #984AD0 in popluar number systems.

HEX984AD0
Decimal15274208
Binary10011000100101011010000
Octal230112320

Shades and tints

Shades of #984AD0

#984AD0
(152,74,208)
#8B44BE
(139,68,190)
#7E3EAC
(126,62,172)
#71389A
(113,56,154)
#643288
(100,50,136)
#572C76
(87,44,118)
#4A2664
(74,38,100)
#3D2052
(61,32,82)
#301A40
(48,26,64)
#23142E
(35,20,46)
#160E1C
(22,14,28)
#000000
(0,0,0)

Tints of #984AD0

#984AD0
(152,74,208)
#A15AD4
(161,90,212)
#AA6AD8
(170,106,216)
#B37ADC
(179,122,220)
#BC8AE0
(188,138,224)
#C59AE4
(197,154,228)
#CEAAE8
(206,170,232)
#D7BAEC
(215,186,236)
#E0CAF0
(224,202,240)
#E9DAF4
(233,218,244)
#F2EAF8
(242,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #984AD0 color. Also use rgb(152,74,208) instead hex code.

Text Font Color

.myTextColor { color: #984AD0; }

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

This text font color is #984AD0.


Background Color

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

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

This div background color is #984AD0.


Border color

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

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

This div border color is #984AD0.


Opacity

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

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

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

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

This text has shadow with #984AD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984AD0 on black background.


Color preview on white background

This text has color #984AD0 on white background.



Black color preview on #984AD0 background

This text has black color on #984AD0 background.


White color preview on #984AD0 background

This text has white color on #984AD0 background.