COLOR #874F93

HEX: #874F93 RGB: (135,79,147)

Color info

#874F93 contains mainly red and blue colors. Web safe color of #874F93 is #996699 (or #969).

RGB color model

#874F93 color RGB value is (135,79,147).

RGB: (135,79,147) (53%, 31%, 58%)

RGB channels and saturation

R 135 of 255 = 53%
G 79 of 255 = 31%
B 147 of 255 = 58%

135
79
147

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

Portions of RGB colors in percentages

R + G + B = 135 + 79 + 147 = 361 (100%)
R 135 of 361 ~ 37.4%
G 79 of 361 ~ 21.88%
B 147 of 361 ~ 40.72'%

%37.4
%21.88
%40.72

CMYK color model

#874F93 color CMYK value is (8,46,0,42).

  • cyan value is 8.16%
  • magenta value is 46.26%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK: (8,46,0,42) C8M46Y0K42 (8%,46%,0%,42%) (0.08/0.46/0.00/0.42) 

CMYK percentages

%8.16
%46.26
%0
%42.35

Codes

Color #874F93 in popluar color models

87 4F 93
RGB 135 79 147
HSL 289° 30.09% 44.31%
HSB/HSV 289° 46.26% 57.65%
CMYK 8.16% 46.26% 0.00%
42.35%

Color #874F93 in popluar number systems.

HEX 87 4F 93
Decimal 135 79 147
Binary 10000111 1001111 10010011
Octal 207 117 223

Shades and tints

Shades of #874F93

#874F93
(135,79,147)
#7B4886
(123,72,134)
#6F4179
(111,65,121)
#633A6C
(99,58,108)
#57335F
(87,51,95)
#4B2C52
(75,44,82)
#3F2545
(63,37,69)
#331E38
(51,30,56)
#27172B
(39,23,43)
#1B101E
(27,16,30)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #874F93

#874F93
(135,79,147)
#915F9C
(145,95,156)
#9B6FA5
(155,111,165)
#A57FAE
(165,127,174)
#AF8FB7
(175,143,183)
#B99FC0
(185,159,192)
#C3AFC9
(195,175,201)
#CDBFD2
(205,191,210)
#D7CFDB
(215,207,219)
#E1DFE4
(225,223,228)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874F93 color. Also use rgb(135,79,147) instead hex code.

Text Font Color

.myTextColor { color: #874F93; }

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

This text font color is #874F93.

Background Color

.myBgColor { background-color: #874F93; }

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

This div background color is #874F93.

Border color

.myBorderColor { border: 1px solid #874F93; }

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

This div border color is #874F93.

Opacity

.myOpacity80 { color: #874F93; opacity: 0.8; }

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

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

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

This text has shadow with #874F93 color.


.textShadow {text-shadow: 3px 3px 1px #874F93', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #874F93; -webkit-box-shadow: 1px 1px 3px 2px #874F93; box-shadow:1px 1px 3px 2px #874F93;">
Div content here
</div>

This div box has shadow with color #874F93.

Preview

Color preview on black background

This text has color #874F93 on black background.


Color preview on white background

This text has color #874F93 on white background.


Black color preview on #874F93 background

This text has black color on #874F93 background.


White color preview on #874F93 background

This text has white color on #874F93 background.


Related colors

Complementary color

Complementary color for #hex is #78B06C.


I love getcolorcode.com

Triadic colors

1 #93874F and #4F9387 with #874F93 are triadic colors.

2 #934F87 and #4F8793 with #874F93 are triadic colors.