COLOR #875184

HEX: #875184
RGB: (135,81,132)

Color info

#875184 contains red, green and blue colors in about the same proportion. Web safe color of #875184 is #996699 (or #969).

RGB color model

#875184 color RGB value is (135,81,132).

  • red value is 135;
  • green value is 81;
  • blue value is 132.
RGB:
(135,81,132)
(53%,32%,52%)

RGB channels and saturation

R 135 of 255 = 53%
G 81 of 255 = 32%
B 132 of 255 = 52%

135
81
132

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

Portions of RGB colors in percentages

R + G + B =
135 + 81 + 132 = 348 (100%)
R 135 of 348 ~ 38.79%
G 81 of 348 ~ 23.28%
B 132 of 348 ~ 37.93%

%38.79
%23.28
%37.93

CMYK color model

#875184 color CMYK value is (0,40,2,47).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 2.22%
  • key color value is 47.06%
CMYK:
(0,40,2,47)
C0M40Y2K47 
(0%,40%,2%,47%)
(0.00/0.40/0.02/0.47)	

CMYK percentages

%0
%40
%2.22
%47.06

Codes

Color #875184 in popluar color models

875184
RGB13581132
HSL303°25.00%42.35%
HSB/HSV303°40.00%52.94%
CMYK0.00%40.00%2.22%
47.06%

Color #875184 in popluar number systems.

HEX875184
Decimal13581132
Binary10000111101000110000100
Octal207121204

Shades and tints

Shades of #875184

#875184
(135,81,132)
#7B4A78
(123,74,120)
#6F436C
(111,67,108)
#633C60
(99,60,96)
#573554
(87,53,84)
#4B2E48
(75,46,72)
#3F273C
(63,39,60)
#332030
(51,32,48)
#271924
(39,25,36)
#1B1218
(27,18,24)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #875184

#875184
(135,81,132)
#91608F
(145,96,143)
#9B6F9A
(155,111,154)
#A57EA5
(165,126,165)
#AF8DB0
(175,141,176)
#B99CBB
(185,156,187)
#C3ABC6
(195,171,198)
#CDBAD1
(205,186,209)
#D7C9DC
(215,201,220)
#E1D8E7
(225,216,231)
#EBE7F2
(235,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875184 color. Also use rgb(135,81,132) instead hex code.

Text Font Color

.myTextColor { color: #875184; }

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

This text font color is #875184.


Background Color

.myBgColor { background-color: #875184; }

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

This div background color is #875184.


Border color

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

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

This div border color is #875184.


Opacity

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

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

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

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

This text has shadow with #875184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875184 on black background.


Color preview on white background

This text has color #875184 on white background.



Black color preview on #875184 background

This text has black color on #875184 background.


White color preview on #875184 background

This text has white color on #875184 background.