COLOR #875DA6

HEX: #875DA6
RGB: (135,93,166)

Color info

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

RGB color model

#875DA6 color RGB value is (135,93,166).

  • red value is 135;
  • green value is 93;
  • blue value is 166.
RGB:
(135,93,166)
(53%,36%,65%)

RGB channels and saturation

R 135 of 255 = 53%
G 93 of 255 = 36%
B 166 of 255 = 65%

135
93
166

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

Portions of RGB colors in percentages

R + G + B =
135 + 93 + 166 = 394 (100%)
R 135 of 394 ~ 34.26%
G 93 of 394 ~ 23.6%
B 166 of 394 ~ 42.13%

%34.26
%23.6
%42.13

CMYK color model

#875DA6 color CMYK value is (19,44,0,35).

  • cyan value is 18.67%
  • magenta value is 43.98%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(19,44,0,35)
C19M44Y0K35 
(19%,44%,0%,35%)
(0.19/0.44/0.00/0.35)	

CMYK percentages

%18.67
%43.98
%0
%34.9

Codes

Color #875DA6 in popluar color models

875DA6
RGB13593166
HSL275°29.08%50.78%
HSB/HSV275°43.98%65.10%
CMYK18.67%43.98%0.00%
34.90%

Color #875DA6 in popluar number systems.

HEX875DA6
Decimal13593166
Binary10000111101110110100110
Octal207135246

Shades and tints

Shades of #875DA6

#875DA6
(135,93,166)
#7B5597
(123,85,151)
#6F4D88
(111,77,136)
#634579
(99,69,121)
#573D6A
(87,61,106)
#4B355B
(75,53,91)
#3F2D4C
(63,45,76)
#33253D
(51,37,61)
#271D2E
(39,29,46)
#1B151F
(27,21,31)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #875DA6

#875DA6
(135,93,166)
#916BAE
(145,107,174)
#9B79B6
(155,121,182)
#A587BE
(165,135,190)
#AF95C6
(175,149,198)
#B9A3CE
(185,163,206)
#C3B1D6
(195,177,214)
#CDBFDE
(205,191,222)
#D7CDE6
(215,205,230)
#E1DBEE
(225,219,238)
#EBE9F6
(235,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875DA6 color. Also use rgb(135,93,166) instead hex code.

Text Font Color

.myTextColor { color: #875DA6; }

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

This text font color is #875DA6.


Background Color

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

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

This div background color is #875DA6.


Border color

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

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

This div border color is #875DA6.


Opacity

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

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

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

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

This text has shadow with #875DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875DA6 on black background.


Color preview on white background

This text has color #875DA6 on white background.



Black color preview on #875DA6 background

This text has black color on #875DA6 background.


White color preview on #875DA6 background

This text has white color on #875DA6 background.