COLOR #875899

HEX: #875899
RGB: (135,88,153)

Color info

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

RGB color model

#875899 color RGB value is (135,88,153).

  • red value is 135;
  • green value is 88;
  • blue value is 153.
RGB:
(135,88,153)
(53%,35%,60%)

RGB channels and saturation

R 135 of 255 = 53%
G 88 of 255 = 35%
B 153 of 255 = 60%

135
88
153

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

Portions of RGB colors in percentages

R + G + B =
135 + 88 + 153 = 376 (100%)
R 135 of 376 ~ 35.9%
G 88 of 376 ~ 23.4%
B 153 of 376 ~ 40.69%

%35.9
%23.4
%40.69

CMYK color model

#875899 color CMYK value is (12,42,0,40).

  • cyan value is 11.76%
  • magenta value is 42.48%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(12,42,0,40)
C12M42Y0K40 
(12%,42%,0%,40%)
(0.12/0.42/0.00/0.40)	

CMYK percentages

%11.76
%42.48
%0
%40

Codes

Color #875899 in popluar color models

875899
RGB13588153
HSL283°26.97%47.25%
HSB/HSV283°42.48%60.00%
CMYK11.76%42.48%0.00%
40.00%

Color #875899 in popluar number systems.

HEX875899
Decimal13588153
Binary10000111101100010011001
Octal207130231

Shades and tints

Shades of #875899

#875899
(135,88,153)
#7B508C
(123,80,140)
#6F487F
(111,72,127)
#634072
(99,64,114)
#573865
(87,56,101)
#4B3058
(75,48,88)
#3F284B
(63,40,75)
#33203E
(51,32,62)
#271831
(39,24,49)
#1B1024
(27,16,36)
#0F0817
(15,8,23)
#000000
(0,0,0)

Tints of #875899

#875899
(135,88,153)
#9167A2
(145,103,162)
#9B76AB
(155,118,171)
#A585B4
(165,133,180)
#AF94BD
(175,148,189)
#B9A3C6
(185,163,198)
#C3B2CF
(195,178,207)
#CDC1D8
(205,193,216)
#D7D0E1
(215,208,225)
#E1DFEA
(225,223,234)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875899 color. Also use rgb(135,88,153) instead hex code.

Text Font Color

.myTextColor { color: #875899; }

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

This text font color is #875899.


Background Color

.myBgColor { background-color: #875899; }

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

This div background color is #875899.


Border color

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

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

This div border color is #875899.


Opacity

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

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

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

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

This text has shadow with #875899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875899 on black background.


Color preview on white background

This text has color #875899 on white background.



Black color preview on #875899 background

This text has black color on #875899 background.


White color preview on #875899 background

This text has white color on #875899 background.