COLOR #994387

HEX: #994387
RGB: (153,67,135)

Color info

#994387 contains mainly red and blue colors. Web safe color of #994387 is #993399 (or #939).

RGB color model

#994387 color RGB value is (153,67,135).

  • red value is 153;
  • green value is 67;
  • blue value is 135.
RGB:
(153,67,135)
(60%,26%,53%)

RGB channels and saturation

R 153 of 255 = 60%
G 67 of 255 = 26%
B 135 of 255 = 53%

153
67
135

R + G + B ~ 46%. #994387 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 67 + 135 = 355 (100%)
R 153 of 355 ~ 43.1%
G 67 of 355 ~ 18.87%
B 135 of 355 ~ 38.03%

%43.1
%18.87
%38.03

CMYK color model

#994387 color CMYK value is (0,56,12,40).

  • cyan value is 0.00%
  • magenta value is 56.21%
  • yellow value is 11.76%
  • key color value is 40.00%
CMYK:
(0,56,12,40)
C0M56Y12K40 
(0%,56%,12%,40%)
(0.00/0.56/0.12/0.40)	

CMYK percentages

%0
%56.21
%11.76
%40

Codes

Color #994387 in popluar color models

994387
RGB15367135
HSL313°39.09%43.14%
HSB/HSV313°56.21%60.00%
CMYK0.00%56.21%11.76%
40.00%

Color #994387 in popluar number systems.

HEX994387
Decimal15367135
Binary10011001100001110000111
Octal231103207

Shades and tints

Shades of #994387

#994387
(153,67,135)
#8C3D7B
(140,61,123)
#7F376F
(127,55,111)
#723163
(114,49,99)
#652B57
(101,43,87)
#58254B
(88,37,75)
#4B1F3F
(75,31,63)
#3E1933
(62,25,51)
#311327
(49,19,39)
#240D1B
(36,13,27)
#17070F
(23,7,15)
#000000
(0,0,0)

Tints of #994387

#994387
(153,67,135)
#A25491
(162,84,145)
#AB659B
(171,101,155)
#B476A5
(180,118,165)
#BD87AF
(189,135,175)
#C698B9
(198,152,185)
#CFA9C3
(207,169,195)
#D8BACD
(216,186,205)
#E1CBD7
(225,203,215)
#EADCE1
(234,220,225)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994387 color. Also use rgb(153,67,135) instead hex code.

Text Font Color

.myTextColor { color: #994387; }

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

This text font color is #994387.


Background Color

.myBgColor { background-color: #994387; }

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

This div background color is #994387.


Border color

.myBorderColor { border: 1px solid #994387; }

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

This div border color is #994387.


Opacity

.myOpacity80 { color: #994387; opacity: 0.8; }

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

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

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

This text has shadow with #994387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994387 on black background.


Color preview on white background

This text has color #994387 on white background.



Black color preview on #994387 background

This text has black color on #994387 background.


White color preview on #994387 background

This text has white color on #994387 background.