COLOR #874990

HEX: #874990
RGB: (135,73,144)

Color info

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

RGB color model

#874990 color RGB value is (135,73,144).

  • red value is 135;
  • green value is 73;
  • blue value is 144.
RGB:
(135,73,144)
(53%,29%,56%)

RGB channels and saturation

R 135 of 255 = 53%
G 73 of 255 = 29%
B 144 of 255 = 56%

135
73
144

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

Portions of RGB colors in percentages

R + G + B =
135 + 73 + 144 = 352 (100%)
R 135 of 352 ~ 38.35%
G 73 of 352 ~ 20.74%
B 144 of 352 ~ 40.91%

%38.35
%20.74
%40.91

CMYK color model

#874990 color CMYK value is (6,49,0,44).

  • cyan value is 6.25%
  • magenta value is 49.31%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(6,49,0,44)
C6M49Y0K44 
(6%,49%,0%,44%)
(0.06/0.49/0.00/0.44)	

CMYK percentages

%6.25
%49.31
%0
%43.53

Codes

Color #874990 in popluar color models

874990
RGB13573144
HSL292°32.72%42.55%
HSB/HSV292°49.31%56.47%
CMYK6.25%49.31%0.00%
43.53%

Color #874990 in popluar number systems.

HEX874990
Decimal13573144
Binary10000111100100110010000
Octal207111220

Shades and tints

Shades of #874990

#874990
(135,73,144)
#7B4383
(123,67,131)
#6F3D76
(111,61,118)
#633769
(99,55,105)
#57315C
(87,49,92)
#4B2B4F
(75,43,79)
#3F2542
(63,37,66)
#331F35
(51,31,53)
#271928
(39,25,40)
#1B131B
(27,19,27)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #874990

#874990
(135,73,144)
#91599A
(145,89,154)
#9B69A4
(155,105,164)
#A579AE
(165,121,174)
#AF89B8
(175,137,184)
#B999C2
(185,153,194)
#C3A9CC
(195,169,204)
#CDB9D6
(205,185,214)
#D7C9E0
(215,201,224)
#E1D9EA
(225,217,234)
#EBE9F4
(235,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874990 color. Also use rgb(135,73,144) instead hex code.

Text Font Color

.myTextColor { color: #874990; }

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

This text font color is #874990.


Background Color

.myBgColor { background-color: #874990; }

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

This div background color is #874990.


Border color

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

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

This div border color is #874990.


Opacity

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

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

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

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

This text has shadow with #874990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874990 on black background.


Color preview on white background

This text has color #874990 on white background.



Black color preview on #874990 background

This text has black color on #874990 background.


White color preview on #874990 background

This text has white color on #874990 background.