COLOR #875BA9

HEX: #875BA9
RGB: (135,91,169)

Color info

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

RGB color model

#875BA9 color RGB value is (135,91,169).

  • red value is 135;
  • green value is 91;
  • blue value is 169.
RGB:
(135,91,169)
(53%,36%,66%)

RGB channels and saturation

R 135 of 255 = 53%
G 91 of 255 = 36%
B 169 of 255 = 66%

135
91
169

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

Portions of RGB colors in percentages

R + G + B =
135 + 91 + 169 = 395 (100%)
R 135 of 395 ~ 34.18%
G 91 of 395 ~ 23.04%
B 169 of 395 ~ 42.78%

%34.18
%23.04
%42.78

CMYK color model

#875BA9 color CMYK value is (20,46,0,34).

  • cyan value is 20.12%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(20,46,0,34)
C20M46Y0K34 
(20%,46%,0%,34%)
(0.20/0.46/0.00/0.34)	

CMYK percentages

%20.12
%46.15
%0
%33.73

Codes

Color #875BA9 in popluar color models

875BA9
RGB13591169
HSL274°31.20%50.98%
HSB/HSV274°46.15%66.27%
CMYK20.12%46.15%0.00%
33.73%

Color #875BA9 in popluar number systems.

HEX875BA9
Decimal13591169
Binary10000111101101110101001
Octal207133251

Shades and tints

Shades of #875BA9

#875BA9
(135,91,169)
#7B539A
(123,83,154)
#6F4B8B
(111,75,139)
#63437C
(99,67,124)
#573B6D
(87,59,109)
#4B335E
(75,51,94)
#3F2B4F
(63,43,79)
#332340
(51,35,64)
#271B31
(39,27,49)
#1B1322
(27,19,34)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #875BA9

#875BA9
(135,91,169)
#9169B0
(145,105,176)
#9B77B7
(155,119,183)
#A585BE
(165,133,190)
#AF93C5
(175,147,197)
#B9A1CC
(185,161,204)
#C3AFD3
(195,175,211)
#CDBDDA
(205,189,218)
#D7CBE1
(215,203,225)
#E1D9E8
(225,217,232)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875BA9 color. Also use rgb(135,91,169) instead hex code.

Text Font Color

.myTextColor { color: #875BA9; }

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

This text font color is #875BA9.


Background Color

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

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

This div background color is #875BA9.


Border color

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

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

This div border color is #875BA9.


Opacity

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

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

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

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

This text has shadow with #875BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875BA9 on black background.


Color preview on white background

This text has color #875BA9 on white background.



Black color preview on #875BA9 background

This text has black color on #875BA9 background.


White color preview on #875BA9 background

This text has white color on #875BA9 background.