COLOR #875F94

HEX: #875F94
RGB: (135,95,148)

Color info

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

RGB color model

#875F94 color RGB value is (135,95,148).

  • red value is 135;
  • green value is 95;
  • blue value is 148.
RGB:
(135,95,148)
(53%,37%,58%)

RGB channels and saturation

R 135 of 255 = 53%
G 95 of 255 = 37%
B 148 of 255 = 58%

135
95
148

R + G + B ~ 49%. #875F94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 95 + 148 = 378 (100%)
R 135 of 378 ~ 35.71%
G 95 of 378 ~ 25.13%
B 148 of 378 ~ 39.15%

%35.71
%25.13
%39.15

CMYK color model

#875F94 color CMYK value is (9,36,0,42).

  • cyan value is 8.78%
  • magenta value is 35.81%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(9,36,0,42)
C9M36Y0K42 
(9%,36%,0%,42%)
(0.09/0.36/0.00/0.42)	

CMYK percentages

%8.78
%35.81
%0
%41.96

Codes

Color #875F94 in popluar color models

875F94
RGB13595148
HSL285°21.81%47.65%
HSB/HSV285°35.81%58.04%
CMYK8.78%35.81%0.00%
41.96%

Color #875F94 in popluar number systems.

HEX875F94
Decimal13595148
Binary10000111101111110010100
Octal207137224

Shades and tints

Shades of #875F94

#875F94
(135,95,148)
#7B5787
(123,87,135)
#6F4F7A
(111,79,122)
#63476D
(99,71,109)
#573F60
(87,63,96)
#4B3753
(75,55,83)
#3F2F46
(63,47,70)
#332739
(51,39,57)
#271F2C
(39,31,44)
#1B171F
(27,23,31)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #875F94

#875F94
(135,95,148)
#916D9D
(145,109,157)
#9B7BA6
(155,123,166)
#A589AF
(165,137,175)
#AF97B8
(175,151,184)
#B9A5C1
(185,165,193)
#C3B3CA
(195,179,202)
#CDC1D3
(205,193,211)
#D7CFDC
(215,207,220)
#E1DDE5
(225,221,229)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875F94 color. Also use rgb(135,95,148) instead hex code.

Text Font Color

.myTextColor { color: #875F94; }

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

This text font color is #875F94.


Background Color

.myBgColor { background-color: #875F94; }

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

This div background color is #875F94.


Border color

.myBorderColor { border: 1px solid #875F94; }

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

This div border color is #875F94.


Opacity

.myOpacity80 { color: #875F94; opacity: 0.8; }

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

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

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

This text has shadow with #875F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875F94 on black background.


Color preview on white background

This text has color #875F94 on white background.



Black color preview on #875F94 background

This text has black color on #875F94 background.


White color preview on #875F94 background

This text has white color on #875F94 background.