COLOR #984EBB

HEX: #984EBB RGB: (152,78,187)

Color info

#984EBB contains mainly red and blue colors. Web safe color of #984EBB is #9966CC (or #96C).

RGB color model

#984EBB color RGB value is (152,78,187).

RGB: (152,78,187) (60%, 31%, 73%)

RGB channels and saturation

R 152 of 255 = 60%
G 78 of 255 = 31%
B 187 of 255 = 73%

152
78
187

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

Portions of RGB colors in percentages

R + G + B = 152 + 78 + 187 = 417 (100%)
R 152 of 417 ~ 36.45%
G 78 of 417 ~ 18.71%
B 187 of 417 ~ 44.84'%

%36.45
%18.71
%44.84

CMYK color model

#984EBB color CMYK value is (19,58,0,27).

  • cyan value is 18.72%
  • magenta value is 58.29%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (19,58,0,27)
C19M58Y0K27 (19%, 58%, 0%, 27%)
(0.19 / 0.58 / 0.00 / 0.27)

CMYK percentages

%18.72
%58.29
%0
%26.67

Codes

Color #984EBB in popluar color models

98 4E BB
RGB 152 78 187
HSL 281° 44.49% 51.96%
HSB/HSV 281° 58.29% 73.33%
CMYK 18.72% 58.29% 0.00%
26.67%

Color #984EBB in popluar number systems.

HEX 98 4E BB
Decimal 152 78 187
Binary 10011000 1001110 10111011
Octal 230 116 273

Shades and tints

Shades of #984EBB

#984EBB
(152,78,187)
#8B47AA
(139,71,170)
#7E4099
(126,64,153)
#713988
(113,57,136)
#643277
(100,50,119)
#572B66
(87,43,102)
#4A2455
(74,36,85)
#3D1D44
(61,29,68)
#301633
(48,22,51)
#230F22
(35,15,34)
#160811
(22,8,17)
#000000
(0,0,0)

Tints of #984EBB

#984EBB
(152,78,187)
#A15EC1
(161,94,193)
#AA6EC7
(170,110,199)
#B37ECD
(179,126,205)
#BC8ED3
(188,142,211)
#C59ED9
(197,158,217)
#CEAEDF
(206,174,223)
#D7BEE5
(215,190,229)
#E0CEEB
(224,206,235)
#E9DEF1
(233,222,241)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #984EBB; }

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

This text font color is #984EBB.

Background Color

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

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

This div background color is #984EBB.

Border color

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

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

This div border color is #984EBB.

Opacity

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

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

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

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

This text has shadow with #984EBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #984EBB.

Preview

Color preview on black background

This text has color #984EBB on black background.


Color preview on white background

This text has color #984EBB on white background.


Black color preview on #984EBB background

This text has black color on #984EBB background.


White color preview on #984EBB background

This text has white color on #984EBB background.


Related colors

Complementary color

Complementary color for #hex is #67B144.


I love getcolorcode.com

Triadic colors

1 #BB984E and #4EBB98 with #984EBB are triadic colors.

2 #BB4E98 and #4E98BB with #984EBB are triadic colors.