COLOR #875B9C

HEX: #875B9C
RGB: (135,91,156)

Color info

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

RGB color model

#875B9C color RGB value is (135,91,156).

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

RGB channels and saturation

R 135 of 255 = 53%
G 91 of 255 = 36%
B 156 of 255 = 61%

135
91
156

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

Portions of RGB colors in percentages

R + G + B =
135 + 91 + 156 = 382 (100%)
R 135 of 382 ~ 35.34%
G 91 of 382 ~ 23.82%
B 156 of 382 ~ 40.84%

%35.34
%23.82
%40.84

CMYK color model

#875B9C color CMYK value is (13,42,0,39).

  • cyan value is 13.46%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(13,42,0,39)
C13M42Y0K39 
(13%,42%,0%,39%)
(0.13/0.42/0.00/0.39)	

CMYK percentages

%13.46
%41.67
%0
%38.82

Codes

Color #875B9C in popluar color models

875B9C
RGB13591156
HSL281°26.32%48.43%
HSB/HSV281°41.67%61.18%
CMYK13.46%41.67%0.00%
38.82%

Color #875B9C in popluar number systems.

HEX875B9C
Decimal13591156
Binary10000111101101110011100
Octal207133234

Shades and tints

Shades of #875B9C

#875B9C
(135,91,156)
#7B538E
(123,83,142)
#6F4B80
(111,75,128)
#634372
(99,67,114)
#573B64
(87,59,100)
#4B3356
(75,51,86)
#3F2B48
(63,43,72)
#33233A
(51,35,58)
#271B2C
(39,27,44)
#1B131E
(27,19,30)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #875B9C

#875B9C
(135,91,156)
#9169A5
(145,105,165)
#9B77AE
(155,119,174)
#A585B7
(165,133,183)
#AF93C0
(175,147,192)
#B9A1C9
(185,161,201)
#C3AFD2
(195,175,210)
#CDBDDB
(205,189,219)
#D7CBE4
(215,203,228)
#E1D9ED
(225,217,237)
#EBE7F6
(235,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875B9C; }

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

This text font color is #875B9C.


Background Color

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

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

This div background color is #875B9C.


Border color

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

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

This div border color is #875B9C.


Opacity

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

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

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

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

This text has shadow with #875B9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875B9C on black background.


Color preview on white background

This text has color #875B9C on white background.



Black color preview on #875B9C background

This text has black color on #875B9C background.


White color preview on #875B9C background

This text has white color on #875B9C background.