COLOR #884995

HEX: #884995
RGB: (136,73,149)

Color info

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

RGB color model

#884995 color RGB value is (136,73,149).

  • red value is 136;
  • green value is 73;
  • blue value is 149.
RGB:
(136,73,149)
(53%,29%,58%)

RGB channels and saturation

R 136 of 255 = 53%
G 73 of 255 = 29%
B 149 of 255 = 58%

136
73
149

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

Portions of RGB colors in percentages

R + G + B =
136 + 73 + 149 = 358 (100%)
R 136 of 358 ~ 37.99%
G 73 of 358 ~ 20.39%
B 149 of 358 ~ 41.62%

%37.99
%20.39
%41.62

CMYK color model

#884995 color CMYK value is (9,51,0,42).

  • cyan value is 8.72%
  • magenta value is 51.01%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(9,51,0,42)
C9M51Y0K42 
(9%,51%,0%,42%)
(0.09/0.51/0.00/0.42)	

CMYK percentages

%8.72
%51.01
%0
%41.57

Codes

Color #884995 in popluar color models

884995
RGB13673149
HSL290°34.23%43.53%
HSB/HSV290°51.01%58.43%
CMYK8.72%51.01%0.00%
41.57%

Color #884995 in popluar number systems.

HEX884995
Decimal13673149
Binary10001000100100110010101
Octal210111225

Shades and tints

Shades of #884995

#884995
(136,73,149)
#7C4388
(124,67,136)
#703D7B
(112,61,123)
#64376E
(100,55,110)
#583161
(88,49,97)
#4C2B54
(76,43,84)
#402547
(64,37,71)
#341F3A
(52,31,58)
#28192D
(40,25,45)
#1C1320
(28,19,32)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #884995

#884995
(136,73,149)
#92599E
(146,89,158)
#9C69A7
(156,105,167)
#A679B0
(166,121,176)
#B089B9
(176,137,185)
#BA99C2
(186,153,194)
#C4A9CB
(196,169,203)
#CEB9D4
(206,185,212)
#D8C9DD
(216,201,221)
#E2D9E6
(226,217,230)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884995 color. Also use rgb(136,73,149) instead hex code.

Text Font Color

.myTextColor { color: #884995; }

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

This text font color is #884995.


Background Color

.myBgColor { background-color: #884995; }

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

This div background color is #884995.


Border color

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

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

This div border color is #884995.


Opacity

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

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

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

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

This text has shadow with #884995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884995 on black background.


Color preview on white background

This text has color #884995 on white background.



Black color preview on #884995 background

This text has black color on #884995 background.


White color preview on #884995 background

This text has white color on #884995 background.