COLOR #874781

HEX: #874781
RGB: (135,71,129)

Color info

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

RGB color model

#874781 color RGB value is (135,71,129).

  • red value is 135;
  • green value is 71;
  • blue value is 129.
RGB:
(135,71,129)
(53%,28%,51%)

RGB channels and saturation

R 135 of 255 = 53%
G 71 of 255 = 28%
B 129 of 255 = 51%

135
71
129

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

Portions of RGB colors in percentages

R + G + B =
135 + 71 + 129 = 335 (100%)
R 135 of 335 ~ 40.3%
G 71 of 335 ~ 21.19%
B 129 of 335 ~ 38.51%

%40.3
%21.19
%38.51

CMYK color model

#874781 color CMYK value is (0,47,4,47).

  • cyan value is 0.00%
  • magenta value is 47.41%
  • yellow value is 4.44%
  • key color value is 47.06%
CMYK:
(0,47,4,47)
C0M47Y4K47 
(0%,47%,4%,47%)
(0.00/0.47/0.04/0.47)	

CMYK percentages

%0
%47.41
%4.44
%47.06

Codes

Color #874781 in popluar color models

874781
RGB13571129
HSL306°31.07%40.39%
HSB/HSV306°47.41%52.94%
CMYK0.00%47.41%4.44%
47.06%

Color #874781 in popluar number systems.

HEX874781
Decimal13571129
Binary10000111100011110000001
Octal207107201

Shades and tints

Shades of #874781

#874781
(135,71,129)
#7B4176
(123,65,118)
#6F3B6B
(111,59,107)
#633560
(99,53,96)
#572F55
(87,47,85)
#4B294A
(75,41,74)
#3F233F
(63,35,63)
#331D34
(51,29,52)
#271729
(39,23,41)
#1B111E
(27,17,30)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #874781

#874781
(135,71,129)
#91578C
(145,87,140)
#9B6797
(155,103,151)
#A577A2
(165,119,162)
#AF87AD
(175,135,173)
#B997B8
(185,151,184)
#C3A7C3
(195,167,195)
#CDB7CE
(205,183,206)
#D7C7D9
(215,199,217)
#E1D7E4
(225,215,228)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874781 color. Also use rgb(135,71,129) instead hex code.

Text Font Color

.myTextColor { color: #874781; }

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

This text font color is #874781.


Background Color

.myBgColor { background-color: #874781; }

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

This div background color is #874781.


Border color

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

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

This div border color is #874781.


Opacity

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

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

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

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

This text has shadow with #874781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874781 on black background.


Color preview on white background

This text has color #874781 on white background.



Black color preview on #874781 background

This text has black color on #874781 background.


White color preview on #874781 background

This text has white color on #874781 background.