COLOR #994EBD

HEX: #994EBD
RGB: (153,78,189)

Color info

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

RGB color model

#994EBD color RGB value is (153,78,189).

  • red value is 153;
  • green value is 78;
  • blue value is 189.
RGB:
(153,78,189)
(60%,31%,74%)

RGB channels and saturation

R 153 of 255 = 60%
G 78 of 255 = 31%
B 189 of 255 = 74%

153
78
189

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

Portions of RGB colors in percentages

R + G + B =
153 + 78 + 189 = 420 (100%)
R 153 of 420 ~ 36.43%
G 78 of 420 ~ 18.57%
B 189 of 420 ~ 45%

%36.43
%18.57
%45

CMYK color model

#994EBD color CMYK value is (19,59,0,26).

  • cyan value is 19.05%
  • magenta value is 58.73%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(19,59,0,26)
C19M59Y0K26 
(19%,59%,0%,26%)
(0.19/0.59/0.00/0.26)	

CMYK percentages

%19.05
%58.73
%0
%25.88

Codes

Color #994EBD in popluar color models

994EBD
RGB15378189
HSL281°45.68%52.35%
HSB/HSV281°58.73%74.12%
CMYK19.05%58.73%0.00%
25.88%

Color #994EBD in popluar number systems.

HEX994EBD
Decimal15378189
Binary10011001100111010111101
Octal231116275

Shades and tints

Shades of #994EBD

#994EBD
(153,78,189)
#8C47AC
(140,71,172)
#7F409B
(127,64,155)
#72398A
(114,57,138)
#653279
(101,50,121)
#582B68
(88,43,104)
#4B2457
(75,36,87)
#3E1D46
(62,29,70)
#311635
(49,22,53)
#240F24
(36,15,36)
#170813
(23,8,19)
#000000
(0,0,0)

Tints of #994EBD

#994EBD
(153,78,189)
#A25EC3
(162,94,195)
#AB6EC9
(171,110,201)
#B47ECF
(180,126,207)
#BD8ED5
(189,142,213)
#C69EDB
(198,158,219)
#CFAEE1
(207,174,225)
#D8BEE7
(216,190,231)
#E1CEED
(225,206,237)
#EADEF3
(234,222,243)
#F3EEF9
(243,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994EBD color. Also use rgb(153,78,189) instead hex code.

Text Font Color

.myTextColor { color: #994EBD; }

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

This text font color is #994EBD.


Background Color

.myBgColor { background-color: #994EBD; }

<div style="background-color:#994EBD">Inner text</div>

This div background color is #994EBD.


Border color

.myBorderColor { border: 1px solid #994EBD; }

<div style="border:3px solid #994EBD">Div</div>

This div border color is #994EBD.


Opacity

.myOpacity80 { color: #994EBD; opacity: 0.8; }

<p style="color:#994EBD;opacity:0.8;">80%</p>

Text with #994EBD 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 #994EBD;}

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

This text has shadow with #994EBD color.

.textShadow {text-shadow: 3px 3px 1px #994EBD, 3px 3px 1px red;}

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

This text has shadow with #994EBD primary color and red secondary color.


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

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

This text has shadow with #994EBD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994EBD on black background.


Color preview on white background

This text has color #994EBD on white background.



Black color preview on #994EBD background

This text has black color on #994EBD background.


White color preview on #994EBD background

This text has white color on #994EBD background.